The PTC Community is on temporary read only status in preparation for moving our community to a new platform. Learn more here
Solved! Go to Solution.
If the loadfile is for new rules, any ID number can be given, IDs are assigned when the rules are created. If an existing rule or set is being referenced then the ID from the database has to be used in the loadfile.
For a new rule you can just give it ID 123 and reference it as ID 123 in the link - within the loadfile.
If the loadfile is to update existing rules the IDs in the loadfile needs match the persist object ID in the database.
If the loadfile is for new rules, any ID number can be given, IDs are assigned when the rules are created. If an existing rule or set is being referenced then the ID from the database has to be used in the loadfile.
For a new rule you can just give it ID 123 and reference it as ID 123 in the link - within the loadfile.
If the loadfile is to update existing rules the IDs in the loadfile needs match the persist object ID in the database.
