Hi Everyone,
I am trying to update details from entityset (A) and it is successfully update in update action but I want to update in navigation property fields from same update action.
I had tried with update links also but after that my old update was not working.
EntitySet: A
ReadLink: @odata.readLink}
navigation entity: ZWoHeader which is linked to entityset (MyWorkOrderHeader).In MyWorkOrderHeader entityset there is field IsText which I need to update as X from entityset A.
Anyone can you help me on this ?
thanks
Sani