SetRowCount in searchspec
Hello expert,
I want to retieve only N records in the siebel escript query. for example
ClearToQuery();
SetSearchSpec ("Name", "A*");
SetRecordCount("500");
ExecuteQuery(ForwardBackward);
I am just putting the SetRecordCount("500"); function for clarification. Is there any way we can do this/
Thanks,
Suresh