Blog Post: Cumulative Update 12 for Microsoft Dynamics NAV 2016 has been...
Cumulative Update 12 includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics NAV 2016. The cumulative update is intended mainly for...
View ArticleForum Post: RE: User personalization
Hello, It's very easy. first of all you need to give a profile to the user and disable user personaliation. msdn.microsoft.com/.../hh879068(v=nav.90).aspx Next you have to personalize the profiles....
View ArticleForum Post: RE: User personalization
Hi karan, You can hide departments in RTC profile wise. Like for an example their is no need to show the warehouse and job module to the "Sales Manager". So you just open the RTC client with Sales...
View ArticleForum Post: RE: User personalization
You need to open the profile assign the each user in configuration mode and then you can hide the department menu Check this link msdn.microsoft.com/.../dd354992.aspx
View ArticleForum Post: RE: User personalization
Yes I have already tried that but problem is with that user can go to every master and i can edit the other module data which is not assigned to him. Here the user is unable to view but he is able to...
View ArticleForum Post: RE: Sales Credit Memo
Also there is a function in the Item Card. Inventory Value Zero. But it's hidden.
View ArticleForum Post: RE: Send email from report preview
I think it is possible. However you need to take help of a developer to achieve the desired output.
View ArticleBlog Post: First Look -Dynamics NAV 365
Yesterday Microsoft revealed first look of Dynamics 365 Following are some of the key points showcased Microsoft Dynamics 365 Enable your organization to grow, adapt, and evolve to meet the needs of...
View ArticleForum Post: RE: Send email from report preview
Hi It is possible in NAV 2016 as NAV provided such option on Posted Sales Invoice screen You can check this dynamicsuser.net/.../send-document
View ArticleForum Post: RE: User personalization
Hey Karan, Then you need to set the permissions for every user so they can not access the other module data Check this link msdn.microsoft.com/.../dn757139(v=nav.80).aspx Unfortunately recording of...
View ArticleBlog Post: Dynamics 365 will be available from November 1st
Watch this first look video: https://www.microsoft.com/en-us/dynamics/dynamics-365-first-look No better time to be a Dynamics Customer..
View ArticleForum Post: RE: Sales Credit Memo
codeunit 22: IF (Item."Inventory Value Zero") OR (("Entry Type" = "Entry Type"::Transfer) AND (ValueEntry."Valued Quantity" '')) THEN BEGIN CostAmt := 0; CostAmtACY := 0; ValueEntry."Cost per Unit" :=...
View ArticleForum Post: RE: Go back and use end total value in each record?
on AfterGetRecord() you can define a parameter like total amount
View ArticleForum Post: RE: Go back and use end total value in each record?
I meant after I get every record and reach the end, I want to go back and add a field to each record because I want to use the total.
View ArticleForum Post: RE: Go back and use end total value in each record?
Hi, Do you mean to say showing the subtotal on every age when the record ends ? If you are using classic version then use trans footer and trans header If you are using higher version then you need to...
View ArticleForum Post: RE: Go back and use end total value in each record?
No, I already have the subtotals. I want to be able to use the grand total calculated at the end of the report and calculate percentages for each record based on it. Like in the picture below:...
View ArticleForum Post: RE: Go back and use end total value in each record?
I think you can define a parameter for each percentage. Or you can use flowfield in header that sum up all amount in lines, then use that column to calculate percentages in report.
View ArticleForum Post: RE: Go back and use end total value in each record?
it's difficult to have all items in footer. but maybe you can use array to show all of them. :)
View Article