Salesforce Fact #103 | Set audit fields during import

Audit fields can be set during import. For this, we need to follow the below steps:

1. We need to enable the setting ' ' in User Interface.

2. We need to create a permission set and enable either of the system permissions: Set Audit Fields upon Record Creation, Update Records with Inactive Owners and assign to respective users.

3. Import the records with audit fields values set from the import file.

For details, check out: https://help.salesforce.com/articleView?id=000328426&type=1&mode=1

Attached are the screenshots.


















Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow