I need to insert multiple records to the table at once from the config table.
config table name: cs1_Config_Attestation_DE&OES
Target table name: cs1_Attestation_DE&OE_Data
Here is the function I have used in the onselect
ForAll('cs1_Config_Attestation_DE&OES',
Patch('cs1_Attestation_DE&OE_Data',Defaults('cs1_Attestation_DE&OE_Data'),{
AQDOID_AQID: "ABC"
}
);
)
I'm getting below error
column also exists in the table.
if I use patch function outside the ForAll, it works fine.
Appreciate if you could support for this issue.
Thank you.


Report
All responses (
Answers (