How I can get the pointOfDelivery at push save in IUICOBJ, TYPED_CONTEXT
Hello Experts,
A lot of Thanks for reading this, and Thanks for your time.
I have a new question,
In Component: IUICOBJ
View: SOToolbar
Event: EH_ONSAVE.
I have checked Me->typed_context and the objects, and pointOfDelivery there isn't, How I can get this. With a realition?? or how I can??
Could you help me, please
Tags:
Sudeep Dileepkumar replied
Hi Garcia,
Can you elaborate your requirement, so that i can help you well..
pointOfDelivery' is it a relations or related BOL object ?.. you can read direclty from any context node if it is in the application / view by me->typed_context->name of the context node
but if you want to access some related entities / BOL objects you have to get the entitity generate related entities from it via get_related_entities.
feel free to write back..
Regards, Sudeep..