Hi Everyone,
i need to implement a Create deep entity implementation for the below structure.
- Header-->Service Order
- item--> Service Order, item number, components
- component list
- item--> Service Order, item number, components
i have implemented the Header to Item deep insert.
based on the below example.
Step by Step development for CREATE_DEEP_ENTITY operation
this only handles the implementation from Header--> Item.
but i have a requirement where in i need to implement, Item-->Component also.
is it possible?
Kind Regards,
Vamsi