Account Plan records do not display standard audit fields like Created Date by default. Learn how to display this information using custom fields, formulas, and Record-Triggered Flows.
On the Account Plan object, standard fields that track record creation or updates (such as Created Date, Last Modified Date, Created By, and Last Modified By) are not displayed on the record by default. To display this information, configure custom fields combined with automation tools (Record-Triggered Flows).
You can easily display date fields using formula fields.
Create a new custom field on the Account Plan object with the Data Type Formula.
Select Date/Time as the Formula Return Type.
Enter one of the following formulas depending on the field you want to display:
To display Created Date: CreatedDate
To display Last Modified Date: LastModifiedDate
Click Save.
There are two primary methods to display information about the user who updated the record. Method 1 is recommended if you want to display a link to the User record, similar to standard fields.
This method provides functionality closest to standard fields.
Overview
Create a new custom field on the Account Plan object with the Data Type Lookup Relationship related to User (e.g., "Last Modified By Custom").
Create a new Record-Triggered Flow that triggers when an Account Plan record is created or updated.
In the flow, use an Update Records element to set the custom field created in step 1 to the ID of the user who performed the update ($Record > LastModifiedById).
This method displays the name of the last user who modified the record as text. No flow configuration is required, but the name displays as plain text rather than a hyperlink to the user page.
Steps
Create a new custom field with the Data Type Formula and the Formula Return Type Text.
Enter the following formula: LastModifiedBy.LastName & " " & LastModifiedBy.FirstName
005132034

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.