Quantcast
Channel: Dynamics NAV Technical Forum
Viewing all 4147 articles
Browse latest View live

NAV Developer

$
0
0

I was wondering how can I be a NAV developer? I don't have access to Customersource or Partnersource, Moreover I don't have access to the MSDN training license.

I only have the Cronus Demo license which I have installed plus books ,Microsoft Elearning materials and this forum of course. I have already gone through the NAV functions but now I want to learn the development part.

Is there a way I can try C/AL code I have learnt?? for example another IDE for the C/SIDE other than the one built in NAV.

Or maybe an online virtual lab.I already have programming experience and C/AL looks easy but how are we supposed to become NAV developers without even writing a single program.


Work Date not updating - always 1 day behind.

$
0
0

Hi All, 

I have a customer who are experiencing this odd problem, before logging with MS I thought I would see if anyone here has had this issue previously. 

This issue started happening after a recent build update to Version 6.00.34188 (NAV 2009.)

The regional/date/time settings are correct on all clients and servers related to the issue. However in the morning, each day they are having to manually update the Work Date as is not updating at midnight. 

Any ideas what it may be or what else I can check?

I have found this article, but it relates to NAV 2013, and is slightly different as it involves job queue. 

http://support.microsoft.com/kb/2829080

Section Code in NAV 2009 to NAV 2013

$
0
0

Hi,

I am in the process of upgrading a report of NAV 2009 to NAV 2013 and NAV 2009 sections have code to be transformed to NAV 2013.

Attached is the sample layout of the report in NAV 2009. The requirement is very similar to the attached layout and layout is attached for some idea how to bring in the code to NAV 2013.

From the figure, we can see that under the "Sales Line" is indented an Integer(SalesLineSummary). In the classic report, the requirement is achieved by footer sections of "SalesLineSummary".

There are 4 footer sections and on each section, there is CurrReport.Showoutput condition to handle the visibility of the section. In this area, the same can be mapped to visibility/hidden property of the row in Visual Stusio RDL layout.

But added to this, I have code after the CurrReport.Showoutput condition which looks like below in bold.

// Footer Section 1 - OnPresection

CurrReport.Showoutput(PrintFlag1);

IF CurrReport.Showoutput THEN BEGIN   PrintText1 := AssignValues(x,y);

  PrintFlag1 := FALSE; //in the onpredataitem of SalesLineSummary, this is initialized to true

END;

// Footer Section 2 - OnPresection

CurrReport.Showoutput(PrintFlag2);

IF CurrReport.Showoutput THEN BEGIN // Footer Section 2

  PrintText2 := AssignValues(z,w); //in the onpredataitem of SalesLineSummary, this is initialized to true

  PrintFlag2 := FALSE;

END;

I have given the above code as sample and I need to transform similar code to NAV 2013. Any inputs from anybody in this regard and help me proceed further.

Thanks & regards

Raghavendar

 

 

 

 

RTC POS

$
0
0

Hi

have installed RTC toolbox 2.0 when I am trying to open I am getting following error could anybody help me in this case.

error:


LSRetail.LSRetailBaseAddIn;PublicKeyToken=194563f11b671d8c, Version=1.0.0.0

Template and Batch usage, Generrated Zup Related Problem in General Journral & Payment Journal

$
0
0

@ All Dynamics Developers and Experts,

I have used Template and Batch  for the vouchers in my Company. 
<CASES>

>>General Journal Template: PNR001-HQJPNR001 - Head Quarter Journal Voucher

>>General Journal Batch : PATRUSH RPatrush Rai (Journal Voucher)G/L AccountPNR001PNR001-HQJPNR001-POS

//

Scenario::: Now Sometime when user is creating General Journal or Payment Journal, when he takes his cursor to the last Line after the record then there is a error message

ERROR:: <General Journal Batch Does not Exists, Identification Fields and Values, Jouranl Template Name = '****', Name, '***'>
-> Once this message is generated the user cant even open his related General Voucher/ Payment Voucher 

Temporary Solution: But when i Delete the Zup file and again connect the system then this error is GONE. But again any any point of time this may occur.

Scenario: This is Occurring for all the Clients that are using Navision form the icrosoft Dynamics NAVISION Server(SQL DATABASE).
//---------------------------------------------------------------------------------------------------------------------------------------------------------//
The Code in the ONOPENFORM Trigger is like this...


BalAccName := '';

OpenedFromBatch := ("Journal Batch Name" <> '') AND ("Journal Template Name" = '');

IF OpenedFromBatch THEN BEGIN

  CurrentJnlBatchName := "Journal Batch Name";

  GenJnlManagement.OpenJnl(CurrentJnlBatchName,Rec);

  EXIT;

END;

GenJnlManagement.TemplateSelection(FORM::"General Journal",0,FALSE,Rec,JnlSelected);

IF NOT JnlSelected THEN

  ERROR('');

GenJnlManagement.OpenJnl(CurrentJnlBatchName,Rec);

 

 

 

Location Filter Lookup

$
0
0

Hi All,

 Does Location Filter field(flow filter) lookup on Item Card Page work properly?

Because in 3 to 4 databases I have checked, but when I click on Location Filter field on Item card(Page) nothing happen. Whereas on form it gives Location list. No code on OnLookup trigger of page. 

Thanks in advance.

 

Thanks,

Shruti.

Zup files reset when using changing from individual logon to network group in Windows Security Setup

$
0
0

Hi All,

We are using NAV 4.0 SP3.  Our users connect to a Citrix box to log into NAV.  We recently were requried to implement network security groups for application logons and remove all the individual user access from within NAV Windows Login Security setup.

What we discovered is that the zup file for the user lost all the individual's settings and reset back to the default. 

Since there could be more than one network id related to a group in the NAV security setting, does the application still retain individual zup files?  It looks like NAV knows which person is updating a record - the individual ids still show on any records that track who made a change in the application.

Has anyone else run into this type and have any feedback for us?

Thanks!

error while inserting the users in NAV

$
0
0

I am trying to insert a windows login in NAV but it throws this problem. can any one help me


Exchange Overshoot

$
0
0

Hi,

I have an issue, which is the exchange rate on one of the transaction in GL  has a lot of different with "Setup>Exchange Rates". Rate in the transaction is " 389990823745.0000" and in setup is " 49.8100 ". Is it the user has entered the exchange before post? or some setting has been changed? please advise me.

ODBC error occurred:Error:[Microsoft]ODBC SQL Server Driver]Login timeout expired

$
0
0

Hi All,

I got the error message when i open MS Dynamics Nav 2009 R2 (ForRTC)..

The error message is below given :

***Microsoft Dynamics NAV*****

The following ODBC error occurred:Error:[Microsoft]ODBC SQL Server Driver]Login timeout expired State ID:HYT00

How to solve this issue?

Thanks In Advance...

NAV 60 Classic Database and Company File Settings

$
0
0

I am trying to stream the NAV 2009 Classic client.

The application streams fine but the Database and Company settings are not maintained.

I have not found an XML file to alter; such as that described in NAV 2013: http://msdn.microsoft.com/en-us/library/hh168732(v=vs.70).aspx

Does anyone know how the Database and Company settings can be saved in a streamed application?

 

Please advise.

NAV Programming help

$
0
0

The last modified date field in the item header is making a little confusion  to the users in such a way that for any modification you made in the item header  the last modification date is changed and this make a change in the item status every time you made a change and you need to write a comment for ever simple changes made for reporting.

How to customize the last modified date field on a specific fields only . I am new to C/AL programming so i need your help

 

Thank you

Internal Error Module Listing

$
0
0
Every time you get an "Internal Error" Navision displays a
Module number, that tells you a little more what the error is due to:

1 Operating System
5 Trees (keyed index trees)
9 Type
11 Attributes
15 Stack Manager
17 File
18 Large Fixed Decimal Numbers
19 Database
24 MiniTree
25 Help Lookup
27 OIO (backup and restore?)
30 Presentation Object Manager
35 OCX
36 OCX Type
40 RunTime
41 Evaluation
42 Format
45 String
46 Date
47 Text Conversion
50 Binary Coded Decimal (Decimal No.)
60 UA (The connection between the Database and Forms)
61 UA_Control (Controls use in the connection between the Database and Forms)
70 Application Object
71 Report Object
77 Dataport Object
80 Execute External Program
81 Form Object
101 AL_Run (C/AL Stack Machine Interpreter)
102 C/AL (compiler and editors)
103 Codeunits
110 Data Manager
111 Wizards
112 Printer Driver
160 License File
165 unknown (fields?)
169 Binary Object Import/Export
200 Development System
243 NetBIOS
244 TCP/IP
500 TAB

select dimension value code for dimension code error why

$
0
0

Hi guys i have one proplem when i make unapply to specified entry in customer ledger entries i select this entry then function -unapply  then after this i select unaaply button  it give me this message error "select dimension value code for dimension code xx for gl account no 11122" why this proplem happen and how i solve this proplem

can you tell me how i solve the proplem if possible

thanks

either target name is incorrect or the server rejected the credentials

$
0
0

Dear All,

i am facing a problem on a client, whenever i try to log in to RTC 2009 , i get the error message saying "either target name is incorrec or the server rejected the credentials" . what may be the solutions for this i have tried resetting the password of the user in the domain but still it gives the same error.

 

Regards,

Suman


Printing multiple copies

$
0
0

I have a computer with Win Vista and I am using NAV 5.0. When I print any report out of Navision and choose to print multiple copies I get multiples of what I chose. For example, if I choose to print 2 copies the printer prints 4 copies, if I choose to print 3 copies the printer prints 9 copies, and so forth and so on. On a computer with Win XP and NAV 5.0 printing multiple copies works as expected. I have duplicated this on two different Vista machines and two different user accounts. All tests on the Vista and XP machines were made on the same printer and to other printers just to make sure it wasn't something with the printer's setup. Has anyone else had this issue? Thanks.

Payment Tolerance

$
0
0

Hi All,
Sorry I do not know is this correct forum for my subject query.
 
I need some guidance for Payment Tolerance. 
I had done Payment Tolerance setup as per instructions.
1. Created 1 new G/L account - 99999
2. In General Ledger Setup tick Payment Tolerance Warning, Payment Tolerance Posting - Payment Tolerance Accounts, 
Max. Payment Tolerance Amount - 0.99
3.In Customer Posting Group-Payment Tolerance Debit Acc.- 99999(for all Posting groups).
I have made a Sales Invoice of 950, while doing Bank Payment Receipt I done apply enties, it copied Rs.1,084 (it includes all Tax,VAT,Serv. Tax etc) then I changed amount to 1083 & post it, but no warning, no effects to Tolerance account(99999).
In Cust. Ledger Entry, for Invoice entry its showing Remaining Amount as 1.
My expectation was that 1 rupee should go to 99999 account & Invoice should be closed.
why it is so? whr i have made mistake? any idea?
Thanks

Killing Session

$
0
0

Hi All,

I want to do setup for Idle Session ie. killing session.

Because some users loged in into Navision & do not use for hours.

I want to allow time of 10 minutes.

How to do that?

 

Thanks in Advance.

 

freezing the NAV window during posting

$
0
0

hi,

 

i would like to ask regarding the scenario i encountered in NAV 5.0 with sql 2008 server

during posting the windows freeze and become white, i used the profiler and what i see is

exec sp_execute 674,17,1226763, 2147483647,'area' and constanly showing this.

just like a loop. i can't  figure it out.

 

 

 

Vendor notes

$
0
0

We are trying to add notes against a vendor but doesn't allow it to be saved, it doesn't give me an error code relating to a missing table or permissions.

Any ideas??

Viewing all 4147 articles
Browse latest View live