Ricerche recenti


Nessuna ricerca recente

Mark DiValerio's Avatar

Mark DiValerio

Data ingresso 16 apr 2021

·

Ultima attività 27 ott 2021

Seguiti

0

Follower

0

Attività totali

5

Voti

0

Abbonamenti

3

PANORAMICA ATTIVITÀ

Ultima attività di Mark DiValerio

Mark DiValerio ha commentato,

Commento nella community Developer - Zendesk Apps Framework (ZAF)

Hello Devan,

 

yes I would be talking about a custom built app.

 

Like would it be (if the manifest parameter is "default_form")...

client.invoke("metadata.settings.default_form.save", updated_default_form);

or

client.metadata("settings.default_form", updated_default_form);

or

metadata_var['settings']['default_form'] = updated_default_form

client.metadata(metadata_var);

?

 

Thanks,

Mark DiValerio

 

Visualizza commento · Data ultimo post: 30 set 2019 · Mark DiValerio

0

Follower

0

Voti

0

Commenti


Mark DiValerio ha commentato,

Commento nella community Developer - Zendesk Apps Framework (ZAF)

Can you modify the metadata settings from within the app?

 Scenario: I want to create a form, questions and radio button/dropdown answers as a sidebar app. The Q&A are pulled from the metadata, but i would like to add a feature that allows users of a particular group to be able to modify the form. Once i do that, can I save the new Q&A back into the metadata so that when another person loads the app, it loads the new form?

 

(Or is there a better, more proper way to do this?)

 

Thanks

Visualizza commento · Data ultimo post: 18 set 2019 · Mark DiValerio

0

Follower

0

Voti

0

Commenti