Quantcast
Channel: NAV Three Tier — mibuso.com
Viewing all 10032 articles
Browse latest View live

Advance Filter doesn't work in NAV 2017 CU14

$
0
0
Hi at all,

one of my customer has got a strange Problem.

The Users cann't use the "Advanced Filter".

Has anybody a good Idea?

thx

I can't not find text file

$
0
0
I'm trying to save text file to local computer using codeunit but I can't not find text file on computer

// File1 is File object
// OutStreamObj is OutStream object

File1.CREATE( 'C:\Output.txt');
File1.CREATEOUTSTREAM(OutStreamObj);

OutStreamObj.WRITETEXT ('hello');


File1.Close; // To end the writing and write out to the file.

While Database Conversion from NAV 2015 to NAV 2018 Getting Error

$
0
0
Hi All,
I am upgrading Database from NAV 2013 to NAV 2018.

I upgraded from NAV 2013 to NAV 2015 without any error.

Now while I am doing Form NAV 2015 to NAV 2018 upgradation.

For this when i am opening Database in NAV 2018 for database conversion i am getting the following error.

Microsoft Dynamics NAV Development Environment
The following SQL Server error or errors occurred:

102,"42000",[Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near ' '.
102,"42000",[Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near ' '.
102,"42000",[Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near ' '.
102,"42000",[Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near ' '.
102,"42000",[Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near ' '.
102,"42000",[Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near ' '.

SQL:
-- Drop existing 'Object Tracking' triggers
IF EXISTS (SELECT * FROM sysobjects WHERE name = N'$ndo$objecttracking' AND type = N'TR') DROP TRIGGER [dbo].[$ndo$objecttracking]
IF EXISTS (SELECT * FROM sysobjects WHERE name = N'$ndo$objecttracking$bp' AND type = N'TR') DROP TRIGGER [dbo].[$ndo$objecttracking$bp]
IF EXISTS (SELECT * FROM sysobjects WHERE name = N'$ndo$objecttracking$ca' AND type = N'TR') DROP TRIGGER [dbo].[$ndo$objecttracking$ca]
IF EXISTS (SELECT * FROM sysobjects WHERE name = N'$ndo$objecttracking$naom' AND type = N'TR') DROP TRIGGER [dbo].[$ndo$objecttracking$naom]
IF EXISTS (SELECT * FROM sysobjects WHERE name = N'$ndo$objecttracking$nata' AND type = N'TR') DROP TRIGGER [dbo].[$ndo$objecttracking$nata]
-- Enable change tracking on individual tables
IF NOT EXISTS (SELECT * FROM sys.change_tracking_tables WHERE object_id=Object_ID('[dbo].[Object Metadata]')) ALTER TABLE [dbo].[Object Metadata] ENABLE CHANGE_TRACKING WITH (TRACK_COLUMNS_UPDATED = ON)
IF NOT EXISTS (SELECT * FROM sys.change_tracking_tables WHERE object_id=Object_ID('[dbo].[Debugger Breakpoint]')) ALTER TABLE [dbo].[Debugger Breakpoint] ENABLE CHANGE_TRACKING WITH (TRACK_COLUMNS_UPDATED = ON)
IF NOT EXISTS (SELECT * FROM sys.change_tracking_tables WHERE object_id=Object_ID('[dbo].[Add-in]')) ALTER TABLE [dbo].[Add-in] ENABLE CHANGE_TRACKING WITH (TRACK_COLUMNS_UPDATED = ON)
IF NOT EXISTS (SELECT * FROM sys.change_tracking_tables WHERE object_id=Object_ID('[dbo].[NAV App Object Me
OK

Please suggest what to do.

Let User select which fields to export with XMLPort

$
0
0
Hi.

Is it somehow possible that a user can choose which fields of a table a XMLPORT exports?

For example I have a XMLPort which contains all fields of customer table. Now when the user starts the XMLPort there should be the possibility to select particular fields to Export.

My idea was to build a subpage based on table 2000000041 (Field) (and filtered on Tableno. 18) with a Boolean variable to mark a particular field.

That subpage would be embedded in the Request Page of the XMLPort. But how can I tell the XMLPORT that it only shall Export the marked fields?

Or do you have an other idea to make it possible to select the desired fields?

Webservice problem

$
0
0
Hi,

I have in the web service table of nav a page called SFContactOut where it has defined all fields that are sent from NAV to SalesForce.

Im trying to add a new field that i've created called GUN2. When i compile the object it keeps showing this error:



"The property 'GUN2' does not exist on type 'SamecaIntegration.NAVSAMECA.SFContactOUT'. Make sure to only use property names that are defined by the type"



And the integration of NAV-> to SF or vice-versa fails. My SalesForce partner when updates the webservice , the new field also does not appears.



What am i missing here?

REPORT.SAVEASPDF creates v2.PDF files

$
0
0
Hi all,

My client got 3 pdf documents, and one of 3 documents is wrong. He should have got the document. He got document like textnamev2.PDF

I wanted to ask : Does REPORT.SAVEASPDF can do this kind of thing?

Any advice.

Thanks a lot

Contacts by Customer

$
0
0
Hi,

I'm trying to list contacts by customers (or the other way around), but the only association I can find between the two is the customer contact no. But based on that I can't seem to look up the customer to get the customer no. It's for exporting data, and I need to combine customers and contacts by the customer number.

Any pointers will be greatly appreciated - thanks:)

BR.
Lars

Include unposted purchase order in "accounting"

$
0
0
Hi community,

Trying to solve one puzzle and can not find any standard functionality that can be useful. The idea is to include uposted document (neither received neither invoiced) lets say Purch. Invoice into "accounting". This would be kind of "temporary" information until document is finished (dimensions, actual document lines, they may differ from initial lines but amount should not change) to have information about debt to customer as example.

Only standard functionality is interesting in this case.

Maybe i am missing something but all i can think of is based on different ledgers.

Thank you!

Object designer always prompt user/password window

$
0
0
HI everyone,

When I run he object designer in nav 2016 always ask for username and password. Sometimes i loose to much time typing my credentials.. is there a way to avoid this and "remember"? If i check the "remember password" it prompts again

sqqc02h5hj0u.png

List of events in Dynamics NAV Business Central?

$
0
0
Is there any way to view a list of events available to subscribe to in NAV Business Central? I know I can refer to NAV 2018 for the majority of them, but I would imagine there are some additional events added since then.

WEB SERVICES (DYNAMICS NAV 2017) - HOW TO PASS MULTIPLE LINES TO CODEUNIT

$
0
0
Hi
We have a Web Services with 3 variables in Codeunit Function parameter: Code, Name, Value. The key is Code.
We want to pass about 200 different Code lines, without invoking 200 times the WS.
In fact, how to design the Function parameter, to receive 200 Codes group of values?
Tks in advance.

XmlDocument.GetElementsByTagName (DotNet)

$
0
0
Hi all,
Can we access the XML Node directly using XmlDocument.GetElementsByTagName('ABC/XYZ')?
Last time automation time, I can use '/', but in DotNet seem like not work anymore.

May i know how to solve this issue?

Thank you.

/hkk





Security protocol TLS 1.2 in Dynamics NAV 2013

$
0
0
Hi out there!

I am trying to increase a web requests security protocol in order to access a web service which is requiring TLS 1.2.
My default SSL is not accepted.

The request is send from Dynamics NAV 2013 (7.00).

I have of course searched for a solution to this problem elsewhere. One single line should be enough:
ServicePointManager.SecurityProtocol := 3072;

This however does not grant me access to the server.


HttpWebRequest := WebRequest.Create(txtURLiLG);

ServicePointManager.SecurityProtocol := 3072; // 3072 = Tls12 (TLS 1.2)

HttpWebRequest.Timeout := 600000; // 10 minutes
HttpWebRequest.ReadWriteTimeout := 600000; // 10 minutes

HttpWebRequest.ContentType := 'text/xml;charset=utf-8';
HttpWebRequest.Method := 'POST';
SystemTextUTF8Encoding := SystemTextUTF8Encoding.UTF8Encoding();
Bytes := SystemTextUTF8Encoding.GetBytes(XMLDoc.InnerXml);
HttpWebRequest.ContentLength := Bytes.Length;
RequestStream := HttpWebRequest.GetRequestStream();
RequestStream.Write(Bytes, 0, Bytes.Length);
RequestStream.Close;


Do any of you have a hint setting securety protocol to TLS 1.2 in Dynamics NAV?

Thanks.

Best regards
Jan

Virtual table : 2000000082 Report Layout - empty

$
0
0
Hi

I have a NAV 2018 where Virtual table : 2000000082 Report Layout - is empty.
Can anyone give me at hint to populate/compute the default data. Like in a clean 2018 installation.

It is an upgrade from 2017.

Thanks

Unable to import Objects into NAV 2017

$
0
0
Hi ,

I have just installed NAV 2017 W1 version into my machine.

But I am unable to import objects into the database.

It is saying
Microsoft Dynamics NAV Development Environment
Unable to process table changes because the request cannot be processed by the specified Microsoft Dynamics NAV Server instance:

Server Name: ****
Server Instance: ****
Management Port: ****

Check that:
1. The Microsoft Dynamics NAV Server is running
2. There is only one tenant mounted on the server instance.
OK

I have not installed multitenants.

Please help

Contact business relation import and apply problem

$
0
0
I am trying to import contact business relation table from another database in to a new one but I got errors. I don't get what causes the problem.
I imported also the customers, contacts, … this gives no problems.52924tw604oe.png

Creation and Export of BACS Files NAV2018 using Data Exchange Definition

$
0
0
Following the removal of the feature "Creation and Export of BACS Files" from NAV 2018, I have been investigating how to create a new Data Exchange Definition based on BANKDATACONVSERVCT to create a payment export file for the UK BACS file.
The BACS file consists of a csv file containing the following fields:
Payee Sort code
Payee Bank account
Payee Name
Amount
Reference
Our Sort Code
Our Bank account
Payment Date.

However when I change the File Type from XML to Variable Text, I am unable to define Column Definitions as I get the error message "File Type Variable Text is unsupported".

Could anyone provide some guidance on this? Many thanks

SQL Express Limitation in a Multi-tenant Environment

$
0
0
Dear All,

We are planning to implement a NAV2018 multitenant environment and considering SQL Express to go with it. I wonder if the restriction of 10 Gb per database stands for customer databases or is it the total size of every customer databases related to the application database.


Thanks and Regards,
Ararat

SSRS report

$
0
0
Hi Experts..!

In a field there are multiple vales (like a1|a2|b1|b2 etc)
I have to take the description of each record in a single variable (output like a1’s Description, a2’s Description, b1’s Description, b2’s Description, )

And get the output in report in a single text box.

How can I do it ..?

Print pages after footer of main report

$
0
0
I am working on a purchase order report that was developed in NAV2009 Classic that needs to be updated to NAV2017. The NAV2017 client is using SQL Server Report Builder 2014. In the original report, after the last page printed, 5 additional pages printed automatically. Four pages were for terms & conditions and the final page was a confirmation page. In Classic this was managed by adding sections after the footer to print the additional information. I am struggling to find a solution that keeps this process all contain in one request to print. Any suggestions would be welcomed.
Viewing all 10032 articles
Browse latest View live


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