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

Dataport to import a CSV file

$
0
0
Hey guys,

My boss told me to create a dataport so that he can export the csv file that she wants but i don´t have ideia how I will create that.
Can someone help ?

Thanks !!!

Webservice in Navision 5.0

Document clearing in general ledger NAV 2009 R2

$
0
0
NAV 2009 R2

A general ledger a/c has 100 lines. However only 10 lines are relevant. How do I clear the 90 lines of record that are no longer relevant. Like in SAP, I could clear those 90 lines with a t.code FB05.

Anyway to do this in NAV 2009 R2.

Navision 2009 R2 - Departments menu

$
0
0
Hi all,

we use Dynamics nav 2009 R2, and we want to have a Form menu like the Departments menu in Dynamics Nav 2016.

Is it possible?

Do you know or have a form like this?

Best regards.

Thanks.

Error in ' Warehouse Shipment' for different UoM

$
0
0
hi Guys,

i ve got an error 'The bin content does not exist' when i do a shipment thru Warehouse menu
i use Bin code but not management warehouse and i use a different unit of measure for Sales
i tried for Purchase order (use different UoM also), and it works
is this a bug ? if yes, does anybody know when navision will fix it ?

thanks a lot

insanni

Purchase posting by NAS

$
0
0
Hi
I have modified CU 90 to run by NAS (posting receipt of goods) by inserting GUIALLOWED before every dialogs, and it works perfect.
Now I want to posting invoices as well by NAS, but I then get the error message "You cannot use C/AL variables of type DIALOG...".
Does anyone got an idea in which objects I should look for dialogs?

Unable to Undo Posted Return Shipment

$
0
0
Hi All,

I'm trying to Undo a Posted Return shipment in Nav 2009 R2. It is throwing an error - Lot number is required for Item 'XXXXX' when I click on Function-> Undo Return Shipment in Posted Return Shipment form. Though the Item has lot number mentioned in it. Can somebody please help me understand the issue?

Thanks,
Hareesh

Subistute for GETDOTNETTYPE

$
0
0
Hi

I'm trying to use som dotnet stuff in an older nav. I hav acces to the DotNet automation variaables.

A code snippet i found used GETDOTNETTYPE which i don't have in my NAV, så i wonder if you know a workaroound, pressens of a codeunit that can do the trick.

It's not posible for me to upgrade NAV at the moment. Vi har 4 different NAVS of different versions spread out in the organisation.

Thanks


code to text conversion when the data is in table

$
0
0
Hi everybody
please tell me that is code to text conversion is possible in data type in table when it consists of the data.






Thanks in advance
Regards
Hunny Singh

Report Inventory Valuation/ SQL Query Alternative

LookUp

$
0
0
Hei, I have a page where I have to choose a value from a pop-up table (through a lookup action in the ribbon)... how can I do it? Thanks

The server's time zone data for your current time zone does not match the time zone of your computer

$
0
0
Hi everyone,



We are migrating our NAV 2013 (non-r2) environment and we will use a RDS (remote desktop services) with the Role tailored Client.

If we open the role tailored client directly on our mid tier server we dont have any kind of issues.

But when we try to open from the RDS Server we receive the following warning.

Microsoft Dynamics NAV
The server's time zone data for your current time zone does not match the time zone of your computer. This can result in inconsistencies with other applications that are running on your system. Do you want to continue?
Yes No

All servers including the database are Windows 2012 R2 in the same timezone with daylight saving.

The timezone used is -3 Brasilia and our CU is NAV.7.0.48066.W1

We have already tried to change the Services Default Time zone to UTC, Server Time Zone and Time zone ID.

None of them seems to work.

I hope someone already faced with this issue and i thank you already for any help.

Flowfield: Lookup Field A, where Field B (date) is max date

$
0
0
Hello,

I want to lookup the latest price for an item in my table "price history", which contains the fields "item no.", "entering date", "price".

I thought of having a flowfield in the item table which looks up the "price" in this table where "item no."="no." and date=max date

Is there a way to specify the max date?

Workaround:
A different solution could be a normal look up which alway takes the first value in the lookup table. But therefore I'd need to change the sorting to descending. No idea how to do that.

Any suggestions?

Thanks,

geri

Navision 4.0 , How to remove Credit memo for particular user

$
0
0
Hi ,

I would like to know how to remove Sales Credit Memo for a particular user.

Attached is user menu screen.

Thanks
MP


difference auxiliary balance vendor

$
0
0

Difference between the auxiliary balance and the supplier balance

