最近搜索
没有最近搜索

Mark DiValerio
已加入2021年4月16日
·
最后活动2021年10月27日
关注
0
关注者
0
活动总数
5
投票
0
订阅
3
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 Mark DiValerio
Mark DiValerio 进行了评论,
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
查看评论 · 已于 2019年9月30日 发布 · Mark DiValerio
0
关注者
0
投票
0
评论
Mark DiValerio 进行了评论,
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
查看评论 · 已于 2019年9月18日 发布 · Mark DiValerio
0
关注者
0
投票
0
评论