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

HELP WITH Different turn over depending on the report I run

$
0
0

Hi guys!

I'm running customer /item sales for the month of October and I get lets say $1.000.000 turn over for that month, nevertheless if I export all posted sales invoices to excel and I sum them all I get an slightly higher amount, lets say $1.100.000. Any ideas why this is happening?


Notification on new Item

$
0
0

Hi

There has been a request if it is possible to send a notification of some description, to a user, when a new item is created.

Is this possible through workflows and job queues and if it is how would I do it, as I tried to do it myself but its trying to send an email (as we have email notifications for approval system) rather than a note/notification onto Role Centre.

Thank you

Microsoft Dynamics NAV and VMware vSphere

$
0
0

Bonjour à tous,

Do you know if Microsoft Dynamics NAV 2017 can be installe and setup in VMware vSphere ?

Thank you

Inventory

$
0
0

Hello. We run into situations where we sell a serialized unit to a customer, but do not bill the unit directly because we are still waiting to add additional costs to the unit. We end up billing the unit sell as a GL until all of the costs are in the unit, at which time the GL is reversed and the actual unit model and serial number are billed out.

We would like for this unit to not show up in inventory as it is technically sold, but i cannot figure out a way to do that in NAV. Any help would be greatly appreciated. Thank you

Filter problem in "Request To Approve" page.

$
0
0

Dear Experts, 

I have make a code for send a notification to user, if Purchase order is rejected. This code is applied on "Request to Approve" page on "Reject Button". I am unable to filter the purchase order here. Because, if any sales order is rejected then the same mail is going to sales order creator person. What i need to add the extra filter here? Please help me. This code is work only for "Purchase order document" only not for sales order.

My code is below.

RejectionMailtoSendor(VAR RecAppEntry : Record "Approval Entry")
AE.RESET;
AE.SETRANGE("Document Type",RecAppEntry."Document Type");
AE.SETRANGE("Document No.",RecAppEntry."Document No.");
AE.SETRANGE(AE."Table ID", 38);
AE.FINDFIRST;

IF RecUserID.GET(RecAppEntry."Sender ID") THEN;
Mail.CreateMessage('MKU Limited','nav-uat@mku.com','','Rejected PO No.: '+ RecAppEntry."Document No.",'',TRUE);
Mail.AppendBody('Dear Sendor,');
Mail.AppendBody('<br><br>');
Mail.AppendBody('Your Purchase Order has been rejected, please read the comment carefully:');
Mail.AppendBody('<br>');
Mail.AppendBody('<table border="1">');
Mail.AppendBody('<tr>');
Mail.AppendBody('<th>PO No.</th>');
Mail.AppendBody('<th>Comments</th>');
Mail.AppendBody('</tr>');

IF RecUserID.GET(RecAppEntry."Sender ID") THEN
Mail.AddCC(RecUserID."E-Mail");

AE.RESET;
AE.SETRANGE("Document Type",RecAppEntry."Document Type");
AE.SETRANGE("Document No.",RecAppEntry."Document No.");

IF AE.FINDLAST THEN BEGIN
REPEAT
Mail.AppendBody('<tr>');
Mail.AppendBody('<br>');
Mail.AppendBody('<td align="left">'+FORMAT(AE."Document No.")+'</td>');

ApprovalCommentLine.RESET;
ApprovalCommentLine.SETRANGE("Document No.", AE."Document No.");
IF ApprovalCommentLine.FINDLAST THEN BEGIN
Mail.AppendBody('<td align="left">'+FORMAT(ApprovalCommentLine.Comment)+'</td>');
END;

Mail.AppendBody('</tr>');
UNTIL AE.NEXT = 0;
END;

Mail.AppendBody('</table>');
Mail.AppendBody('<br>');
Mail.AppendBody('Regards');
Mail.AppendBody('<br>');
Mail.AppendBody('MKU Navision(ERP) System');
Mail.AppendBody(' ');
Mail.AppendBody('<br><br>');
Mail.Send;

Standard IN CU 24 + TFS680 + TFS871 + TFS875 compile error

$
0
0

We have merged the TFS related HF into CU24 IN version, now when we try to start the service the application is crashing. We then tried to compile all the objects and to our surprise there were compile error in around 55 Objects. Mainly what we found after reading the error are related to DLL files.

Below are some of the errors,

You have specified an unknown variable. AutoFitRangeColumns Define the variable under 'Global C/AL symbols'.

You have specified an unknown variable. BusinessChartData Define the variable under 'Global C/AL symbols'.

