お気に入りlalitha P が「#CRM Configuration」で質問2016年7月20日 9:06How to find the object based on the field name?Hi,I have the field name and I need to find the object to which it belongs to?example:field name: StatusI need to find the object to which this field belongs?3 件の回答並び替え日付で並び替え役に立った順で並び替え日付で並び替えコメントをさらに読み込む...Chris van Es8月10日 18:39The query works fine if ordinary single quotes are used: Select Id, Namespaceprefix,developername,TableEnumOrId from customfield where developername LIKE '%(FIELDNAME)%' Otherwise you get : Unknown error parsing query コメントを追加回答を記入...太字斜体下線取り消し線箇条書き番号付きリストリンクを追加コードブロック画像を挿入ファイルを添付リンク URLキャンセル保存0/9000返信
Chris van Es8月10日 18:39The query works fine if ordinary single quotes are used: Select Id, Namespaceprefix,developername,TableEnumOrId from customfield where developername LIKE '%(FIELDNAME)%' Otherwise you get : Unknown error parsing query