GetSearchSpec Method
The GetSearchSpec method returns a string that contains the search specification that Siebel Open UI defines for a business component field in. For example, it might return the following search specification:
> 10000
The GetSearchSpec method uses the following syntax:
BusComp.GetSearchSpec(FieldName);
For example:
SiebelApp.S_App.FindApplet(appletName).BusComp().GetSearchSpec (FieldName);