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 ArticleForum 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 ArticleForum 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 ArticleForum 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 ArticleForum 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 ArticleForum 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 ArticleForum 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 ArticleForum 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 ArticleForum 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 ArticleForum 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 ArticleForum 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 ArticleForum Post: RE: Blank page Report.saveasPDF
I´m doing that and the BLOB.HasValue returns true...
View ArticleForum 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 ArticleBlog 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 ArticleBlog 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 ArticleForum Post: RE: Sorting Can Not Be Done
Have you added this flowfield in the dataitemtableview of the page?
View ArticleForum 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 ArticleForum 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 ArticleForum Post: RE: Sorting Can Not Be Done
Yes sourcetableview is filled. Its filles with its default value
View ArticleForum Post: RE: Sorting Can Not Be Done
Could you debug and check where the error is coming?
View Article