Is there something like Select * when using queryDef? | Community
Skip to main content
james_icf
New Participant
April 6, 2018
Solved

Is there something like Select * when using queryDef?

  • April 6, 2018
  • 1 reply
  • 2002 views

When using the queryDef method, is there a way to select all parameters in a schema without having to define each individual parameter as a node?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ShrawanSaxena-1

In queryDef we have method SelectAll  which adds all fields in the select part.

Please refer Campaign js api documentation for more details (ac_jsapi-en.chm)

1 reply

ShrawanSaxena-1
ShrawanSaxena-1Accepted solution
Employee
April 6, 2018

In queryDef we have method SelectAll  which adds all fields in the select part.

Please refer Campaign js api documentation for more details (ac_jsapi-en.chm)