Quantcast
Channel: Dynamics 365 Business Central/NAV User Group
Browsing all 11285 articles
Browse latest View live

Forum Post: RE: Control permission on ledger entries based on user setup -...

Probably a better way is to use the AccessByPermission property ( msdn.microsoft.com/.../accessbypermission-property). In combination with proper permission sets that will do exactly what you are...

View Article


Forum Post: RE: Control permission on ledger entries based on user setup -...

Nice!

View Article


Forum Post: RE: SSRS 2014 Nav2016 Calculated field Syntax

SELECT [Company$Bin Content].[Bin Code] ,[Company$Bin Content].[Item No_] ,[Company$Bin Content].[Default] ,[Company$Warehouse Entry$VSIFT$5].[SUM$Qty_ (Base)] FROM [Company$Bin Content] INNER JOIN...

View Article

Blog Post: NAVTechDays 2016

This weekend, while preparing for NAVTechDays .. I realized I haven’t even blogged about it. And I’m ashamed about it. THE best conference for Microsoft Dynamics NAV Developers in the world. And I...

View Article

Forum Post: RE: Blocked, Blocking User ID and wait Time(ms) fields in NAV 5...

Blocked :- Whether this session is blocked (waiting to acquire a lock) by another session:::::: What is the mean of this in technical term??? is the session is blocked by some batch posting or by some...

View Article


Forum Post: RE: Blocked, Blocking User ID and wait Time(ms) fields in NAV 5...

This means the same process run by two user or same table is used by two process and it is run by two user same time So when first user complete the process then it will start executing for second and...

View Article

Blog Post: Cumulative Update 37 for Microsoft Dynamics NAV 2013 R2 has been...

Cumulative Update 37 includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics NAV 2013 R2. The cumulative update is intended mainly for...

View Article

Forum Post: RE: Problem with NAV klients showing ø as ₵ and Ø as yen ¥

For future reference - Finderups and Thomas suggestions was the solution for at least NAV 2016 CU11. The problem arise when you develop on a system where the setting for programs that are not unicode...

View Article


Forum Post: RE: Restore database

Did you select appropriate .bak file ? Try selecting Cronus backup file to restore and check if it works.

View Article


Forum Post: RE: Problem with NAV klients showing ø as ₵ and Ø as yen ¥

Did you also change the other setting with "grænsefladesprog" ? :)

View Article

Forum Post: RE: 2016 Reports - Show or hide row groups

If you want to hide some sales line which fulfill a particular condition then you may use CURRREPORT.SKIP function. This will skip the rows which you do not want to show in your report print.

View Article

Forum Post: RE: Sort List Page

Have you tried using DataItemTableView property. It will fix the sorting order on a particular key as required by the user.

View Article

Forum Post: RE: 2016 Reports - Show or hide row groups

Hi gmarteinsson, You can try Mr. Sharma's solution by skipping the rows before the dataset. Or in the report layout, did you try set the visibility of you group with function COUNTDISTINCT()? Thanks,

View Article


Forum Post: RE: SSRS 2014 Nav2016 Calculated field Syntax

Hi BKR2016A, If your question is how to SUM with condition in SSRS. You can find some examples here: stackoverflow.com/.../carrying-out-a-sumif-like-operation-using-sql-server-report-builder Thanks,

View Article

Forum Post: RE: 2016 Reports - Show or hide row groups

I agree with Ishwar suggested... also you can try with the Visibility and Filters properties of group in layout..

View Article


Forum Post: RE: Sort List Page

You can try with changing the 'SourceTableView' property of the List page. There you can set the Key as well as the Order (Ascending or Descending) in which the data to be shown on the page.

View Article

Forum Post: RE: 2016 Reports - Show or hide row groups

If you are making the report in VS, I've used a formula in the row visibility in order to hide it if it meets certain criteria. For example: =IIF(Fields!Type.Value like "PR*" OR Fields!ItemId.Value...

View Article


Forum Post: RE: Restore database

My latest database backup .bak file was corrupted. Thanks

View Article

Blog Post: NAV CUs: Actualizaciones de noviembre

Como es habitual en los primeros días del mes, os dejo un breve resumen con los enlaces de las...

View Article

Blog Post: Report Settings- NAV 2017

There is one new parameter introduced in NAV 2017 reports that is 'Saved Settings' Depending on the report that is run, request page that lets you to set certain options and filters for changing the...

View Article
Browsing all 11285 articles
Browse latest View live