Forum Post: RE: Business Relation Code Setup
go to marketing setup. (you can search for it) fill field Bus. Rel. code for customers and try again
View ArticleForum Post: RE: Error Publishing Extension Package - NAV 2017
Just a small change in query: DELETE [dbo].[Object] where [Type] =0 and [Company Name] = 'ABCD' Use [Type] instead of Type. Thanks
View ArticleForum Post: RE: Pop up function for notes on customer card in NAV
Hello Rehan, Thank you for your reply, but this doesn't pop up automatically when you start a new order for the customer? Or am I wrong?
View ArticleForum Post: RE: Pop up function for notes on customer card in NAV
If you want a pop up functionality. Then add some custom code on the Sales order Customer table or page like while after validating Customer number. PAGE.RUN(Number[, Record] [, Field])...
View ArticleForum Post: RE: NAV 2017 From User on Approval emails
Thanks but this is native functionality in 2017 and these are emails generated by workflows. We'd prefer not to customize it since it's all native now.
View ArticleForum Post: RE: Dynamics NAV 2017 Development Environment - unknown language...
I am suffering the same issue heren, hope someone has a solution..
View ArticleForum Post: RE: Updating a subform from a subform
Hi I don't believe this is a feature of Navision 2013.
View ArticleForum Post: RE: Displaying in the message box but not in report.
Please add the line break VBCRLF before adding each line in the code and that should give a line break. NewSpecification := RTestPlanPropertySet.Description + 'VBCRLF'; Check if this does the trick
View ArticleBlog Post: Directions EMEA 2017: NAV/SQL Performance in a Nutshell
Please find attached the presentations-slides (“Safe for Work” Edition ): Abstract: No worries, this session will not bother you with annoying technical details about performance optimization! I will...
View ArticleBlog Post: Cash Flow Forecasts in Microsoft Dynamics NAV 2016: Microsoft...
How to create, setup and predict cash flow Hello everyone, thanks for your time. My name is Christos Pittis, and I am a Microsoft Dynamics NAV Consultant. In this episode, I am going to show you how to...
View ArticleForum Post: RE: Dynamics NAV 2017 Development Environment - unknown language...
Hi, Try Deleting .zup file Also Confirm the format and system locale on the user’s machine from Regional and Language Options. You can do that by going to Control Panel> Regional and Language...
View ArticleForum Post: RE: How to Call External Web Services in Dynamic Nav 2016 and 2017 ?
Hi, Can you specify what particular type of information you need so that we can help you? Thanks
View ArticleForum Post: Display List on basis of selection
Hi I have created one C/al Global Selection which is of option Type . It has options Customer,Vendor. I want if user selects Customer then list of Customer Groups should get displayed in another...
View ArticleForum Post: RE: Display List on basis of selection
Check no. field tablerelation for reference in table 37/39
View ArticleForum Post: Missing Extension Fields on List Pages
Hi, I have an NAV Extension v2 that simply adds a user id field to a few tables and their associated pages. When I view some of the pages in the D365 sandbox, I cannot see the field on the page. When I...
View ArticleForum Post: RE: Display List on basis of selection
First the drop down should be of type Code. Then go to the properties of this dropdown field and define the conditional relationship.
View ArticleForum Post: NAV Custom Report Layouts
This is likely a novice question, however: Why can I see "Custom Report Layouts" ID 1 through 169 (or so); and another user is only seeing Custom Report Layouts 200 or higher. So we have a Custom...
View ArticleForum Post: RE: Missing Extension Fields on List Pages
Can you try something like: field("Entry User ID";"Entry User ID") { Enabled = TRUE; }
View ArticleForum Post: RE: NAV Custom Report Layouts
Hi, This seems to be a user permissions issue, as the users are restricted to see some/particular layouts. Go to the user Permission Set at the user card and add custom permissions for that user.
View ArticleForum Post: RE: Updating a subform from a subform
This feature was introduced in i guess NAV 2016 or 2017.
View Article