Hi All,
I have created a customized page and set up a workflow for it. My workflow uses the standard workflow response 'Send approval request for the record and create notification'
This email received doesn't hold any information related to the page fields like Document number.
I found that to send notification via email to the user with information like document number, NAV uses codeunit 1510 Notification Management and uses its function GetDocumentTypeAndNumber for fetching the document number and type of the Page.
Now as we know that the standard object will be locked in future and we wont be able to make changes to the standard objects.
how can I use this function without touching the standard codeunit i.e 1510 Notification Management?
*This post is locked for comments