Expand my Community achievements bar.

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)

View solution in original post

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)