import-policies-from-xml procedure
- Last Updated: May 5, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
import-policies-from-xml procedure
Imports policies from a specified XML file into the local ProDataSet object. If the XML file contains duplicate policy names, this procedure returns a comma-separated list of duplicate policy names, in which case the caller can decide if it wants to override them and call resubmit-import-from-xml procedure.
Parameters:
- INPUT pcxmlFileName AS CHARACTER
- Filename of the XML file to import from.
- OUTPUT pcList AS CHARACTER
- List of existing policies.
- OUTPUT pcErrorMsg AS CHARACTER
- Error messages.