Experts,
Please advise how to enable "Remove" button which Greyed out > HR > Transaction> Payroll > Built Checks - have tried to go through all security rights and role/ alter form but no success.
below image > right side bottom
Hi Krit,
When you run a Dex.sql log for clicking the ‘Remove’ button only, the log will tell you the UPR10300 – Payroll Activity Table is called.
I suggest executing the select statement against the Dynamics database. If there is a user with a record in this table try deleting the record from the table.
Select * from UPR10300
Delete UPR10300 where DEX_ROW_ID = 'xxxx' – replace xxxx with the correct number of the row
I hope this helps,
Margi Jandro
Microsoft Support Engineer
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,524 Super User 2024 Season 2
Martin Dráb 228,469 Most Valuable Professional
nmaenpaa 101,148