override-policies-from-xml procedure
- Last Updated: May 5, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
override-policies-from-xml procedure
This should only be called after a call to policies-dataset-read-xml procedure 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-xml procedure.
Example: see cancel-import-from-xml procedure.