2016年09月22日
sfdcのクラスでオブジェクト及び項目の情報を取得
1:custom object(カスタムオブジェクト)
- If it's custom object (eg. Account)
- Label (eg. Account)
- API Name (eg. Account)
Account.sObjectType.getDescribe().isCustom()
return:true-------> It's custom
return:false-------> No custom
Account.sObjectType.getDescribe().getLabel()
Account.sObjectType.getDescribe().getName()
【このカテゴリーの最新記事】
-
no image
-
no image
-
no image
-
no image
-
no image
-
no image
-
no image
この記事へのコメント
コメントを書く
この記事へのトラックバックURL
https://fanblogs.jp/tb/5459156
※ブログオーナーが承認したトラックバックのみ表示されます。
この記事へのトラックバック