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

Idle Client Timeout session not working

$
0
0

Hello,

I am facing the issue that Idle Client Timeout session configured in NAV Administration is not working.

We are using NAVuserpassword for credential type.  

Users logs in to the Navision by windows client installed on their PC but after setting idle client timeout session for 3 minutes then also it does not log off after 30 minutes also.


Defining a table in the present table in VS Code in NAV

$
0
0

Hi All

In C/AL coding, We used to declare tables,codeunits,pages etc in the C/AL Globals (Cltr+G) and code it in backend of a field etc.

I need to implement the same in VS code in NAV where I need to declare a table and use it in VS code.

Can someone help me with this?

Thank You.

The value ,G/L Account,Item,,Fixed Asset,Charge (Item) for SELECTSTR parameter no. 2 is not valid.

$
0
0

Dear All,

I've got a trouble here, hope you can help me.

I'm just about to import "Purchase Line" using data migration in nav classic, but the result is not as expected.

Here is the error


I've tried to change in excel on "Type"/"DocumentType" columns become "Item" or "2" the program read it as the same thing as "Item" but the error result still same.


Hope you can help me, have a nice day

NAV Dubai localization

$
0
0

Hi All

can anyone indicate me which kind of localization can use a Company that operate in Dubai?

Export to Excel is only getting LINES

$
0
0

Hi

I have two issues:

1. When customer exports page: Production BOM (99000786) to excel only the LINES get exported.

No sheet is created for the HEADER as it should be.

2. The Export to Excel (Ctrl + E) functionality is grayed out on a number of pages, for example: Purchase Order (50).

Export to Word i working fine in both cases.

Please advise...

best regards,

/Arthur

Customer is running:

* Microsoft Dynamics NAV 2016

* SE Dynamics NAV 9.0 PE6.02

* 9.0.45480.0

Running on server:

* Windows Server 2008 R2 Standard. (SP1).

* No Office/Excel/Word installed.

Problem with reconnection of NAV2016 client causing it's crash

$
0
0

Hello,

I'm facing a problem with reconnecting to the NAV server after the session timeout.

Problem description:

After upgrading from NAV2009 to NAV2016, we have encountered a problem, which causes some issues for the users. In NAV2009 if the client timed out, it was able to connect to the server and restore the session. However, NAV2016 client isn't able to reconnect to the server. It does offer the possibility to reconnect, but it fails and causes the client to crash into Process isn’t responding.

This is the first alert window user encounters after timing out:

Microsoft Dynamics NAV
---------------------------
The server "……." is either unavailable or your connection has been lost. Do you want to attempt to reconnect?
---------------------------
Yes   No
---------------------------

If user clicks yes, following alert window shows up:

---------------------------
 Microsoft Dynamics NAV
---------------------------
 The session could not be retrieved from the server. The application will close.
---------------------------
 OK
---------------------------

If user clicks no, following alert box shows up:

[Window Title]
Microsoft.Dynamics.Nav.Client

[Main Instruction]
Microsoft.Dynamics.Nav.Client has stopped working

[Content]
Windows can check online for a solution to the problem.

[V] View problem details [Check online for a solution and close the program] [Close the program]

Both alert windows can be displayed after clicking both of the buttons (YES/NO)

Is there a way to set the client or the server to shut itself down without crashing (meaning to shut down normally just with a message)?

Question:

Can the client/server be set up is some way that he doesn’t offer the possibility to reconnect and simply closes the connection with a simple error message like in the given example?

Server settings:

 

Price including VAT value was different in Sales Credit Memo (Report 207)

$
0
0

Hi,

I am modifying Report 207 and use "Fields!PrsInclVAT_SalesCrMemoHrd.Value" as a condition to change the title of the report in page header and to hide the VAT column in page body.

What I have discovered, when used in page header, the value of this field is always "True", but will show "True" or "False" in the page body depending on whether Price including VAT is ticked or not during sales credit memo creation.

Report Builder

Report Result

Do I use the wrong field?


Regards,

Susy

prepayment invoice with the final invoice problem

$
0
0

hi 

am workin with nav version 2009 R2 , new a need to apply a prepayment invoice sales ,so , my probleme it is when i need to validat final invoice sales i have this message error PREPMNT AMT TO DEDUCT CANNOT BE MORE THAN XXXXXXX IN SALES LINES DOCUMENT TYPE = ORDER ...... I WANT ONLY ONE PART OF THIS INVOICE (prepayment invoice) TO POSTE IN FINAL INVOICE ,THE SYSTEM BLOCKS AND DISPLAYES THIS ERROR MESSAGE 

