Post date: Jul 07, 2014 9:18:2 PM
Parameters from methods, services, and statements can be rendered for the user to choose from.
<i class="icon-list" data-behavior="OperationSignature" data-operationsignature-options="{{
'basemoduleid': 'MethodObject',
'baseoperationid': 'MethodOperation',
'baseparameterid': 'MethodParameters'
'moduleid': 'Object',
'operationid': 'Operation',
'parameterid': 'Parameters'
'appliesto': '{AppliesTo}'
}}"/>
The options passed to the behavior comprise:
basemoduleid: id of html element that has the method class name
baseoperationid: id of html element that has the method operation
Default is Summary
baseparameterid: id of html element in which the method parameters should be set
moduleid: id of html element that has the operation class name
operationid: id of html element that has the operation
parameterid: id of html element in which the operation parameters should be set
url: URL of method to supply list of parameters
Default is Application/ObjectConfiguration.ashx/FieldList
appliesto: base object referenced by operation lookup
Use case:
Workflow steps