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

Is there something like Select * when using queryDef?

  • April 6, 2018
  • 1 reply
  • 2009 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
Adobe Employee
ShrawanSaxena-1Adobe EmployeeAccepted solution
Adobe 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)