Defining Business User Properties
You must also define the business user properties to invoke the serialization business service.
To define business user properties to invoke the serialization business service
Log in to Siebel Tools or Web Tools as an Administrator and create a new workspace.
Navigate to Object Explorer, then Business Component and query for PUB Lead.
Navigate to Business Component, then Business Component User Prop.
Create three new user property records with the following values and expressions.
Name Value Named Method 1
"SerialNumber", "INVOKE", "PUB Lead", "WriteRecord"
Named Method 2
"SerialNumber", "INVOKESVC", "PUB LEAD", "PUB Case Serialization Service", "SetSerialNumber", "Operation", "Generate", "BO Name", "HLS Case", "BC Name", "PUB LEAD", "Id", "[Id]", "Parent BC Name", "HLS Case", "Parent Id", "ParentFieldValue('Id')"
Named Method 3
"SerialNumber", "INVOKE", "PUB LEAD", "RefreshRecord"
Named Method 1 forces a WriteRecord, Named Method 2 invokes the Serialization Service business service to set the Serial Number field in the PUB Lead business component, and Named Method 3 refreshes the user interface.
Note: If additional named methods are already configured on the business component, then name the serialization user properties using the next available numbers. For example, if Named Methods 1, 2, and 3 exist, then you can add Named Methods 4, 5, and 6 for the purposes of serialization.Replace the PUB Lead Form Applet in the PUB Leads List View with the new PUB Lead Form Applet (Serialization).
Deliver the changes to the Integration Branch.