Update Status Method
This method searches for all quotes with a certain type for a given opportunity and updates a user-specified field in those quotes. This method is part of SIS OM Pricing Calculator Business Service.
Arguments
Opportunity Id
[in] ID of the opportunity for which the quotes are to be updated. (Required)
QuoteType
[in] Type of the quotes for which the user wants to query. (Required)
FieldName
[in] Name of the field in the quote business component that the user intends to update. (Required)
FieldValue
[in] Value to be set to the field in the quote business component that the user intends to update. (Required)
Returns
None.
Remarks
In the preconfigured use of this method, the value of Opportunity Id is passed through the Named Method that invokes the SIS OM PC Enrollment workflow, within which the other values of QuoteType, FieldName and FieldValue are set.