function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MayankDkPantMayankDkPant 

Data Loader Issue

Hi,

 

As per OOB, when ever we associate a contact with an account, accounts billing addess auto-populates to mailing address of contact. But when I am uploading a contact using apex data loader and I have the accountid field to contact in .csv file even then it's address does not auto-pupolates. Can be handles using some setting or there is no way for it.

 

Any help will be appreciated.Thanks in advance.

With Reagards,

Mayank Pant

Jia HuJia Hu
Yeah, it seems not be available through API call.

I guess this is a convenient function limited to the Interface.
ignatiuz_forceignatiuz_force

It can be done using a very small piece of trigger code. Let me know if you need help.

AnwarAnwar

Write A trigger For Bulk Records, After that it will work.

 

 

Thanks

Anwar

MayankDkPantMayankDkPant

Thanks. Can you show me how to achieve this using trigger.