Forum Post: RE: Upgrade problem
Hi Geoffrey , My company has just decided to migrate from Navision 5 Sp1 to Business Central. This is a multi-company database. 1)How is the cost calculated ? 2)Is the upgrade cost dependant on how...
View ArticleForum Post: xmlport can't insert new record in item table
Hi everyone, So I've created a xmlport to import text data to item table and the record don't exist and my xmlport says it was added with success and then raise the error that nothing was added (error...
View ArticleForum Post: RE: How I can get Nav Developer License?
Unfortunately you really need a Partner. https://community.dynamics.com/nav/f/34/t/230069
View ArticleForum Post: RE: xmlport can't insert new record in item table
Pretty sure the XMLPort does the insert, so when you do the Item.INSERT you are actually doing it two times.
View ArticleForum Post: RE: Rdlc Report Visibility Problem
If you want the blank space gone you need to set the visibility property on the Row (in the Row Groups at the bottom).
View ArticleForum Post: Amount Incl VAT value in Sales Quote Report.
So I am using the below code to add the amount in words to the Sales Quote report. I have already successfully achieved it with the Sales Invoice report using the following code. Header -...
View ArticleForum Post: RE: Rdlc Report Visibility Problem
=(Fields!Sales_Line_Type.Value = " ") or (IsNothing(Fields!Sales_Line_Type.Value)) IsNothing worked thank you Visibility was already false with an expression.
View ArticleForum Post: RE: How to split string value into multiple lines
IF STRLEN(Comment) > MAXSTRLEN(SalesCommentLine.Comment) THEN BEGIN i := 0; j := STRLEN(Comment); WHILE j > 0 DO BEGIN //Do loop Insert SalesCommentLine.Comment :=...
View ArticleForum Post: RE: New Item
If you find this information helpful, Click Yes to Verify the answer to share with other community members.
View ArticleForum Post: RE: Boolean Control check/uncheck through code in Posted documents.
//removed "Audit Done":=TRUE; //removed GLEntry1."Audit Check Date":=CURRENTDATETIME; GLEntry1.RESET; GLEntry1.SETRANGE(GLEntry1."Document No.","Document No."); IF GLEntry1.FIND('-') THEN BEGIN REPEAT...
View ArticleForum Post: entering Note, or Link in Sales Order, via web services (OData /...
Is this possible? If not possible, can someone suggest a solution (our problem described below). Thanks! ----------------------------------------------- Background: US Millitary APO/FPO customers,...
View ArticleForum Post: Undo assembly order with items and resources
Hi, I have an issue when I try to undo assembly registred order in the event that the products have been sent and billed. The system don´t allow this case. I can use the item journal to adjust the...
View ArticleBlog Post: Power BI Desktop June 2019 Feature Summary
Hopefully, you are either enjoying the start of the Microsoft Business Applications Summit or watching all the exciting news and announcements on social media! To go along with all those other...
View ArticleForum Post: RE: wHEN i CREATE sales credit memo
As Teddy mentioned above, populate the Number Series on the setup page, then go to No Series. Make sure the series you have chosen has manual numbers ticked:
View ArticleForum Post: RE: wHEN i CREATE sales credit memo
If you get error when posting (not when creating credit memo), check the Posted Credit Memo Nos. Check the Starting No, Ending No, and Last No. Used of the No Series
View ArticleForum Post: RE: New Item
You need to be very specific when you are explaining an error. Did you get the error when you try to fill in the Item Code, did you get the error when create return order after creating new items ? Did...
View ArticleForum Post: RE: Amount Incl VAT value in Sales Quote Report.
Amount Including VAT is a flow field. Meaning that if does not have a value until you calculate it. Do the CALCFIELDS first to get the value.
View ArticleForum Post: ServerInstance 'MicrosoftDynamicsNavServer$NAV2018' failed to...
I have created a new service from the "New-Service" command. I have done this several times earlier and worked perfectly. This time i am doing it on Windows Server 2019 Standard and Microsoft SQL...
View ArticleForum Post: RE: ServerInstance 'MicrosoftDynamicsNavServer$NAV2018' failed to...
When you created the service which credential you use ? Did you use Administrator ?
View Article