You have specified an unknown variable. DisplayMailFromPublicFolder Define the variable under 'Global C/AL symbols'.

You have specified an unknown variable. TransactionDataTable Define the variable under 'Global C/AL symbols'.

Assignment is not allowed for this variable.

You have specified an unknown variable. DSObjectPickerWrapper Define the variable under 'Global C/AL symbols'.

Have we missed some thing or doing any thing wrong.

Pre define Type:Item for sales quotes and order

$
0
0

Hi,

I've a customer that when they register a Sales Line in a Quote or an Order want the Type be prefilled with Item.

Is there a Setup for this?

Thanks,

Charlotta

Open Sales Order(NAV) page from other web application

$
0
0

I need code to open Sales Order(NAV) record from other web application using Javascript/C#.

Is it possible to open using Javascript by passing url of the Sales Order(NAV) record ?

Thanks Advance.


Credit Memo

$
0
0

Do we need to apply the payment to a credit memo to the customer? with what sign in the amount section? should I select the option Document type as "Payment" I tried this saying it should be in negative sign? I am I owing to the customer twice with this?

thanks in advance, please clear my doubts in this scenarios.

SSO of WebClient.

$
0
0

In SSO,
After running the command

Set-NavSingleSignOnWithOffice365 -AuthenticationEmail “YourAuthenticationEmail” -NavServerInstance “YourNAVServerInstance” -NavUser “YourNavUser” -NavWebAddress “YourNavWebClientAddress” -NavServerCertificateThumbprint "YourNAVServerCertificateThumbprint" -NavWebServerInstanceName “YourNavWebServerInstanceName

An accessUri generated is 
https://login.windows.net/cft3.onmicrosoft.com/wsfed?wa=wsignin1.0%26wtrealm=http://dynamicsnavwinclient/%26wreply=http://dynamicsnavwinclient/.

This accessUri is inserted in the web config file.

After entering the O365 credentials, the page is redirected giving error

"Unable to resolve dynamicsnavwinclient from DNS".

Info codes Limit?

$
0
0

Hi All 

Im having some difficulty with an infocode,

I have one set up to create a data entry every time someone sell a particular item. It is being used to track sale of a particular item on sale each week. but for some reason its reaching 10 sales and then not applying to anymore sold.

I cannot find any setting that would control this? if anyone can help tit would be greatly appreciated.

Regards

Why job queue OCR - Receive from Service set on hold after successful run?

$
0
0

When job queue "OCR - Receive from Service" run once, it set's status "On hold". 

This is written here.

What is the logic behind this? 

This prevents NAV from automatically receive new documents from KOFAX...

TOTALSCAUSEDBY in nav 2017

$
0
0

Hi!

How can I express this in nav 2017?

IF CurrReport.TOTALSCAUSEDBY = ItemRec.FIELDNO("No.") THEN
  CurrReport.SHOWOUTPUT(FALSE);
Thanks!

Error

$
0
0

Hi

  I have below statement . In case of space it shows error otherwise it is ok.

=IIf(Fields!CurrencyCode.Value <> "" , (1/Fields!CurrencyFactor.Value),CDec(0))

Thanks

Problem Importing from Excel to NAV 2017

$
0
0

I am trying to import an excel document from Excel into Nav 2017 using RapidStart and I keep getting this error:


Unselect a Row with C/AL?

$
0
0

Something so simple. Is it possible? So far google-fu has come up with nothing.

Is there any way to programmatically unselect a row in the RTC? (NAV 2013 R2)

The same functionality as SHIFT + Click to unselect.

Cheers

Install problem of dynamics nav on windows 10 pro

$
0
0

Hello,

I want to install dynamics nav demo on windows 10 pro (like precised in the requirements).

I have every times an error with the rights of the user. I added the user to "start as a service" in the configuration.

But i have still a problem : the installation at the end comes back and unisntall NAV.

I don't have a domain (active directory) on the computer.

Is it relly possible to install nav on windows 10 pro? What I need to add ?

Thank's for your help.

Best regards.

Idle Sessions

$
0
0

Hi

  Can we create a Job like something in Sql 2008 to kill Sessions that are Idle for more than 5 min.

Thanks

Workflow

$
0
0

Hi,

Is it possible to set approval workflow on service order?

Thank you.

Adding a new value to filter by

$
0
0

Hi I am trying to filter my list page by a value that is not shown in all columns when I go to filter.

How do I add this value to All Columns? I know the value is in the sales header table.

Thanks!

Viewing all 29197 articles
Browse latest View live


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