0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Dynamics365/PowerAppsモデル駆動アプリのFormにカスタムパラメータを渡す方法

Posted at

JavascriptでFormを開く場合、テーブルの項目のデフォルト値をパラメータで渡すことができますが、テーブル項目以外の制御用のパラメータを渡して制御を行いたい場合(例えば、パラメータでFormのTab非表示を制御する場合)、以下の資料の方法で実現可能です。
https://docs.microsoft.com/ja-jp/dynamics365/customerengagement/on-premises/developer/configure-form-accept-custom-querystring-parameters?view=op-9-1
簡単な例を説明します。
Formのプロパティのパラメータータブに、必要なパラメーターを追加する
MicrosoftTeams-image (21).png
MicrosoftTeams-image (22).png

サンプルコード
MicrosoftTeams-image (23).png

コンソールで以下のテストコードを実行すると
MicrosoftTeams-image (24).png

実行結果
MicrosoftTeams-image (25).png


ほかにも、ブラウザのsessionStorageを利用して、Form間の値渡しの実装も可能です。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?