Try OpenEdge Now
skip to main content
Programming Interfaces
Audit Policy Maintenance APIs : Importing policies from XML : copy-changes-to-dset procedure
 

copy-changes-to-dset procedure

Fills the specified ProDataSet with the records loaded with import-xml-fill-dsetprocedure. It's the caller's responsibility to reject the changes if an error occurs. If import-xml-fill-dset doesn't return duplicate policies or the caller specifies that it should override existing policies, import-xml-fill-dset automatically fills the ProDataSet with the records loaded, and this procedure should not be called.
Parameters:
INPUT-OUTPUT DATASET FOR dsAudPolicy
Target ProDataSet to copy the records.
OUTPUT perrorMsg AS CHARACTER
Error messages.