Quantcast
Channel: Microsoft Dynamics NAV Forum - Recent Threads
Viewing all 29197 articles
Browse latest View live

NAV 2016 Reports

$
0
0

Hi,

I need to make a new report for nav 2016.

Which would be better, RDLC or word layout report?

Thanks!


NAV Report Dataset

$
0
0

Hi,

Can I put a variable as the data source in a report?

Translations - errors only in polish language

$
0
0

Hi,

for one of our customers, we created nav database with 4 languages (english, danish, german and polish).

For these languages I created translations files in TXT and it  works OK, but not for polish.

The problem is only on pages (tables looks good). I tried to install polish language for windows server and compiled all of objects, but this was not too helpful.

Do you have any ideas, what more will I do for run it?

Thanks for help!

Best regards.

Nav Report Variable

$
0
0

Hi,

I have a global variable called AcqCostAmt that I use in a page.  I'm making a new report for this page. I've typed the variable into my report dataset as the Data Source. However, when I try to compile it says " Unknown variable, define the variable under 'Global C/AL symbols'. Why is this happening when I have this global variable already for my page?

Editable and Non Editable using CAL code

$
0
0

Hi Friends,

i want to set a filed Editable and Non Editable based on the user role using CAL code in NAV 2016

Thanks & Regards,

Ashwini.E

Dll intialization issue?

$
0
0

Hi,

i have below code 

IF ISNULL(xlApp) THEN
xlApp := xlApp.ApplicationClass;
BEGIN
NoOfRows := CreateFile(VarAnalysisViewCodeLoc,VarShowBasicPeriod,
Rec_Prov,Rec, Sign, PeriodType-1, ShowName, GLAccFilter, Dim1Filter, Dim2Filter,
DateFilter, EmployeeFilter, ShowOnlyEmployees, AmountType);

and when i run this i got an below error.

Microsoft Dynamics NAV
---------------------------

Cannot create an instance of the following .NET Framework object: assembly Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c,
type Microsoft.Office.Interop.Excel.ApplicationClass.
---------------------------
OK
---------------------------

and my dll variable is 

Name  DataType  Subtype     Length
xlApp  DotNet    Microsoft.Office.Interop.Excel.ApplicationClass.'Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'

Can any one suggest me to achive this one.

Thanks in advance.

Ramesh

--

NAV CU upgradehttps://community.dynamics.com/w/help/273.suggestions-for-posting-a-new-question

$
0
0

Hey,

I want to upgrade our nav 2017 to the latest cu update. But our version is CU0, and the latest is CU12. Can we directly upgrade to CU12?,

Where do I find the reporting authorities setup in Nav. 2016?

$
0
0

Where do I find the reporting authorities setup in Nav. 2016?  I need to point payroll contributions to a new vendor but I am not finding where I change that in Nav. 2016.


Upgrade 2017 Cronos to 2018

$
0
0

I have prepared the database as per https://docs.microsoft.com/en-us/dynamics-nav/upgrading-the-data

I created a new server with NAV 2018 installed and working with the 2018 demo database.

I created a new service tier and copied the sql database from the old 2017 server to the new. Put the new database name in the new tier. The new tier has different ports to the original 2018 and when I start the tier it runs but then stops a few seconds after.

I get a lot of info  in the event log this is the last error and the other are warnings for info

Type: System.ObjectDisposedException
Message:
<ii>Cannot access a disposed object.
Object name: 'NavTenant'.</ii>
ObjectName: NavTenant
StackTrace:
at Microsoft.Dynamics.Nav.Runtime.NavTenant.get_Database()
at Microsoft.Dynamics.Nav.Runtime.AssemblyGetter.CompileBusinessApplication()
Source: Microsoft.Dynamics.Nav.Ncl
HResult: -2146232798

Also this warning 

The service could not remove service principal names because the service account could not be found in Active Directory.
Account: NT AUTHORITY\NETWORK SERVICE
Service principal names:
DynamicsNAV/Nav2018Demo:8045
DynamicsNAV/Nav2018Demo:8045

The other working tier uses the same account

Any idea what is wrong here?

Standard Item Approval Workflow (NAV 2017)

$
0
0

I have setup the Item Approval Workflow using the standard template and it's correctly generating approval entry and restricting item. 

However, I can still post PO/SOs with this item on them (Approval Entry is still pending to be accepted/rejected/cancelled), it was my understanding this would be prevented by the Item Restriction? Has anyone encountered this problem with NAV 2017?

Cheers in advance.

Delete records from taable 18

$
0
0

Hi 

I try to delete records from table 18.

Get the error

"you do not have the following permission on page 9599: Execute

I am logged in with a User who have Super as role in Navision.

Also logged in with same user in develop environment.