and in debuger programme is poste to codunit 80 and 81 ("CreatePrepaymentLines(SalesHeader,TempPrepmtSalesLine,TempDocDim,CompleteFunctionality)


view P&P vendor card info

$
0
0

Hi,
one of my staff already enable my staff read vendor info and entry by adding the roles "P&P-VENDOR" but he still unable to read the vedor card. All info is in gray. 

Error while creating flow field CalcFormula in Visual studio code

$
0
0

Hi all,

I have created a new tableextension object using Visual studio code which extends Item table. 

I have created a field which is a flow field.

I have coded the following:

field(70000000;"Control Sample Qty";Decimal)
{
Editable=False;
FieldClass=FlowField;
DecimalPlaces=0:5;
CalcFormula=Sum(ControlStabilitySample."Sample Qty" WHERE ("Item No."=FIELD("No."),Status=FILTER(<>"QC Completed"),"Sample Type"=CONST("Control Sample"),"Loan License No."=FILTER(='')));
}

where, 'ControlStabilitySample' is a new table I have created in Visual studio code.

But the CalcFormula statement give me following error:

error AL0999: Internal error: 'Object reference not set to an instance of an object.', Stack trace=unknown

Kindly suggest the solution to this.

database up-gradation from Sql server 2008 to SQL 2016

$
0
0

Hi all,

We are having Navision 2009 installed on our server along with SQL Server 2008 , now we want to upgrade 2008 to 2016.

So Kindly suggest me how to upgrade 2008 active sql server into 2016 standard edition in windows server 2012 R2 standard .

Thanks.

NAV 2016 Installation Environment for Live, Test & Development

$
0
0

Hi All

We are wanting to install all 3 environments (Live, Test and Development) onto our servers and are looking for the best possible way to have all 3 environments running together, currently we have 2 servers Serv1 has the NAV server with all 3 NAV Server Instances setup and also the Development environment and Dev SQL. Serv2 has the Live and test SQL databases on the same SQL Instance.

What I would like to know is it worth moving all Development including the NAV Server Instance for Dev onto the same machine and have that isolated, or is it the best practice to have all 3 NAV Server instances managed from the same machine?

Thanks

David

Table Relation Property using VSCode in NAV

$
0
0

Hi

Can someone help me with the syntax of Table Relation property using VS Code in NAV.

Thank you.

Creating a group in a standard Page using Extension in VS Code in NAV

$
0
0

Hi

Can someone tell me how to create a group in a Standard Page e.g Item Card Page has group such as Item,Warehouse using extension in VS Code?

To Run a table created in VS Code in NAV

$
0
0

Hi 

How to run a table newly created in VS Code in NAV?


Customer care plan

$
0
0

Thanks,

We implemented Microsoft Dynamic NAV 2013 our partner charging 23% while we procured the package again the charged Annual Partner Care Plan what this mean is this necessary?

Best wishes 

N

A

unable to Execute Code Unit Azzure AD on Upgrade

$
0
0

Hi All,

I am in the middle of upgrading Nav2017, I do not have a developers licence. And am getting the error when I run the data upgrade unable to execute Code Unit Azzure AD User Management.

I am not sure why I am getting this as I am set up as a super user.

Service Contract Invoicing

$
0
0

Hello again,

Just wondering whether it is possible to invoice a service contract at the start of each month without setting it as a prepaid contract?

The problem I have with prepaid contracts is that when you generate invoices for them and post them, NAV also automatically generates and posts payment. However, our service contracts aren't paid at the time of invoicing and posting payment for them as soon as the invoice is posted is preventing us from keeping track of accounts receivables and clients' debt.

Adjust Cost - Item Entries ¿How is calculated?

$
0
0

I need force NAV to recalculate and adjust Cost of the items  (of already calculated entries). I suppose that there is a boolean value in some table that makes nav consider the values entries or not. I need force NAV to Adjust cost since the start. Do you know what is it? Or may be it is a table?

updateSMTPMailSetupEncrypt Passwor

$
0
0

Hi All,

I am getting the following error, not sure what it relates to as I have superuser access and full db admin rights. Can anyone point me in the right direction.

Viewing all 19332 articles
Browse latest View live


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