Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!
SOLVED

Is there something like Select * when using queryDef?

Avatar

Level 3

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?

1 Accepted Solution

Avatar

Correct answer by
Employee

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

Avatar

Correct answer by
Employee

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)