Quantcast
Channel: Microsoft Dynamics NAV Forum - Recent Threads
Viewing all 29197 articles
Browse latest View live

Unable to browse the WSDL for the published page showing error "The remote device or resource won't accept the connection".

$
0
0

Hi,

I had published one NAV 2016 page as web service but when i am trying to browse the SOAP url i am unable to browse that . It is saying page cannot be displayed. When i click on Diagnose connection problem i am getting the following error:

"The remote device or resource wont accept the connection" . any idea what needs to be done to fix this?

Thanks


BarCodes

$
0
0

Could you please tell me, how can we give permissions to modify or Delete the Bar Codes for a particular User ? 

Fob Install with customizations

$
0
0

Hi, I have NAV 2015 and I need install theis FOB:

mbs.microsoft.com/.../msdnavelectronicvatspain

 NAVES2015_SII [1 MB - ZIP]

We have some customzacion in some of the objects in table 36 y 38. And when I do the import I get the option Merge. But When I press Ok, I get error telling me that does not exist some fields. What is the correct way to merge objects? Thanks.

Server Instance restarts when tried to access using the NavUserPassword Login method

How to Create salesinvoice using SOAP service

$
0
0

Hi,

Can anyone share sample code to create salesinvoice using SOAP service which is generated by publishing NAV page. I want to consume that service by the help of console app. When i am trying to call the create method it expects create request. I dont know about the request format. Can anyone share the sample code for basic CRUD operation if possible or any reference.

Thanks

How to set dimensions in C/AL when create transaction

$
0
0

Hi,

I have created a xmlport to import the outstanding purchase/sales/transfer order with two global dimension, anyone can share your object or code for me about how to loop all two dimension and assign value to tempDimSetEntry table to get the Dimension Set ID through Codeunit DimMgt , I've already read all posted, however, still doesn't have too much idea through xmlport.

Appreciate for your kind assistance.

Email NAV without outlook

$
0
0

Greetings,

I have a question about email. Is it possible to sent email from navision without outlook ?

NAV 2013 has stopped working when print report

$
0
0

Dear all,

I am using NAV 2013 Build 36076.

When I print my customized report, NAV has stopped working.

When I try to print the same document again, this issue did not happen.

Do you have any idea to solve this issue? Thank you.

The event viewer said like below.

