Hello All,
I am working on a requirement where i am creating more than 10,000 orders with more than 1,00,000 associated order product.I am creating order and order product in a single service call as described in http://missdynamicscrm.blogspot.com/2015/05/tips-crm-c-create-validated-parent-child-records-as-big-compound-using-relationship-related-entities-object-c-sharp.html ,i am using Excutemultiple Request to create the order with order product but its taking hours to create the order and order product.Sometimes it is giving Timeout error when an order contains more than 15 order product .I also tried to create order 1st and then order product but it also taking similar time.Can anyone please help me how can we improve the performance ?
*This post is locked for comments