最近の検索
最近の検索はありません

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
コメント