Question
update records in local data source
While i run the case there is a particular field where user enters the no. of quantity he needed in "Enter quantity" field. once after entering the value the availability in local data source has to get reduced.
for eg. Driller quantity is 20. once the user runs the case and enters the value in the "Enter quantity" field for 5. then the local data source driller quantity has to get reduced to 15.
how can i do that?
***Edited by Moderator: Pallavi to update platform capability tags***
You can use Savable Datapage or Activity to update the table. Look for Obj-Open, Obj-Save methods documentation for further help.