728x90
오브젝트 정리 중 최근 생성한 기준으로 오브젝트 내역을 알아오고 싶을 때 찾다가
아무리 구글링해도 레코드의 작성일 기준으로 쿼리하는 방법이 나왔다~.~..
별별 단어로 구글링하다가 발견 대신 Use Tooling Api를 체크해야한다.
select DeveloperName, CreatedDate from CustomObject where CreatedDate < TODAY
출처:
https://www.forcetalks.com/salesforce-topic/get-creation-date-of-metadata/
728x90
'개발' 카테고리의 다른 글
[Salesforce] LWC Refresh (LWC 컴포넌트 새로 고치기) (0) | 2022.11.20 |
---|---|
[Salesforce] Flow, Email & Notification 관련 제약사항 (0) | 2022.11.16 |
[Salesforce] Flow 사용자 정의 알림 보내기의 Custom Notification Type ID 셋팅하기 Send Custom Notification (0) | 2022.11.09 |
[Salesforce] DateTime의 System.today() & System.now() (0) | 2022.10.20 |
[Salesforce] lightning-button 클릭시 Event를 통해 Id, Name 가져오기 (0) | 2022.10.20 |