SetActiveOrder Method
Finds current active order with input account Id, compound Product Number and Price List Id, and returns this order. If it cannot find a matching order, then it creates and returns a new one.
Syntax
Product Data Service.InvokeMethod(“SetActiveOrder", Input Arguments,Output Arguments);
Arguments
Argument | Type | Description |
---|---|---|
Input Arguments |
In |
String: Account Id (optional) String: Compound Product Number (Optional) String: Price List Id (Optional) |
Output Arguments |
Out |
Hierarchy :SiebelMessage(Integration object PDS Order) |
Error Conditions
None.
This method calls the help method described in GetActiveQuote Method.