I have a data table with (3) columns
Example:
Provider ID Description DocumentHandle
1234567890 Recred
987654897 Recred
-
we process the transaction for Provider ID 1234567890
-
we get the Document Handle (from a separate system) for that transaction and assign it to a variable
-
I want to read this data table, find the Provider ID 1234567890 go over and add the Document Handle in the Document Handle column.