Try OpenEdge Now
skip to main content
Programming Interfaces
Audit Policy Maintenance APIs : Generic utility API : override-policies-from-xml procedure
 

override-policies-from-xml procedure

This should only be called after a call to policies-dataset-read-xmlprocedure which returns a list with duplicate policy names. By calling this procedure, the caller gets the data, which is loaded from the XML file into the specified ProDataSet object. The previous call to policies-dataset-read-xml keeps the data cached so that it doesn't have to re-read and parse the XML file again.
Parameters:
INPUT-OUTPUT DATASET-HANDLE FOR phDataset
Target ProDataSet to copy the data.
OUTPUT pcErrorMsg AS CHARACTER
Error messages.
Note: For more information, see policies-dataset-read-xmlprocedure.
Example: see cancel-import-from-xmlprocedure.