I can not find a page with id 9599 and believe i got all rights.

Hope some one have an idea what to do

Thanks Bent Holm

Nav2017 Sales Credit Memo Shipping FastTab

$
0
0

When did the Shipping FastTab get removed from the Sales Credit Memo? It is in Nav2013, but not in 2017?
Any idea why it was removed?

Thanks in advance.

New Line Keyboard Shortcut

$
0
0

Hi,

Is there any keyboard shortcut that will move the cursor to the first input cable field of a new line? i.e. when keying in orders, at the moment you can keep pressing TAB or ENTER buttons until you reach the new line (or press the DOWN then HOME buttons). 

This is just a small thing but it could help out a lot for the order processors. 

Return Process of sold Goods

$
0
0

Hi Experts,

I am new in navision, I am little bit confuse on process of return of sold goods. if want to return the sold goods then should need to follow the sales credit memo or sales return order. After this should need to refund money to customer from cash receipt journal by selecting document type refund or blank? 

Thanks

fileter against customer

$
0
0

hi friends,

i want to set filter against customer no and cost center code using CAL code and want to get the customer based on  cost center code in nav 2016

thanks & regards,

ashwni


NAV 2018 Web Client

$
0
0

Hi All,

I've installed the setup file W1 version for NAV 2018 also I've configured Web client(localhost). I need to set up the Webclient to https and make it Internet facing but looks like there is a change in the process for NAV 2018. Can someone guide me with the new process ? 

Update ClickOnce Version by Replacing Deployment Files with New CU files

$
0
0

Hi,

how do we update the clickonce clients?

Right now we have clickonce packages on a server xxx.yyy/customer/clickonce/ClickOnceDeploymentFiles/ ...


We know we need to make the new client files available, So that when the User open his ClickOnce the Client will be updates to the new Version. but how?

What I tried till now (2 different ways):

First Way:
- I replaced the .../Deployment/Applicationsfiles folder with the neu CU deployment Files. But I didn't replace the manifest!

- I also updated the manifest version No. with the new Bulid no.

- Also I made the required minim version to be 9.0.0.0

Results:

  When the user open his click once is starts normally & nothing happens  :(

Second Way:

I made a new installation for the new Bulid + I renamed the new Folder to have the same name like the old deployment folder + I deleted the old Deployment folder!

Results:

  When the user open his click once it gave back an error & it cannot start the client, I have to install ClickOnce then it will work! --> I want to avoid this



So can anyone tell me please how can I make Clickone to update it self once the user open it? We have almost 50 user which uses clickonce, I donot want to make a new deployment! coz if i did so i have to deinstall the old client and reinstall the new client on 50 Pcs.

Unable to set the space between date format.

$
0
0

Dear Experts,

I have designed a  report...where I want  to show the posting date. But I am unable to set the spaces between the character.. like if date is 31 12 2017...I want to show 3  1  1  2  2  0  1  7

it always comes with 31 12 20 17

My code is below:

txtDate := COPYSTR(FORMAT("Gen. Journal Line"."Posting Date",8,1),1,2);
txtDate += COPYSTR(FORMAT("Gen. Journal Line"."Posting Date",8,1),4,2);
txtDate += FORMAT(DATE2DMY("Gen. Journal Line"."Posting Date",3),4,1);

intDtLen := 10;

REPEAT
txtDate := INSSTR(txtDate,' ',intDtLen);
intDtLen -= 1;
UNTIL intDtLen = 1;

Document Approving is taking way to much time than usual.

$
0
0

The approval workflow setup is done for PO,
When a PO document is requested to approve by user1, 
and then the particular PO document goes and sits in 'Request to approve'

Where the User2 approves the Document (which is working fine), 

but the moment the user2 clicks on Approve, the system gets hanged for around 6-7 min. and after that, the system works normal and the approval is also done for that PO document.

My question is, why it is taking so long to approve 1 document?

The Service Principal Name(Delegation) Configuration has been set in correctly SPN Identity

$
0
0

Hi All

we are going through new Nav 2017 Implementation, and has setup the Application server & Data base server on the cloud which are part of our head office domain, when users try to access the application from their domain computers some time it gives the below error for some user at some point, after 5 or 10 minutes it works again 

"The service Principal Name(Delegation)" Configuration has been set incorrectly. server connect to URL : net.tcp://appserverip:portno/instancename/service. SPN identity servicename/appserverip:port no" Authentication failed on remote side(the stream might be still available for additional authentication attempt)

we use an AD account for NAV services, as per an online documents  i already registered SPN for the DB Server on the AD account, Do i need to register SPN on Application server as well .  any assistance is appreciated 

Viewing all 29197 articles
Browse latest View live


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