Hello Guys,
I'm facing one serious problem, I'm having data in excel (around 10k records)
In CRM for ex. I'm having Entity A and Entity B and I'm going to import those data to the Entity A
In the Entity A, Its having plugin at the create event (it will create same record in Entity B but not all the attribute values)
When i import those data to the Entity A the plugin is triggered/ create record up to 5000 and it fails to create for the remaining 5k records (i think plugin is timeout because of 2 minutes)
Is there anyway to create all the records at one shot or otherwise i have to split the data as 5k records and then have to upload back to CRM ? (Correct me if I'm wrong)