Monday, January 21, 2019

NAV Email Notification Document Approval Link is incorrect

Set the web client base url correctly on the instance

https://www.cronus.com/BC190/Webclient/





Modify R1320

Modify the DocumentURL variable and replace the text with whatever you need

IF NotificationSetup."Display Target" = NotificationSetup."Display Target"::Windows THEN
  DocumentURL := PageManagement.GetRTCUrl(RecRef,"Notification Entry"."Link Target Page")
ELSE
  DocumentURL := PageManagement.GetWebUrl(RecRef,"Notification Entry"."Link Target Page");

//mod
DocumentURL := DELSTR(DocumentURL,1,STRLEN('http://LSNav:48900'));
DocumentURL := 'http://localhost:8080' + DocumentURL;
//mod



No comments:

Post a Comment