Example of Numbering Instances of a User Property

For example, the Asset Mgmt - Asset (Order Mgmt) business component includes the following user properties:

On Field Update Invoke   "Product Name", "Asset Mgmt - Asset", "CopyXA"
On Field Update Invoke 1   "Product Name", "Asset Mgmt - Asset", "GeneratePartNumber"
On Field Update Invoke 2   "Product Name", "Asset Mgmt - Asset", "SaveCxProd"
On Field Update Invoke 3   "Quantity", "Asset Mgmt - Asset", "SetExtendedQuantity"

If Siebel CRM updates the Product Name field in the Asset Mgmt - Asset (Order Mgmt) business component, then it calls the following methods that the Asset Mgmt - Asset business component uses:

  • CopyXA

  • GeneratePartNumber

  • SaveCxProd

If Siebel CRM updates the Quantity field in the Asset Mgmt - Asset (Order Mgmt) business component, then it calls the SetExtendedQuantity method that resides in the Asset Mgmt - Asset business component.

If you do not specify FieldToCheck, then Siebel CRM calls the CopyXA method in the Asset Mgmt - Asset business component when the user saves the record. For example:

On Field Update Invoke "", "Asset Mgmt - Asset", "CopyXA"