Closed
Report Definition Question
I am building a report definition(In a work class) that lists the case types in the application along with the case ID prefix. I will need to add pyLastReservedID (pc_data_uniqueID) as a column in my report definition. How do I get that ?
Hi Sravya,
You can have a look into the Data-UniqueID.DataUniqueIDList report definition.
Data-UniqueID(pc_data_uniqueID) -> contains pyOrganization and pyPrefix as keys
So in your case you can add a join to this table with the help of pyOrganization AND pyPrefix keys in your main report and try to fetch the pyLastReservedID from the joined table.
Hope this might help you to achieve your requirement.
Regards
Mahesh