RE: Nav 2016 Web Client- Show company name - system indicar in Company Information
Hi,
So if you want to display the company name to the user everytime he opens the web client then you have to customize doing the following:
You will have to identify your role center or you can do it on all role centers.
Eg: If your role center is Business manager role center then go to page 9022 Business manager role center, so the first page part is O365 activities so identify the page object no of this part by going to properties.
Now go to this page i.e. Page 1310 O365 activities in this scenario and in OnOpenPage() trigger of O365 activities you can display a message as below which will be displayed everytime web client is opened.
MESSAGE('Company name: %1',COMPANYNAME);
You can check the below screenshots: