cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Update operation of Multiple Items using Deep entity method, code based approach

Former Member
7,932

Hello Everyone,

I am aware that create_deep_entity method is generally used for creating deep entities in OData. However , If we need to perform an update operation on multiple items without using $Batch functionality we need to manually implement a code based approach on  create_deep_entity method using extension _*EXT class. How can this be achieved ?Generally this method gets called when we are performing a deep entity operation and the same cannot be applied while doing an update  request on multiple items. Please advice.

Best Regards,

Lakshman.

View Entire Topic
Ashg1402
Contributor
0 Likes

Hi lakshman,

  I also face the same problem some time back, there is no official way to do so as there is not such provided in '_EXT' class. I will agree with the approach suggested by TARUN.

Regards

Ashish