お気に入りJesper Olsen (PROSAPIA Danmark A/S) が「#Salesforce Developer」で質問2017年1月30日 9:30CONTACTS has a 1:many relationship to custom object MATCH. When displaying records from the MATCH object, we would like to reference the standard field "Description" from CONTACTS. It seems that this isn’t possible (field can’t be found on list). Anyone?2 件の回答並び替え日付で並び替え役に立った順で並び替え日付で並び替えコメントをさらに読み込む...Adityan Thiruchuri (Cloud SynApps)2017年1月30日 9:43Create a formula field on Match Object with the value as Contact__r.Description..(Assuming that API name lookup on Match object is contact__c)コメントを追加回答を記入...太字斜体下線取り消し線箇条書き番号付きリストリンクを追加コードブロック画像を挿入ファイルを添付リンク URLキャンセル保存0/9000返信
Adityan Thiruchuri (Cloud SynApps)2017年1月30日 9:43Create a formula field on Match Object with the value as Contact__r.Description..(Assuming that API name lookup on Match object is contact__c)