Quantcast
Channel: NAV/Navision Classic Client — mibuso.com
Viewing all 2200 articles
Browse latest View live

How to Skip the first column from importing Csv via Dataport

$
0
0
Hi All,

I have created a dataport with some fields to import.It was working properly.

But now,some unwanted data is there in my import file's first column(csv file which ready to import).

So, i want to skip the first column without affecting the import file.

Please suggest me some code or steps to implement this...

Thanks in advance,
Jacob A.

How can I remove a lookup?

$
0
0
LookupMood is Already NO
FormID is empty too

Getting error while running a Jobqueue via Jobqueue dispatcher code unit

$
0
0
Hi All,

in NAV 2009,I am getting a below error while running a Jobqueue via Jobqueue dispatcher code unit(448)

Microsoft Dynamics NAV Classic
This message is for C/AL programmers: Could not create an instance of the OLE control or Automation server identified by GUID={3B311C81-140E-11D5-8B18-00D0590B4EC5} 1.0:{3B311C92-140E-11D5-8B18-00D0590B4EC5}:Unknown Automation Server.Unknown Class. Check that the OLE control or Automation server is correctly installed and registered.
OK


Please suggest me some ways to resolve it.

Thanks in advance,
Jacob.A

Call report by passing Parameter

$
0
0
Hi

I have below code and i want if Amt[2] > 0 then report is called by passing Item No



Item - OnAfterGetRecord()


FOR i := 1 TO 10 DO BEGIN
ILE.RESET;
Amt := 0;
Qty := 0;
End;

ILE[2].SETCURRENTKEY("Item No.","Entry Type","Posting Date","Location Code");
ILE[2].SETRANGE("Posting Date",StDt,EndDt);
IF ILE[2].FINDFIRST THEN REPEAT
ILE[2].CALCFIELDS("Cost Amount (Expected)","Cost Amount (Actual)");
Amt[2] += ILE[2]."Cost Amount (Expected)"+ILE[2]."Cost Amount (Actual)";
Qty[2] += ILE[2].Quantity;
UNTIL ILE[2].NEXT=0;



IF (Amt[2] > 0) THEN


Thanks

Getting error while running a Jobqueue via Jobqueue dispatcher code unit

$
0
0
Hi All,

in NAV 2009,I am getting a below error while running a Jobqueue via Jobqueue dispatcher code unit(448)

Microsoft Dynamics NAV Classic
This message is for C/AL programmers: Could not create an instance of the OLE control or Automation server identified by GUID={3B311C81-140E-11D5-8B18-00D0590B4EC5} 1.0:{3B311C92-140E-11D5-8B18-00D0590B4EC5}:Unknown Automation Server.Unknown Class. Check that the OLE control or Automation server is correctly installed and registered.
OK


Please suggest me some ways to resolve it.

Thanks in advance,
Jacob.A

Automatic posting date to be changed user-wise

$
0
0
while posting, system takes today's date as per setup in the "general ledger setup".
our few user need yesterday's date or few need 1 week back date. how can be possible? can you help us?

Week Setup Nav 2009

$
0
0
Hello,

How can I setup week in Nav 2009 from Sunday to Saturday? Currently, it is Monday to Sunday.

We are using LS Retail Nav 2009 (Version W1 6.00)

Thanks in advance

Prasoothan

Digital signature on the invoice.

$
0
0
we are doing signature by hand on the invoice hard copy. can be possible digital signature on the Invoice copy? ERP2016

TableData 2000000002 does not exist error

$
0
0
Hi

What is TableData 2000000002 does not exist error in Navision 2009 R2

Thanks

Adding validation in Purchase Order

$
0
0
Hello All,

Is it possible to add validation in Purchase Order, if GRN Posted on particular Purchase Order then the system should not be allowed to reopen or modify Purchase Order.

Thanks in advance.

the sign does not correspond with the outstanding entry :S

$
0
0
Hi,

If I do a proposal entrie for a bank account I get the error message "the sign does not correspond with the outstanding entry"

Please help :S

Event Id : 20010. The date is not valid.

$
0
0
Hi All,

I have created a Jobqueue. And try to run this through NAS.

But if I am trying this I got the below warning in Event viewer log as

Event Id : 20010. The date is not valid.

Can you please help me to resolve this issue.

Thanks in advance,
Jacob.A

Export Customers as a CSV file using Codeunit or Report

$
0
0
Hi All,

I want to export customers as a CSV file using Jobqueue.

Can you please provide me a piece of advice, whether i am creating code unit or report to run a jobqueue.

If it's possible through codeunit or report, please suggest me some piece of code to export a CSV file.

Thanks in advance,
Jacob.A

Got SQL error while Logging into NAV 2009 classic?

$
0
0
Hi All,

Login is existed for this user but still facing this error while logging into NAV.

" the following sql error or errors occurred. 15161,"42000" [microsoft ODBC SQL Server driver][SQl server] cannot set application role."

d7i5ajq3b0oi.png

Please suggest me some solution to overcome this issue.

Thanks in advance,
Jacob A.

Extra license for test database

$
0
0
Do we need extra license for the test database that will be installed in users' pc?

Event Id : 20010. The date is not valid.

$
0
0
Hi All,

I have created a Jobqueue. And try to run this through NAS.

But if I am trying this I got the below warning in Event viewer log as

Event Id : 20010. The date is not valid.

Can you please help me to resolve this issue.

Thanks in advance,
Jacob.A

Export Customers as a CSV file using Codeunit or Report

$
0
0
Hi All,

I want to export customers as a CSV file using Jobqueue.

Can you please provide me a piece of advice, whether i am creating code unit or report to run a jobqueue.

If it's possible through codeunit or report, please suggest me some piece of code to export a CSV file.

Thanks in advance,
Jacob.A

Client sessions returns error "the connection to the server is no longer responding"

$
0
0
This is occurring with a job is running on the job schedular at around the same time that a back up is running on the SQL server. Is there a timeout setting that can be adjusted to allow for a possible slow response when the backup is running.

Decimal Values not exported !!

$
0
0
Hi All,

I have created a process only report to export Cust. Ledger Entry table details as CSV.

Here Customer no, Name, Posting date is exported correctly. But, Decimal values (like Amount, Remaining Amount)exported as Zero.

I don't know why these decimal values are not exported...

Please suggest me some idea to export the decimal values correctly.

Thanks in Advance,
Jacob A.

is the runtime of global variables always the entire session?

$
0
0
EDIT: So i have debugged a little bit and even though i have declared the variables globally , as soon as i leave the codeunit by calling another codeunit and try to use the getfunction , everything is unitialised

according to this post https://forum.mibuso.com/discussion/73254/can-you-access-another-codeunits-variables-during-runtime-via-a-get-function global variables should be stored during RUNTIME anyway so how is it possible that the instance is wiped when i call a getfunction right after leaving it ( i have done this before also )
Viewing all 2200 articles
Browse latest View live