Ani Mheryan
10/29/2020, 11:32 PM400
and the call fails. After removing image
field it works, but the image field is from the schema of employee object. {P
POST "q": "SELECT id, image FROM employee"
to /services/rest/query/v1/suiteql
How can I dynamically get the fields that can be used in suiteQL queries?
Thank you.Marc Reicher
10/29/2020, 11:38 PMMarc Reicher
10/29/2020, 11:39 PMemployee
objectMarc Reicher
10/29/2020, 11:39 PMAni Mheryan
10/29/2020, 11:43 PMbattk
10/30/2020, 12:05 AMbattk
10/30/2020, 12:05 AMmichoel
10/30/2020, 7:34 AMSELECT * FROM table WHERE ROWNUM = 1
to get available fields.Ani Mheryan
10/30/2020, 11:37 AMAni Mheryan
10/30/2020, 11:38 AMAni Mheryan
10/30/2020, 11:38 AM