Hi Community!
I am facing an issue while configuring a security permission for Log button on Batch job history form for a custom role. The requirement is user with custom role should be able to view Log messages for any batch ended in error.
System administration > Inquiries > Batch jobs > Batch job history
Clicking Log button runs a form method element.showLog() which gets data from BatchHistory and BatchJobHistory tables.
BatchJobHistory::showLog(batchJobHistory.RecId)
I have configured security privileged like below which is added to duty then role then to user.
User with custom role can see the Log button but when clicks the button, it doesn't show any of the error messages for failed batches. Any thoughts what I am missing here?