Siebel Developer's Reference > Business Component User Properties > Controlling Fields >

Calling Methods When Siebel CRM Updates Fields


The On Field Update Invoke n user property calls a business component method when Siebel CRM updates a field. The value for this user property must use the following format:

"[FieldToCheck]", "[BusCompName]", "[MethodName]", "[Condition]"

If Siebel CRM updates FieldToCheck, then it calls the MethodName that the BusCompName contains. If you do not include FieldToCheck, then it calls this method when the user saves the record.

You can optionally include a condition. If you define a condition, then Siebel CRM calls this method only if the condition evaluates to TRUE.

For more information, see How This Book Describes the User Property Format.

You can specify this user property with or without the numeric suffix. For more information, see Numbering Instances of a User Property.

Siebel Developer's Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.