What are all the possible values for RowMod? Correct where this is wrong?
A = added row
U = updated row
D = deleted row
What is the one for unchanging data row?
What are all the possible values for RowMod? Correct where this is wrong?
A = added row
U = updated row
D = deleted row
What is the one for unchanging data row?
An unchanged data row will be empty string.
rowmod = ‘’
as stated above… but with ONE MORE possible value in UBAQs when working with rows in UBAQ BPMs… RowMod can be equal to “P”… which I believe means “processed”.
It is for internal use