FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..updateLookupIndex Method

To update order number

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool updateLookupIndex(
	string groupKey,
	string text,
	string orderNumber
)
Public Function updateLookupIndex ( _
	groupKey As String, _
	text As String, _
	orderNumber As String _
) As Boolean
public:
bool^ updateLookupIndex(
	String^ groupKey, 
	String^ text, 
	String^ orderNumber
)

Parameters

groupKey
Type: String
The groupkey.
text
Type: String
The text.
orderNumber
Type: String
Index of the step input.

Return Value

true if XXXX, false otherwise.