Ricerche recenti
Nessuna ricerca recente
Update Organization from ZAF ticket app
Data ultimo post: 26 giu 2022
I'm building a small utility ZAF app to allow an agent to update a custom org field so that the org doesn't need to be completely opened to edit by the agents.
There doesn't appear to be a reference it with client.set and when I tried using client.requests with a "PUT" option; it returns the the org object as if I had done a "GET" request. If I try using an authorization header in the options I get a 403 access forbidden.
So... is it possible to use the ZAF client to update an org from a ticket? Or is it necessary to build out an additional HTTP requests schema to do the update?
Also, is there documentation that lists all the methods and parameters available for the ZAF Client? I am only seeing it in pieces in the developer site.
thanks in advance for any input, code snippets, or direction in this project.
0
2 commenti
Raven Agape
Worked like a charm! Thank you so much!
0
Raven Agape
After deployment we realized that if the user using the app doesn't have permission to modify the org the app doesn't work. This was the point of the app, so that is a no go.
Any ideas how I can authenticate the app in a way it can modify the org no matter the users permissions?
0