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

Export to Google Sheets from NAV

$
0
0
Hi, has anyone successfully setup NAV 2016/2017 to export to Google Sheets?
I have found some details on doing this is 2009, however this is not so relevant now. Does anyone know if there is a stylesheet that is available for NAV to perform this or will we need to go the more detailed dev route?

Thanks!

NAV-CRM Intergration - Synchronisation of NAV Textfields into Lookup Fields in CRM

$
0
0
Hello lovely community,

im playing around with CRM Online and the connection to NAV right now and one thing i cant seem to understand is how to synchronise Code/Text fields into CRM fields that are lookups on other CRM tables.
Let's say I have 2 Tables: "School" and "Teacher" both as normal NAV Tables and CRM Integration Tables. Each Teacher has a "SchoolID" in which he works. The problem is that the field "SchoolID" in the base "Teacher" table is a Code field. But if you create a CRM Integration table using "New-NAVCrmTable", then 1 CRM Field with a Table Relation creates 2 NAV Fields in the Integration Table. These are Guid and a flowfield. What I dont understand is how you synch the Code Field "SchoolID" from my base NAV Table into the GUID Fields in the integration Table.

Using NAV 2016.

UnknownSpnHint value in web.config in NAV 2016 Web Client

$
0
0
Hi everyone,
I would like to ask you the following questions
Microsoft says in MSDN that for the web client this value isn't automatically updated but we have seen that web.config is changed from time to time for this setting. The default NoSPN value always remains the same,but the NavServer is changing in the net.tcp://NavServer:Port/ServerInstance/Service part of the setting.
Also if NoSPN is the value of the setting,does it make any difference and the ServicePrincipalNameRequired = False, will the different NavServer affect the web client?
Thanks in advance and any help is much appreciated

Negative NAV session IDs, what do they mean?

$
0
0
Hey all,

Noticed some negative session ID on the users tables and wondered if this is related to negative sql session id or something more NAV specific?

Thanks

Insert data in NAV from PowerApps

$
0
0
Hi there folks

Is it possible using Dynamics NAV 2017 ODataV4 link to update and insert data into Dynamics NAV?
If it's possible, please give me some instructions how is that possible. What ever I try, I'm only get this error:
vggni5qoq3oq.png

Best Regards

Direct Debit Collections

$
0
0
I have to periodically produce Direct Debit Collectons but I have a problem.
I need that system collect and apply all credit memo and invoice and create a single entry. Instead NAV collect only Invoice.
There is a way to do this?

l

Dynamics NAV 2016 and Online CRM 2016,How to Integrate Lookup field ?

$
0
0
Dear All,
Below is my scenario,

Aim : To Maintain a copy of navision tables 'item category' and 'Product Group' in CRM Online 2016.

Steps Taken :
1. Created one entity for Item Category and another for Product Group in CRM.
In Product Group Entity the field 'item Category' is of type Lookup with relation to Item Category entity.
2. Created two tables in navision of type CRM using New-NavCrmTable cmdlet.
3. All Integration table mapping and field mapping setup done. Created coupling pages and logic as per msdn.
4. Created new item category Code and selected to create new item category Code in CRM from coupling page. Successfully created in CRM and coupled
5. Now the aim is to synchronize Product group record with CRM. In CRM the 'item category' field in the Product group entity is a field of type lookup. Same field in NAV CRM table will be of type GUID.
6. Have added a subscriber event to OnBeforeInsertRecord -> Codeunit Integration Table Synch. Inside the function added code to assign GUID value to 'itemcategory' field in 'Product group' Navision table(CRM type)
7. Now created a new product group and initiated sync process. After the Insert trigger is executed, the GUID value assigned to the field 'itemcategory' gets cleared. So the Product group record gets created in the CRM without item category code.

So my query here is, how to pass the Item Category Code to CRM where it is a lookup field ?
or rather how to integrate lookup fields? Any help/advise is most welcome


Thanks
Siddharth

Error while importing a .navdata file in NAV 2016

$
0
0
Hi All,

Getting the below error while importing a .navdata file into a newly created blank database in SQL Server.
Import-NAVData : Cannot establish a connection to the SQL Server/Database.

This could be due to one of the following reasons:
* The SQL server is not started.
* The database does not exist.
* Proper permissions have not been given to the NAV Server Account.
Try again later or contact your system administrator.

