To change the operation performed for a constraint, do the following:
- Edit the XML input file
- Find the <operation> element corresponding to the constraint that you want to change. The operation element will be inside a <constraint> element.
- Set the operation value by entering a number between 1-4.
These values have the corresponding meaning:
- 1
- This corresponds to the 'equal to' (=) operation
- 2
- This corresponds to the 'not equal to' (<>) operation.
- 3
- This corresponds to the 'greater than or equal to' (>=) operation.
- 4
- This corresponds to the 'less than or equal to' (<=) operation.
- Save the XML file.
- Update the production server by importing the updated XML file.