HI,
I have a requirement in which I have to get records from a table based on conditions to display on DSP page and when user clicks on a one of the rows returned he can edit the data for the particular row.
Say if the table has four columns
DeptNo, Name, Staffs, Budget - I have to display NAME, STAFFS BUDGET for the user corresponding to the Dept No he enters , which I have done. The next part is if he clicks on one of the rows returned he should be able to edit the values of the row.
I am having hyperlink for each row returned to do this, but how can i pass all the column values corresponding to THAT particular row user has clicked to the IS update service. When I am using %loop% I dont have an index for the variables in there. How can I accomplish this?
Thanks,
Bharathi
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods