Quantcast
Channel: Microsoft Dynamics NAV
Viewing all 64865 articles
Browse latest View live

Forum Post: RE: The following SQL error was unexpected:The VIEW CHANGE TRACKING permission was denied on the object 'NAV App', database 'Live', schema 'dbo'.


Forum Post: RE: RUN MODAL Page not showing

$
0
0
Hi, First debug and get to the call RUNMODAL, write COMMIT before it. check this out chrisdsilvablog.wordpress.com/.../error-resolution-to-form-runmodal-is-not-allowed-in-write-transaction-in-microsoft-dynamics-nav

Forum Post: RE: "An error occurred when loading the Report Print Preview window - could not load file or assembly..."

$
0
0
Hi, Can you ask your developer to restart your server instance, looks like its not fetching certain .dll files required.

Forum Post: RE: Chargelogic is Invoicing a different USD amount from the Sales Order when the Exchange Rate Changes.

$
0
0
As ChargeLogic is an addon, I feel you need to raise a ticket and discuss with ChargeLogic support about your requirement.

Forum Post: RE: Movement Worksheet

$
0
0
Thanks Hannes, Correct answer! Patrick

Forum Post: RE: How to print inventory report suppressing ZERO Qty items......

$
0
0
You can add an filter on your report data item as inventory <> 0; Another way is to write a code on the dataitem onafter to skip the records having inventory = 0;

Forum Post: Date range problem in SQl query.

$
0
0
Dear Experts, I had create an store procedure sql query of ageing analysis i.e 0-30, 31-60, 61-90, >90 with taking following query of date range DECLARE @TirtyDay DATE = DATEADD(dd, -@DaysDif, @Day) DECLARE @SixtyDay DATE = DATEADD(dd, -@DaysDif, @TirtyDay) DECLARE @NintyDay DATE = DATEADD(dd, -@DaysDif, @SixtyDay) But the report result is not correct I think I am missing one days probably it is coming 0-30, 30-60, 60-90, please suggest appropriate code for the same

Forum Post: RE: Notification Entries not appears [job customised workflow]

$
0
0
Hi, You need to add this in Codeunit Notification Management. Here the Database name is your Table name. chrisdsilvablog.wordpress.com/.../how-to-create-a-custom-approval-workflow-in-dynamics-nav-part-2

Forum Post: RE: Billing Customer Retention

$
0
0
Hi Chris, I might be misunderstanding the concept of retention (is it like a rebate?), but is there a reason standard credit memo wouldn't work? Robertas

Forum Post: RE: Item version

$
0
0
Hi, as Hannes said, one option is to use Variants. Another is using Lot numbers with 'lot specific' tracking. Then your Lot number would be a version and you can have inventory quantity by Lot in the 'Lot No. Information' page or with any reporting tool like Jet Reports. Hope that helps. Robertas

Forum Post: RE: Foreign Currency for Employee Account Type NAV 2018

$
0
0
Hi Robert, Foreign currency is not allowed with Employee Account Type in NAV2018. Robertas

Forum Post: RE: The following SQL error was unexpected:The VIEW CHANGE TRACKING permission was denied on the object 'NAV App', database 'Live', schema 'dbo'.

$
0
0
The user for which you have to set the permission described above is the user associated to your NAV service (not your NAV user account). I've not explicitly said that before because I've thinked tha it was obvious. If you've done this, it's quite strange that it doesn't work.

Forum Post: RE: Hours Applied to WIP

$
0
0
Hi, If you're talking about Job WIP - you can't, as WIP only stores the financial values. The closest you can get is Job Ledger, filtering by period. However it will not say whether the entry was included in WIP or not. Robertas

Forum Post: RE: SMTP Log

$
0
0
Hi Claus, there isn't a way to add CC/BCC to e-mails without development or specific add-ons. But you can put 2 addresses on the customer e-mail field (only limited by the length). Robertas

Forum Post: can i generate generate barcode of using dll available in microsoft dynamics nav 2016

$
0
0
Dear ALl, i want to generate the barcode of code 128 using Microsoft.Dynamics.Nav.MX dll available in NAV 2016,i had taken two variable Barcode: dot net type:Microsoft.Dynamics.Nav.MX.BarcodeProviders.IBarcodeProvider.'Microsoft.Dynamics.Nav.MX, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' Barcodeprovider:dot net type:Microsoft.Dynamics.Nav.MX.BarcodeProviders.IBarcodeProvider.'Microsoft.Dynamics.Nav.MX, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' Barcodeprovider:=Barcodeprovider; Barcode:=Barcodeprovider; Barcodetxt:=Barcode.GetBarcode(Item."No."); but i am getting an error of Microsoft Dynamics NAV --------------------------- A DotNet variable has not been instantiated. Attempting to call Microsoft.Dynamics.Nav.MX.BarcodeProviders.IBarcodeProvider.GetBarcode in Report Barcode: Item - OnAfterGetRecord --------------------------- OK --------------------------- kindly tell me where i am wrong ?

Forum Post: RE: Date range problem in SQl query.

$
0
0
Hi, My SQL-Query knowledge is limited. Below query delivers the starting dates for each period. SELECT GETDATE() , DATEADD(dd, DATEDIFF(dd, 30, GETDATE()), 0) , DATEADD(dd, DATEDIFF(dd, 60, GETDATE()), 0) You would have to build your filter than based on the periods. E.g. WHERE [xxx$Table1].[Posting Date] >= DATEADD(dd, DATEDIFF(dd, 60, GETDATE()), 0) AND [xxx$Table1].[Posting Date] < DATEADD(dd, DATEDIFF(dd, 30, GETDATE()), 0) This filter should contain this period: 2018-07-30 .. 2018-08-28

Forum Post: RE: How to Filter on a calculated field in the List Page

$
0
0
Hello Daniele Rebussi, I just read your comment on asked question but i am not able to understand. What you want to say exactly. How mark and Markedonly will work in this case

Forum Post: RE: can i generate generate barcode of using dll available in microsoft dynamics nav 2016

$
0
0
I don't know this DLL, but it seems an not initialized object. Why bot doing directly Barcodetxt:=Barcodeprovider.GetBarcode(Item."No."); In the above code, Barcode and Barcodeprovider seems to be the same assembly.

Forum Post: RE: can i generate generate barcode of using dll available in microsoft dynamics nav 2016

$
0
0
Hi Stefano, i tried but i am still getting the same error. Microsoft Dynamics NAV --------------------------- A DotNet variable has not been instantiated. Attempting to call Microsoft.Dynamics.Nav.MX.BarcodeProviders.IBarcodeProvider.GetBarcode in Report Barcode: Item - OnAfterGetRecord --------------------------- OK ---------------------------

Forum Post: RE: can i generate generate barcode of using dll available in microsoft dynamics nav 2016

$
0
0
Hi Javed, can you try this as the first thing in your function? IF ISCLEAR(Barcodeprovider) THEN CREATE(Barcodeprovider,TRUE,TRUE); Robertas
Viewing all 64865 articles
Browse latest View live


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