
Andrew Wells
-
Actividad total34
-
Última actividad
-
Miembro desde
-
Siguiendo0 usuarios
-
Lo siguen1 usuario
-
Votos3
-
Suscripciones12
Comentarios
Actividad reciente de Andrew Wells-
Prakruti HindiaLet me rephrase a bit... if in the messaging JWT I pass additional claims like first name, last name, country, ect. Should I expect these fields on the ZD user object to be updated o...
-
That is unfortunate but understandable.
-
Brett, I apologize I should have been more specific in this comment. High importance as in the ability in Outlook or O365 to select a priority for the email you are sending. I believe this marks so...
-
Sal, I was able to create the custom object I need through the requirement.json file. I even went expanded on this to add fields that the app will be using. I noticed that forms arent mentioned as ...
-
Sebastiaan,Thank you for your response however this will not work since it is a JWT I am using to connect to my company's oauth. It is specified in the manifest.json file as such: "parameters": [{"...
-
Eric Nelson not to highjack this thread but when you set this up in the manifest file do you use the token with type oauth param as well? One of the issues I keep running into is that a secure sett...
-
I ended up using the local storage option this time around. I did take a look at how to use the client.on("trigger name",()) and the client.trigger("trigger name", "") options but I couldn't wrap m...
-
Andriy,How are you returning values back from the modal? I'm using this.client.invoke('instances.create'... To create the modal and the url is an internal html file that just has <p></p> and 2 ...