cancel
Showing results for 
Search instead for 
Did you mean: 

How to post the updated Empid dynamically to the backend .

0 Kudos

Hi experts ..

I posted the all the data to the backend  i mean creating part is completed . Then i retrieved the data from the backend and i displayed that values with id.

now the reading part also working .

So now i have to do the update part . For that i need to post the empid  to the back end. So by click on the update button i have to send the emp id only to the back end ....i hope u  experts, so please guide me to do update ....

regards ...

Damian .A

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member204556
Participant
0 Kudos

Hi Damian,

Use the following,

Update <table name>

Set <field name> = <structure name-value that is to be updated>

Regards,

Shrusti

saurabh_vakil
Active Contributor
0 Kudos

Hi Damian,

For update you just need to call the update() function of the OData Model object and pass the required parameters to the update function. However you first need to implement the update method in your OData service. Has you done this alreday?

Regards,

Saurabh

0 Kudos

Hi Saurabh vakil ..

No i have not done this before .....if u don't mind could u please send me any sample program for that if u have .......

Regards...

damian.a