Monday, January 25, 2016

Siebel: "PRM ANI Utility Service" and Query Business Component Method

This method is used to query for records in a Business component in a Business object irrespective of the links to the primary business component. This searches/queries in the entire business component.
If both searchspec and Query fields are provided, Siebel choses the searchspec.






when using PRM ANI Utility Business service and Query BusComp method, to get the field values for the output record after querying, below is the syntax to be mentioned:

Input Args:

ProcessProperty--Output Field 1
Type--Literal
Value-- Field Name1


ProcessProperty--Output Field 2
Type--Literal
Value-- Field Name2


to collect the values for these 2 fields, we have to create 2 new process properties and mention as below in output args:

Output args:

ProcessProperty--testproperty1
Type--Output Argument
Value-- Field Name1

ProcessProperty--testproperty2
Type--Output Argument
Value-- Field Name2

123Siebel

Search 123Siebel