問題タブ [dynamics-365-operations]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
1723 参照

axapta - FormReferenceGroupControl の値を取得する方法

D365 フォーム開発では、フォーム コントロールに入力された値を取得するのが好きです。フォーム コントロールは、パーティ参照フィールドを持つフォーム参照グループ コントロールです。

コントロールに入力された値を取得する方法は?

試してみました:

ReferenceGroup.controlNum(i).valueStr();

filterValue を使用した FieldBinding

どちらも機能しません。

ここに画像の説明を入力