Question about Siebel script moving from one record to another
Hi Guys,
I have a problem wherein i have a button that will change the record if the user clicks on the button.
The script is found on the preinvoke part of the BC
code snippet
with (this)
{
SetViewMode(AllView);
ClearToQuery();
SetSearchSpec("XXXX", sVar);
ExecuteQuery(ForwardOnly);
}
Does SetViewMode override the visibility applets property? is there a method to get the current visibility name during the time the code execute?