2018年04月28日
sfdcのクラスでオブジェクト及び項目の情報を取得
1:custom object(カスタムオブジェクト)
- If it's custom object (eg. Account)
Account.sObjectType.getDescribe().isCustom() return:true-------> It's custom return:false-------> No custom
- Label (eg. Account)
Account.sObjectType.getDescribe().getLabel()
- API Name (eg. Account)
Account.sObjectType.getDescribe().getName()
【このカテゴリーの最新記事】
-
no image
-
no image
-
no image
-
no image
-
no image
-
no image
-
no image
この記事へのコメント
コメントを書く