Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to import only the parameters in an xml that a file is missing?
or import the parameters from an xml without changing those parameters in a file, if they already exist?
Currently we are developing a set of standard parameters in our company. As we add to this list, updating the existing files is a hassle.
For now I have a very simple logic that I have added to a form providing an import "button" (script for rule below).
This works, but it also resets any existing parameters with he same name to the "default" state., requiring them to be manually re-updated.
Is there a way to import the parameters, without changing values it they already exist in a file?
oDoc = ThisDoc.Document
iLogicVb.Automation.ParametersXmlLoad(ThisDoc.Document, “file location\Standard-params.xml")
Solved! Go to Solution.