CRM 2013 カスタマイザー/開発者はこちら。私は JavaScript を初めて使用し、CRM 2013 の OnLoad イベントで使用できるクエリについて助けが必要です。
「予定」エンティティでは、関連する親レコードのエンティティ タイプ (「regardingobjectid」) に基づいて、カスタム フィールド (オプション セット) の値を設定する必要があります。
例;
-If 'regardingobjectid' Entity type = 'Account' then set the value of "custom field" to "x",
-If 'regardingobjectid' Entity type = 'Contact' then set the value of "custom field" to "y".
カスタム フィールドは、3 つの可能な値 (x、y、z) を持つオプション セットであるため、'regardingobjectid' Entity type = 'Contact' の場合に値 "z" を非表示にできる場合、それは素晴らしいことです。どんな助けでも大歓迎です。