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

Forum Post: RE: Navision 2009 Slow Startup Speed

Hi Douglas I would personally start by recompiling all objects. Then I would restart the server, then the instance ... but you probably have than all this already. I would then launch SQL Server...

View Article


Forum Post: RE: Validate record's manual inserted?

Hello, tanks for the answer . Can you suggest starting point, some code example how to insert a Sales Order via web services. I 'am very new to NAV.

View Article


Forum Post: RE: Validate record's manual inserted?

Have you done C/AL coding before? If not you might take help from your ERP partner. The forum can help you with correcting code but not writing code for you. Hope this helps.

View Article

Forum Post: RE: What is the Use of CAPTIONCLASSTRANSLATE ?

Hi Saurav, Did you try to get it coded? Try this: MESSAGE(CAPTIONCLASSTRANSLATE('1,1,1')) See what happens? If I run my client in ENU it returns "Department Code". When I select NLD it returns...

View Article

Forum Post: RE: Validate record's manual inserted?

I have created a codunit with a function:PostOrder with a local variable:Order, type:Record, sybType: SalesHeader in my function i have the code: Order.Ship := TRUE; CODUNIT.RUN(CODUNIT::"Sales-Post",...

View Article


Forum Post: RE: Validate record's manual inserted?

you can use dataport... but firstly, you need to set the columns in dataport you can take the ref as below: community.dynamics.com/.../16125

View Article

Forum Post: RE: Validate record's manual inserted?

Best is using dataport.Before that u can copy all your sales header & line as two .csv file then u can import ur sales order header & line .

View Article

Forum Post: RE: Sending Pickup Date Request to UPS, Return Processing

you can use job queue to run a codeunit for count and list the requests once per day or maybe several hours a day you can use the codeunit to send list for UPS or for your contact window.

View Article


Forum Post: RE: Insert a order using web service via page Sales Order

HI, I am sharing with you blog where you can get all code- blogs.msdn.microsoft.com/.../

View Article


Forum Post: RE: Blank page Report.saveasPDF

I am not sure that it happens or not but there is a workaround if you have that issue. Try this - 1. After you SaveasPDF you have the filepath. 2. Create a blob variable and using outstream write the...

View Article

Forum Post: RE: What is the Use of CAPTIONCLASSTRANSLATE ?

Thanks Luc. And the confusion was about the help that is avilable on MSDN or developer environment where it says - "Returns a translated version of the caption string." And i was to find usage by...

View Article

Forum Post: RE: Blank page Report.saveasPDF

I´m doing that and the BLOB.HasValue returns true...

View Article

Forum Post: RE: Monthly Calendar in 2013 r2 required to develop as it is...

Hi Dhananjay, I am not sure about 2013 R2 but i can see a page with same ID in NAV 2015,2016 and 2017. I think that should be avilable in NAV 2013 R2.

View Article


Blog Post: The MSDW Podcast: Future-proofing Microsoft Dynamics NAV

Get the MSDW Podcast RSS feed or subscribe on  iTunes  or  Stitcher . "NAV used to be a rather stationary target, where updates and new versions w... read more ...read more

View Article

Blog Post: From the Microsoft Dynamics NAV Blogs: 2017 Upgrade; Functionality...

A selection of the latest insight from the Dynamics NAV blogs: How I upgraded to Microsoft Dynamics NAV 2017 Functionality Improvements in NAV 2017 Develop Notifications-NAV 2017 Dynamics NAV and Help:...

View Article


Forum Post: RE: Sorting Can Not Be Done

Have you added this flowfield in the dataitemtableview of the page?

View Article

Forum Post: RE: Sorting Can Not Be Done

In the page and table is no dataitemtableview field. Its navision 2015 Its also not a report, its page number 9313

View Article


Forum Post: RE: Sorting Can Not Be Done

Yes, what I actually meant was sourcetableview! Have you made any changes in this property in Page 9313?

View Article

Forum Post: RE: Sorting Can Not Be Done

Yes sourcetableview is filled. Its filles with its default value

View Article

Forum Post: RE: Sorting Can Not Be Done

Could you debug and check where the error is coming?

View Article
Browsing all 11285 articles
Browse latest View live