Item Availability By Production Start Date

$
0
0
Hi All,

I need to find out the Inventory Level of an Item by a Production Start Date. I'm aware you can view this by looking at Item Availability Timeline but I need to get this value on to a different page. Please can anyone suggest how this is possible.

I Am using Navision 2013

Thanks

Attaching a URL to a navision page via SMTP Codeunit

$
0
0
Hi guys,

We are sending out an automated email via the SMTP mail. In a codeunit I create the email with production Order details, Is it possible via a code unit to get the bookmark for a certain page? I'm currently trying to use recordref.

For example I have I have the following code:

recProductionOrder.RESET;
recProductionOrder.SETRANGE("No.", recProdOrderLine."Prod. Order No.");
recProductionOrder.SETRANGE("Standard Cost Status", recProductionOrder."Standard Cost Status"::"Awaiting Cost");
IF recProductionOrder.FINDFIRST THEN BEGIN
ProdOrderRef.OPEN(DATABASE::"Production Order");
ProdOrderRef.SETPOSITION(ProdOrderRef.GETPOSITION);


I am later trying to get the bookmark for the page I found using the FINDFIRST above by using (ProdOrderRef.RECORDID,0,10). I've found this doesn't retrieve the same value as when you go "Copy Link to this page".

My question is it possible to get the correct url for a page from within a codeunit, if so how, and if not what's the alternatives?

Thnaks - We are using Navision 2013

Login issue

$
0
0
Hi,
we have problem with windows login for one account in NAV (NAV 5.0, windows server 2008 R2).

In past this user has access to NAV, but then was the windows account deleted and now was created new windows login with the same name. I added it to NAV (standard way - Tools-> security -> windows login). Everything looked good.

But the user has problem with login - he has this error: "The combination of user ID and password entered is invalid".

Please, could anyone help me? Thank in advance.

vendor summary aging

$
0
0
Hello,
I have a problem in vendor summary aging report. It is not filtering on the dimensions.
I have tried to add this code:

Vendor - OnAfterGetRecord()
PrintLine := FALSE;
LineTotalCustBalance := 0;
Vendor.COPYFILTER("Currency Filter",DtldVendLedgEntry."Currency Code");
//MOD01 start
Vendor.COPYFILTER("Global Dimension 1 Filter",DtldVendLedgEntry.''Initial Entry Global Dim. 1");
Vendor.COPYFILTER("Global Dimension 2 Filter",DtldVendLedgEntry.''Initial Entry Global Dim. 2");

//MOD01 ENd
FOR i := 1 TO 5 DO BEGIN
...

It is still not filtering on the proper values.

Please any advise?
Thanks

UPS Tracking works on client side but Server side gives an error message

$
0
0
Curious if anybody has had such problem.

We have a routine that tracks UPS delivery data using "Microsoft XML, v6.0'.XMLHTTP60". When I send the request to https://wwwcie.ups.com/ups.app/xml/Track from NAV client, it works perfectly. When I trigger the request from Web Services, it errors out at send() function saying

"This message is for C/AL programmers: The call to member send failed: The system cannot locate the resource specified

."


It's the exact same code that I am running.


//tfile contains the UPS xml data that has two XML roots. That's why I use a temporary file.
//This code works perfectly on client but fails on server.

tFile.CREATEOUTSTREAM(vtVar);
IF ISCLEAR(winXMLHttp) THEN
CREATE(winXMLHttp);
winXMLHttp.open('POST',EndPointURL,0);

winXMLHttp.send(vtVar);
vtVar := winXMLHttp.responseStream;
CREATE(XMLDom);
XMLDom.load(vtVar);


I've tried changing the code and use "'Microsoft WinHTTP Services, version 5.1'.WinHttpRequest" instead. The client worked well again, but server side gave an error saying "This message is for C/AL programmers: The call to member Send failed: A connection with the server could not be established"

Code for this:

IF ISCLEAR(winhttp) THEN
CREATE(winhttp);
EndPointURL := 'https://wwwcie.ups.com/ups.app/xml/Track';
winhttp.Open('POST',EndPointURL,0);
winhttp.SetRequestHeader('Content-type','text/xml');
winhttp.SetTimeouts(1000,1000,1000,1000);
winhttp.Send(ReqText);
winhttp.WaitForResponse(2000);
IF ISCLEAR(XMLDom) THEN
CREATE(XMLDom);
XMLDom.load(winhttp.ResponseStream);
CLEAR(winhttp);


Any help is appreciated!
Viewing all 2425 articles
Browse latest View live