Type: System.DivideByZeroException
Message: Attempted to divide by zero.
StackTrace:
at Microsoft.Dynamics.Nav.Client.WinClient.ExceptionHandler.<>c__DisplayClass6.<DoRethrowWithCatchException>b__4()
at Microsoft.Dynamics.Nav.Client.WinClient.NavClientErrorHandler.ExecuteAndCatchExceptions(Func`1 execute)
at Microsoft.Dynamics.Nav.Client.WinClient.ExceptionHandler.DoExecute(Func`1 execute)
at Microsoft.Dynamics.Nav.Client.WinClient.ExceptionHandler.DoRethrowWithCatchException(Exception exception, Boolean designMode)
Source: Microsoft.Dynamics.Nav.Client.WinClient
HResult: -2147352558
----------------------------------
Type: System.DivideByZeroException
Message: Attempted to divide by zero.
StackTrace:
at System.Drawing.Printing.PageSettings.get_HardMarginX()
at Microsoft.Dynamics.Nav.Common.Printing.ReportRenderer.ReportPrintPage(Object sender, PrintPageEventArgs printPageEventArguments)
at System.Drawing.Printing.PrintDocument.OnPrintPage(PrintPageEventArgs e)
at System.Drawing.Printing.PrintDocument._OnPrintPage(PrintPageEventArgs e)
at System.Drawing.Printing.PrintController.PrintLoop(PrintDocument document)
at System.Drawing.Printing.PrintController.Print(PrintDocument document)
at System.Drawing.Printing.PrintDocument.Print()
at Microsoft.Dynamics.Nav.Common.Printing.ReportRenderer.PrintReport(Boolean showPrintStatus)
at Microsoft.Dynamics.Nav.Common.Printing.ReportRenderer.ReportPageReadyPrintDirectly(DataSetRequest reportRequest, Boolean isFirstPage, ReportExecutionHandler reportExecutionHandler)
at Microsoft.Dynamics.Nav.Common.Printing.ReportHandler.ReportPageReadyPrintDirectly(DataSetRequest reportRequest, ReportExecutionItem reportExecutionItem, Boolean isFirstPage, ReportExecutionHandler reportExecutionHandler)
at Microsoft.Dynamics.Nav.Common.Printing.ReportHandler.ReportPageReady(DataSetRequest reportRequest, ReportExecutionHandler reportExecutionHandler, IService service, IReportCallbackHandler reportCallbackHandler)
at Microsoft.Dynamics.Nav.Client.ServiceClientCallback.<>c__DisplayClass23.<ReportPageReady>b__22()
at Microsoft.Dynamics.Nav.Client.ServiceClientCallback.<>c__DisplayClass1.<RunClientRequest>b__0()
at Microsoft.Dynamics.Nav.Client.ServerInvocationManager.<>c__DisplayClass2.<WaitForServerResponse>b__0()
at Microsoft.Dynamics.Nav.Client.ServerInvocationManager.DoClientRequestAndCatch(Action clientRequest, Action`1 sendToServerIfNotFaulted)
at Microsoft.Dynamics.Nav.Client.ServerInvocationManager.WaitForServerResponse(IAsyncResult asyncResult, ThreadCallbackContext threadEventContext)
at Microsoft.Dynamics.Nav.Client.ServerInvocationManager.CallServer[T](CallServerMethod`1 callServerMethod, ServerCallOptions options)
at Microsoft.Dynamics.Nav.Client.ServerInvocationHandler.CallServer[T](CallServerMethod`1 callServerMethod, ServerCallOptions options)
at Microsoft.Dynamics.Nav.Client.ConnectionStateManager.CallServer[T](CallServerMethod`1 callServerMethod, ServerCallOptions options)
at Microsoft.Dynamics.Nav.Client.ConnectionStateManager.CallServer[T](CallServerMethod`1 callServerMethod)
at Microsoft.Dynamics.Nav.Client.ServerInvocationHandler.CallServer[T](CallServerMethod`1 callServerMethod)
at Microsoft.Dynamics.Nav.Client.ServiceConnection.CallServer[T](CallServerMethod`1 callServerMethod)
at Microsoft.Dynamics.Nav.Client.ServiceConnectionBase.ActionField(NavRecordState& state, NavDataSet recDataSet, Int32 controlId)
at Microsoft.Dynamics.Nav.Client.ServiceConnection.Microsoft.Dynamics.Nav.Client.IService.ActionField(NavRecordState& , NavDataSet , Int32 )
at Microsoft.Dynamics.Nav.Client.DataBinder.NstDataAccess.ActionMethod(Int32 controlId)
at Microsoft.Dynamics.Nav.Client.Actions.InvokePageTriggerAction.InvokeTrigger(LogicalControl logicalControl, UISession uiSession)
at Microsoft.Dynamics.Nav.Client.Actions.InvokePageTriggerAction.InvokeCore(Boolean async, LogicalControl logicalControl, Object state, UISession uiSession)
at Microsoft.Dynamics.Framework.UI.LogicalAction.InvokeCoreWithErrorHandling(Boolean async, LogicalControl logicalControl, Object state, UISession uiSession)
at Microsoft.Dynamics.Framework.UI.LogicalAction.DoInvoke(LogicalControl logicalControl, UISession uiSession)
at Microsoft.Dynamics.Framework.UI.ActionControl.Invoke()
at Microsoft.Dynamics.Framework.UI.Windows.ActionsHelper.<>c__DisplayClassa.<ModalitySafeInvoke>b__8()
at Microsoft.Dynamics.Framework.UI.Windows.ActionsHelper.ModalitySafe(Action action)
at Microsoft.Dynamics.Framework.UI.Windows.ActionsHelper.ModalitySafeInvoke(ActionControl actionControl)
at Microsoft.Dynamics.Framework.UI.Windows.ActionControlAdapterBase.DefaultInvokeAction(LogicalControlAdapter adapter, ActionControl actionControl)
at Microsoft.Dynamics.Framework.UI.WinForms.ProcessShortcutHelper.ProcessShortcutKeyInActionControl(ActionControl control)
at Microsoft.Dynamics.Framework.UI.WinForms.ProcessShortcutHelper.ProcessShortcutKey(LogicalControl control)
at Microsoft.Dynamics.Framework.UI.WinForms.ProcessShortcutHelper.ProcessShortcutKeyInChildren(LogicalControl control)
at Microsoft.Dynamics.Framework.UI.WinForms.ProcessShortcutHelper.ProcessShortcutKey(LogicalControl control)
at Microsoft.Dynamics.Framework.UI.WinForms.ProcessShortcutHelper.ProcessShortcutKeyInChildren(LogicalControl control)
at Microsoft.Dynamics.Framework.UI.WinForms.ProcessShortcutHelper.ProcessShortcutKey(LogicalControl control)
at Microsoft.Dynamics.Framework.UI.WinForms.ProcessShortcutHelper.ProcessShortcutKeyInChildren(LogicalControl control)
at Microsoft.Dynamics.Framework.UI.WinForms.ProcessShortcutHelper.ProcessShortcutKey(LogicalControl control)
at Microsoft.Dynamics.Framework.UI.WinForms.ProcessShortcutHelper.ProcessShortcutKeyInChildren(LogicalControl control)
at Microsoft.Dynamics.Framework.UI.WinForms.ProcessShortcutHelper.ProcessShortcutKeyAll(LogicalControl control)
at Microsoft.Dynamics.Framework.UI.WinForms.ProcessShortcutHelper.ProcessShortcutKeyInLogicalControlsFromCurrentControl(Boolean execute)
at Microsoft.Dynamics.Framework.UI.WinForms.LogicalFormAdapter.ProcessKey(Keys keyData)
at Microsoft.Dynamics.Framework.UI.WinForms.LogicalFormAdapter.BusinessForm_PreviewProcessCmdKey(Object sender, HandledPreviewKeyDownEventArgs e)
at Microsoft.Dynamics.Framework.UI.WinForms.Controls.BusinessForm.OnPreviewProcessCmdKey(HandledPreviewKeyDownEventArgs e)
at Microsoft.Dynamics.Framework.UI.WinForms.Controls.BusinessForm.ProcessCmdKey(Message& msg, Keys keyData)
at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData)
at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData)
at Microsoft.Dynamics.Framework.UI.WinForms.Controls.DirectionalLayoutPanel.ProcessCmdKey(Message& msg, Keys keyData)
at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData)
at Microsoft.Dynamics.Framework.UI.WinForms.Controls.DirectionalLayoutPanel.ProcessCmdKey(Message& msg, Keys keyData)
at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData)
at Microsoft.Dynamics.Framework.UI.WinForms.Controls.DirectionalLayoutPanel.ProcessCmdKey(Message& msg, Keys keyData)
at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData)
at Microsoft.Dynamics.Framework.UI.WinForms.Controls.DirectionalLayoutPanel.ProcessCmdKey(Message& msg, Keys keyData)
at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData)
at Microsoft.Dynamics.Framework.UI.WinForms.Controls.DirectionalLayoutPanel.ProcessCmdKey(Message& msg, Keys keyData)
at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData)
at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData)
at Microsoft.Dynamics.Framework.UI.WinForms.Controls.BusinessGridView.ProcessCmdKey(Message& msg, Keys keyData)
at System.Windows.Forms.Control.PreProcessMessage(Message& msg)
at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg)
at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
Source: System.Drawing
HResult: -2147352558


Nav 2013 - Do we have the ability to set up the Accounting structure via Hierachy

$
0
0

Hi guys,

As the question states. I am new to Nav however have used and implemented AX12 before which used Cost Centres and Hierarchies. Nav however seems to use Dimensions and Accounts instead of CC.

Can we set up Hierachies at all with CC's?

Thanks 

Creating an Item ledger entry to adjust Inventory

$
0
0

Hi All,

We have had some bespoke work done to split lots on Receipt. When the lots were split on the Item ledger Entries there was no negative done to negate the original quantity it came in at... for example in the picture below the inventory will now show as 40000, not 20000. 

We can't seem to use any journals to try and sort these out as the Warehouse Entries are correct, as in the original 20000 has been negated and split correctly. 

Has anyone got any suggestions on how I can correct these mistakes? 

Export and Import Roles/Permissions Nav 2016

$
0
0

Hi Friends,

I want to do the import and export for particular user in NAV 2016 please give any solution.

Thanks&Regards,

Ashwini.E

Checks missing from Bank Rec screen

$
0
0

NAV 2009 classic client

We have a run of checks that are missing from the Bank Reconciliation screen.  I am wondering what the condition is that is preventing these from showing.

When I go into the bank ledger, I do see payments... however they do not show on the Bank Rec screen.  I notice these particuliar payments are missing associated entries on the "check ledger" - is this why they are missing?  If so, what is the next step?  Is there a way to post the missing check ledger entries (without also posting again the other ledgers a normal payment journal entry would post?).

Do we have to reverse the transactions and repost (hopefully this time in a manner that correctly posts the payments as checks)?

Did we miss something when posting the payments for these to not show in the Bank Rec screen?

Intercompany Sales order Warning

$
0
0

Using Intercompany, a posting a Purchase order to a IC partner, its creates a Sales order.

When creating a Sales ordre manually, you can get a warning on low stoks.

How to set this up, when using Intercompany, when doing the Inbox action.

so I get warnings, any Ideas

Why publishing extension in NAV2017 can take too long?

$
0
0

Hi community, 

Anyone knows why publishing little extension (1 extra field in table, 1 codeunit with 2 events, 1 field in page) can take hours? 

After an hour it published without errors.

Thanks in advance.

NAV2017 (extension v1)

Publish-navapp 

How to Reverse Posted Purchase Receipt done in the Previous Month.

$
0
0

Hi hope someone can help.

Using Microsoft Navision 2009 | Printvis.

I have an Posted Purchase Receipt that was done last month for a PO with an item.  Stock is still in the location that it was receipted into, however when I try to perform "Function | Undo Receipt" I receive;

{Posting Date is not within your range of allowed posting dates in Item Journal Line Journal Template Name=",Journal Batch Name=",Line No.='0'}

I assume I am receiving this error because the receipt was completed last month. 

-  How do I now reverse this receipt out, remove the stock from inventory, and cancel/amend the original PO?

-  Is my only option to perform an Item Journal to remove the stock from inventory?

Note:  I was able to perform the "Function | Undo Receipt" process for a similar PO that was receipted this month.


import/ export 1 role and permission

$
0
0


Hi friends,

I want to import/export 1 role and permissions in Nav 2016 please give any solution.

Thanks & Regards,

Ashwini.E

GST Availment and Non-availment

$
0
0

Once Purchase Invoice is posted with GST Credit as Availment, how do we change it to Non-availment to fore-go the credit and expense out the GST paid on it? Will GST Credit Adjustment Journal help? If yes, then please advice on how to use it.

How to show a customised page only for a specific company

$
0
0

Dear NAV Experts,

I have created a customised page for client, however, this page is only applicable to one of their companies. Currently the page is showing for all companies. Is there a way to hide this page from companies that will not be using this page?

Thanks.

Susy

While I am Selecting Calculate Structure Values in Purchase order or Invoice.I am Facing the error

$
0
0

You cannot base a date calculation on an undefined date.

Date: 0D
Formula: 1M.

While running the Debugger it flows in to GST Management Code Unit 

IF PostingDate < CALCDATE('<1M>',LastClosedDate) THEN
ERROR(
STRSUBSTNO(
PeriodClosedErr,CALCDATE('<-1D>',CALCDATE('<1M>',LastClosedDate)),
CALCDATE('<1M>',LastClosedDate)));
GSTAccountingPeriod.GET("Accounting Period Start Date");
END ELSE
ERROR(AccountingPeriodErr,PostingDate);
END;

Not able to access Dynamics 365 for Finance and Operations, Business Edition

$
0
0

Hello Expertise ,

I am trying to access Dynamics 365 for Finance and Operations, Business Edition through App source .

When Click on Free trial its display a new form for continue the process.

But after click on on continue nothing happening. 

 


Please suggest how to solve this issue .

Viewing all 29197 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>