Question
Tata Consultancy Services
IN
Last activity: 16 Sep 2015 9:14 EDT
Identify the latest version of the property from OOTB tables
Hi All,
I am developing an utility which shows property with its corresponding edit validate rule based on the search criteria. Currently this utility brings all the versions of the property from Rule-Obj-Property table.
But I would like to get the details about the latest version of the property.
Example:
Hi All,
I am developing an utility which shows property with its corresponding edit validate rule based on the search criteria. Currently this utility brings all the versions of the property from Rule-Obj-Property table.
But I would like to get the details about the latest version of the property.
Example:
| Class | Propertyname | PropertyType | RuleSet | RuleSet Version |
| XYZ | Discount | Text | XYFW | 01-03-12 |
| XYZ | Discount | Text | XYFW | 01-03-10 |
| XYZ | Discount | Text | XYFW | 01-04-01 |
| XYZ | Discount | Text | XYFW | 01-03-06 |
In the above given data, i need the property details only for the version "01-04-01"
Can anyone please tell is there a way to identify the latest version of the property from OOTB tables.??
Thanks,
Shalini
1) Why do you have the same property defined in multiple versions for the same class? Is this really required?
2) You can create a report definition on Rule-Obj-Property and get the rule resolved instance back for this class.