I have a property in my application. In the Advanced tab of a property, Under the Qualifier, I have pyDecison precision as “3”. Also I have similar properties with pyDecison Precision as “5” and some with “4”.
Now the client wants me to do, set all the properties decision precision as “2”.
How can I achieve this on a single hit without changing each and every property?
Open the XML of any property that you want to change and check the property against which pyDecision value is set. Now you can create an utility to open all properties and set the pyDecision value and save.
First loop through the class Rule-Obj-Property with condition as pyQualifier() property exists, so that only those properties are picked up. For each record in the loop, open the record then set your value in pyQualifier(), then save and commit.