This method is used to disable all visibility rules applied for the particular business component.
Note: This is not a best practice to use this method often. It will impact the performance and create the security issues.
with(bcAssetMgmt)
{
InvokeMethod("SetAdminMode","TRUE");
ClearToQuery();
SetSearchSpec("Id",sAssetId);
ExecuteQuery(ForwardBackward);
}//end with
Advertisements
Categories: Siebel
Leave a Reply