Any suggestions?

Thanks in advance

table to PIVOT report

$
0
0
hello Everyone,

how do you handle a record and turn it into PIVOT format in Report? any tricks or sample ? btw, I'm still a beginner in C/AL. thanks in advance

Regarding display a list of error in a page in NAV 2009

$
0
0
I want list the error which all we are getting when we try to run a report or forms in page using RTC in nav 2009,...
Can anyone help me with this..
Thanks in advance

The requested record cannot be located

$
0
0
Hello everybody!

I have a problem when I open a page through a hyperlink. The page is shown, but with a message "The requested record cannot be located"
I don't modify basic record in the code.
What can cuase this issue?

Thank you in advance!

Creating a button on a page

$
0
0
Hello!

If I have a List-type page and a Card-type page and I want to create a kind-of statistical button on them, which displays calculated values, then how-to or where should I start?


Simon.

Can any one suggest me

$
0
0
I followed this process but unable to import the data in page.
Microsoft Dynamics NAV 2017
Microsoft Excel.
Steps:
1. Create a table with fields and populate it with data.



2. Create a excel file which you want to import.



3. A page is created with action button to Import data from excel.

4. A Report is created using Excel Buffer(table id 370) as a Data Item. The report property Processing Only is set to yes. Standard ‘ReadSheet’ function of the table Excel buffer is used to read the data from the Excel file.

5. A function is used to calculate the total number of rows and columns using Excel Buffer table.

6. On the PreReport function of the report we write the following code.



7. In the Insert Data function it initializes the table created in step 1, sets the range from the matching fields and if found it inserts values in the table.



8. To open the Excel file and selection of sheet we write a code in the Request Page in the Report. We use File Management codeunit to upload file.



9. Now run the page and click on the action Import then select the excel file.





SEPA Bank statement example file (CAMT)

$
0
0
Where may I find a Bank statement file example, in the SEPA CAMT format, to import to NAV 2017 W1, to practice with the Bank reconciliation features?
Tks!
Pierluigi

View Layout - "Missing supported version of Visual Studio"

$
0
0
Hey all,



I'm working on a NAV 2013 environment and attempting to view the layout of a report object to get this error:


"An error occurred when opening the report designer. A support version of Visual Studio could not be found"



NAV 2013 R2 Version 7.10.43391



I've got Visual Studio 2017. I'm assuming I need to grab an earlier version of VS but I'd rather add specific redistributables or bits and pieces if I can avoid a whole alternate version of Visual Studio.

I looked at enabling "Use Report Builder" by setting the options to Yes under Tools -> Options -> Use Report Builder


But then I get this message:

"It is not possible to edit the layout with the report designer. Detailed description: Illegal characters in path."


Insight appreciated as always thanks!

duplicate dynamicsuser post: https://dynamicsuser.net/nav/f/developers/94324/view-layout---missing-supported-version-of-visual-studio

Table cannot be exported as Text

$
0
0
Version 2015 R2. A colleague added two fields to a custom table on a customer database, and when he now attempts to export the object as Text he gets "The type '5044' was not defined for the function". I found a very old posting with the same error but a different "type" which referenced deleting/recreating keys. Tried that with no effect. I cannot find anything odd about the table, but can't say it has ever been exported as text, and I have been unable to find any previous discussions other than one here where the type was 4994 (https://forum.mibuso.com/discussion/18216/the-type-4994-was-not-defined-for-the-function). Any pointers would be appreciated.

Nullable decimal

$
0
0
Hello,

I have to set a value to the property of a dotnet variable. The property's data type is Nullable<decimal> which is represented as (dotnet) System.Nullable`1.'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'

I define a variable with that data type but cannot instantiate or set a primitive value (say 2.0, 3.0 ect.) to it.
Please help!

how to transfer a form details to another form?

$
0
0
how to transfer a form details to another form even one field has different data type in each tables?

Force posting even if inconsistency error

$
0
0
Hi everyone,

Is there a way to force posting even with an inconsistency error?
I know it is not the best way to do things but I know which value is causing the problem and I will be able to correct it manually once the document is posted.
I am investigating the code but I am running out of time and I need like a last resort solution :(

Thanks in advance :)
Viewing all 10032 articles
Browse latest View live


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