Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

SetRowCount in searchspec

edited Nov 24, 2017 4:10AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 2 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center