Soql Creator

Posted by ExiaHuang on October 27, 2018

Topic

Environment

  • Make sure you can login your sfdc. Test it : SFDC-XY > Login SFDC

Create Soql

SFDC Code Creator > Create Soql

1540459992691

Select Soql Type

1540460017305

result :

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
select 
			Id,				//カスタムオブジェクト ID
			OwnerId,				//所有者 ID
			IsDeleted,				//削除
			Name,				//ブログNo
			RecordTypeId,				//レコードタイプ ID
			CreatedDate,				//作成日
			CreatedById,				//作成者 ID
			LastModifiedDate,				//最終更新日
			LastModifiedById,				//最終更新者 ID
			SystemModstamp,				//System Modstamp
			LastViewedDate,				//最終閲覧日
			LastReferencedDate,				//最終参照日
			comment__c,				//評価
			comment_status__c,				//評価ステータス
			content__c,				//内容
			excerpt__c,				//概要
			status__c,				//ステータス
			title__c,				//タイトル
			ReadOnlyTest__c,				//ReadOnlyTest
			FormulaTest__c,				//数式テスト
			Account__c				//取引先
from Blog__c