Using Custom Objects in the App Framework
AnsweredIf I want to access Support Objects (tickets, users, groups, etc) in an app developed using the App Framework v2, I can do this by calling:
client.get('ticket')
Is there a similar way to get data from Sunshine Custom Objects, inside the App Framework v2?
-
Hi Cas.D,
I'm afraid that's not possible to access using get and set methods. You need to use request method to access them via API
Please sign in to leave a comment.
1 Comments