Salesforce Fact #765 | Assigning leads to territory using data load

We can now assign Leads to territories. The same can be done using data load as well.

For this, we need to import records in the ObjectTerritory2Association object and specify the Lead record Id in ObjectId field.

Note: If you are using DataLoader and encounter an error 'Invalid Id', please update it to the latest version.

Reference: https://forceforfun.com/2022/10/25/update-dataloader-to-take-advantage-of-assigning-leads-to-territories/

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