Does anyone here knows how to perform Dormant Account Reviews for Disconnected Multiple Apps Accounts?
I am using a SQL loader connector for disconnected application. Is the JDBC build map rule will work on this?
Btw. As of now, the only basis to determine dormant account was the “Last login Date” only.
Any suggestion would be appreciated.
Yes, if you’re using a SQL Loader connector for a disconnected application, you can definitely leverage a JDBC BuildMap rule —but it’s primarily used for transforming and mapping account attributes during aggregation. So, it won’t directly help with dormant account review logic, but you can use it to pull in and format attributes like Last Login Date, which you can then use as a basis for dormancy checks.
Hi @Gopi2000, thanks for the reply.
we already tried using the JDBC build map rule, and its now working.