Forum Post: RE: Set User Group with Powershell
NAV Powershell cmdlets are for administrative tasks, you cannot update records.
View ArticleForum Post: RE: How to add Production Overhead as a Percentage
Thanks for your response. I will use hypothetical figures to explain my requirements. Ours is a cosmetics company. The same composition can be used to produce different product sizes e.g 200g, 75g,...
View ArticleForum Post: RE: Nav Client Installation in the same computer of same...
With Docker containers yes, it's possible. Install Docker locally and create two different containers, one by pulling CU23 and one by pulling CU36.
View ArticleForum Post: RE: Odata webservice problem(NAV 2016)
Thanks Gusti, the function will make some calculation and return a value. will it be possible to return a value?
View ArticleForum Post: RE: Using SSL certificate with Nav service and FQDN vs local
Yes. The NAV service need access to the Internet. It checks the status of the certificate online at the providers page when starting.
View ArticleForum Post: RE: Nav 2018 : Calendar Event and Create Telemetry Cal. Events
I also have this question. Please respond someone)
View ArticleForum Post: RE: Outlook automation variable - email not sending
Nobody to give any suggestion :(
View ArticleBlog Post: Customer story: Visual scheduling in NAV helps keeping delivery dates
The Kenyan supplier of innovative solutions for water and energy systems, Davis and Shirtliff , desperately needed to improve their internal information exchange process to ensure keeping delivery...
View ArticleForum Post: RE: Nav Client Installation in the same computer of same...
Thanks Stefano, Do you have any links that how to achieve this or any process is there to do ?
View ArticleForum Post: Adding Digital Signature in PDF Report
Dear Sir, My client currently generates PDF files from NAV/RTC Report. After that they attache a Digital Signature(3rd Party) into it & mail. The Digital Signature is located in a PEN DRIVE...
View ArticleForum Post: C/AL Symbol functions
Hi Friends, I'm new to NAV, What is the relation between CALFIELD and SumIndex in Keys? Explain in detail. Thanking You.
View ArticleForum Post: RE: Custom Transformation Rules
Hi Mateusz, If you still have problem with this. To create custom transformation create new record in Transformation Rule table with "Transformation Type" = Custom. Then in new Codeunit you can create...
View ArticleForum Post: RE: Nav Client Installation in the same computer of same...
Install NavContainerHelper module like described here: blogs.msdn.microsoft.com/.../navcontainerhelper-1 then pull the image for NAV 2016 you want. For example: microsoft/dynamics-nav:2016-cu18 gives...
View ArticleForum Post: RE: How to add Production Overhead as a Percentage
Have you tried the "Overhead Rate" on the Item Card? This sounds like it could satisfy your requirement. https://navhelp90.fenwickcloud.com.au/main.aspx?lang=en&content=T_27_99000757.htm
View ArticleForum Post: RE: Report Builder
If your only recourse is to modify Standard RDLC reports, the I agree with Stefano. You will need the developers license to compile the report. But I suggest giving the "Word Template" another shot.
View ArticleForum Post: RE: Set CHANGECOMPANY globally in NAV database
It's happening when you use change company you should not use VALIDATE method other things go well. look your code and remove VALIDATE codes.
View ArticleForum Post: RE: How to add Production Overhead as a Percentage
Thanks Alfredo. I have considered it but it does not take percentage value. It would have been alright if it takes a percentage value.
View ArticleForum Post: RE: Clipboard error shuts down RTC
Did you search this issue. Maybe it related to CU support.microsoft.com/.../released-cumulative-updates-for-microsoft-dynamics-nav-2017 maybe there is a KB releated to this error.
View ArticleForum Post: RE: How to add Production Overhead as a Percentage
Thanks for the link. I just opened it and seems it might serve us in calculating the overhead. But will it show the overhead separately in production module. Thanks for your kind effort.
View ArticleForum Post: RE: Invoke Page Action via web services
I think you should create separate code unit and add method on this and make this method Global. And add this method to web service And call this method via Web service
View Article