Object Type | Object Name | API Name (Extension) | Explanation |
---|---|---|---|
Standard Objects | Account | Account | No suffix |
Custom Objects | Any custom object | Custom_Object__c | End with __c (e.g., Invoice__c). |
Big Objects | LargeDataObject | LargeDataObject__b | End with __b, used for handling large data sets. |
External Objects | External Data Object | External_Object__x | End with __x, used for integrating with external data sources. |
Platform Events | Custom Event | Custom_Event__e | End with __e, used for event-driven architecture. |
Metadata Objects | Custom Metadata Type | Custom_Metadata__mdt | End with __mdt, used for storing metadata configuration. |
Settings Objects/Custom Seetting | Custom Settings | Custom_Setting__c | End with __c, used for custom settings. |
Data Lake Object (DLO) | Data Lake Object | Data_Lake_Object__dlm | End with __dlm |
Data Model Object (DMO) | Data Model Object | Data_Model_Object__dmo | End with __dmo |
Engagement Object | Engament Object | Engagement_Object__e | End with __e |
No comments:
Post a Comment