Type
This determines
the fundamental purpose of the method. When you create a new method,
your setting here will determine the type of the initial pipeline
stage for the method. Methods can include several stages and are therefore
able to do a combination of delete, find, insert and/or update operations.
The method type
setting does not establish or limit any of the operations that the
method can perform; it is simply a note in Infor e-Commerce Development Studio, which you
can use to help identify the purpose of each method. We recommend
that you set the type to match the purpose of each method, but there
is nothing to prevent a method marked as "insert" from
actually making a delete operation.
Asynchronous Support
If you
check Asynchronous Support, an asynchronous method will be created
in addition to the normal method. The asynchronous method can be called
from the Invoke Component. The name of the asynchronous
version of the method will have the suffix _Async
. The method must have no output (resultset) as it cannot be handled.
Expose as Scheduled Task
If
you check Expose as Scheduled Task, a set of properties will be generated which will
make the method available for the scheduling mechanism in the deployed
application – it will be visible in the control panel for scheduled
jobs in the Administration presentation. The method must have no output
(resultset) as it cannot be handled.
Exposes as Gateway Method
All enabled
methods are available to all HTML-based presentations; if you would
also like to make a method available to the XML Gateway, then mark
this field. Clear this box to hide the method from the XML
Gateway.
Disable Pipeline
You can
temporarily disable a method by marking this box.
This will make the method unavailable to the application (including
the Gateway and all presentations), but will preserve its settings
so you can re-enable it later.