Report on tenants
I need to write a report on tenants which gives me the tenant name and the last time the tenant was accessed. My original approach was to modify the pyTenantList report in the shared layer (which has pyTenantName) and add pyLastSignOn to it, however that property is in a locked Pega RS and is not optimized. Unfortunately this cannot be modified.
Is there another way to go about this?