Saturday, January 18, 2020

GetProfileAttrAsList Function

GetProfileAttrAsList function returns the MVG value as a list. 

We can use GetProfileAttrAsList in the EXISTS operator to create expressions to match MVG profile attributes with appropriate Siebel content.

GetProfileAttrAsList function Syntax: GetProfileAttrAsList ('profile')

Example: If State MVG has the values CA, GA, and MA, where CA is primary; 
GetProfileAttrAsList ('State')  returns CA, GA, MA.

No comments:

Post a Comment

Updating parent BC depending on the status of child BC using configuration

Parent BC: Service Request Child BC: Action Requirement: When all the Actions corresponding to an SR are closed the SR status should be “Clo...