Skip to Content
0
Dec 16, 2019 at 09:24 AM

Facing Issue To update Navigation Property in Update Action in Mobile Development Kit

245 Views Last edit Dec 16, 2019 at 09:45 AM 8 rev

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