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

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 

REPROT NAME / NUMBERS

$
0
0

Hello, 

Where can I generate the following reports in Nav 16? (Report Name / Number)

Can I export them in excel as well? 

1. Balance Sheet

2. Profit and Loss

3. Depreciation

4. Expense Report Monthly & Yearly

5. Trial Balance

6. Fixed Asset Report

7. Investment Report

8. FD Report

9. Ageing Report

10. Outstanding Report

11. Cash Flow

12. Bank Reconcilliation

13. Comparison Expense Report

14. Pop for payment intimation

15. Fund flow report

16. LC report and documentation

17. Bank Guarantee report

18. 1099 report - US taxation

Tablet Client doesn't work NAV 2016

$
0
0

Hello,

we recently setup a web client and the universal app after upgrading the database from NAV 2013 to NAV 2016. Everything works fine except the tablet client, which runs into the following error in the event viewer when you try to connect with the app or try to resolve the tablet.aspx url:

error accessing website microsoft dynamics nav 2016 web client
URL: https://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Type: System.InvalidCastException
Message: The object of type "Microsoft.Dynamics.Framework.UI.GroupControl" cannot be converted to object of type "Microsoft.Dynamics.Framework.UI.ActionControl".
StackTrace:
bei Microsoft.Dynamics.Nav.WebClient.Decorators.CueGroupActionDecorator.DoBuild(LogicalForm form, MasterPage pageDefinition, UIBuilderContext context)
bei Microsoft.Dynamics.Nav.Client.FormBuilder.PageBuilder.ExecuteDecorators(LogicalForm form, MasterPage definition, UIBuilderContext context)
bei Microsoft.Dynamics.Nav.Client.FormBuilder.PageBuilder.Build(MasterPage definition, BindingManager bindingManager, UIBuilderContext context)
bei Microsoft.Dynamics.Nav.Client.FormBuilder.BuilderSession.CreateLogicalForm(MasterPage metadata, FormState formState)
bei Microsoft.Dynamics.Nav.Client.FormBuilder.BuilderSession.CreateLogicalForm(Int32 formId, FormState formState, Int32 retryCounter)
bei Microsoft.Dynamics.Nav.Client.FormBuilder.NavigationTreeProvider.ProcessContent(IEnumerable`1 actionBaseDefinitionList, NavigationNode parentNode, UIBuilderContext context)
bei Microsoft.Dynamics.Nav.Client.FormBuilder.NavigationTreeProvider.ProcessNavigationGroups(LogicalControl parent, IEnumerable`1 actionBaseDefinitionList, NavigationNode parentNode, UIBuilderContext context)
bei Microsoft.Dynamics.Nav.Client.FormBuilder.NavigationTreeProvider.ProvideNavigationPane(MasterNavigation definition, UIBuilderContext context)
bei Microsoft.Dynamics.Nav.Client.Web.NavWebBuilderSessionInitializer.NavigationServiceTreeOnLoad(Object sender, Object e)
bei Microsoft.Dynamics.Framework.UI.UX2006.NavigationService.get_NavigationRoot()
bei Microsoft.Dynamics.Nav.Client.NavRunHomepagePropertyBagInvokedAction.Validate(FormPropertyBag queryParameters, UISession uiSession, Object invocationState)
bei Microsoft.Dynamics.Framework.UI.LogicalFormActivator.GeneratePropertyBagCommand(FormPropertyBag propertyBagToUse, UISession uiSession, Object invocationState)
bei Microsoft.Dynamics.Framework.UI.LogicalFormActivator.ValidateAndInvokePropertyBag(FormPropertyBag propertyBagToUse, UISession uiSession, Object invocationState)
bei Microsoft.Dynamics.Framework.UI.Web.WebPropertyBagInvoker.InvokeFormPropertyBag(FormPropertyBag propertyBag)
bei Microsoft.Dynamics.Framework.UI.Web.LogicalFormInitializer.<>c__DisplayClass1.<Create>b__0()
bei Microsoft.Dynamics.Framework.UI.LogicalOperationInvoker.InvokeAndHandleExceptions(Func`1 action, IExceptionHandler exceptionHandler)
Source: Microsoft.Dynamics.Nav.Client.WebClient

Has anybody dealt with this issue before and can help me?

GST Base Amount issue in Sales line

$
0
0

hi friends,

i am having issue on sales order line i can not get the GST base amount and GST total amount in sales order line, after click the statistics then only  i can get see GST base amount and GST total amount in sales order line please give any solution to solve this issue in nav 2016.

thanks & regards,

ashwini.e

Object of type CodeUnit with ID 10572 could not be found.

$
0
0

Hi,

I've noted today that in NAV 2017 CU 9 (I haven't verified in in the latest CU yet) in the menu there are few broken links:

Navigate to /Departments/Financial Management/Receivables

under Documents

  • Sales Invoice - error "Object of type CodeUnit with ID 10572 could not be found."
  • Sales Credit Memo - error "Object of type CodeUnit with ID 10573 could not be found."

Same issue navigating to /Departments/Sales & Marketing/Order Processing

under Documents

  • Sales - Quote - error "Object of type CodeUnit with ID 10570 could not be found."
  • Sales - Invoice - error "Object of type CodeUnit with ID 10572 could not be found."
  • Sales - Credit Memo - error "Object of type CodeUnit with ID 10573 could not be found."

I suppose Microsoft moved those codeunits to a different range 8800..8815

If yes

Sales Quote shoudl run the codeunit 8811

Sales Invoice should run the codeunit 8813

Sale Credit Memo should run the codeunit 8814

Please verify and let me know

Thanks

Calculate Plan in MRP

$
0
0

Hello,

I am trying to utilize the calculate plan and the requisition worksheets functionality for MRP. When I run the calculate plan or the requisition worksheets, I do not get any results. I set up the reorder point & safety stock fields on the item card, but I am still not getting results.

Does anyone have instructions on how to use & set this up?

Thanks

Pete


NAV 2016 Payment Journal Issue

$
0
0

My client reported a very odd issue that I have never seen before. She created a payment journal and printed checks (so far, so good). Apparently when she clicked preview on the test report, her screen locked up, so she kept clicking "Cancel".

Somehow all of the checks printed. There are general ledger, bank ledger, check ledger and vendor ledger entries associated with the batch. Strangely, there is no register as the batch is still in her payment journal appearing as it's unposted.

I do not know of any customizations that would cause something like this to happen. This client has been using NAV 2016 for almost 2 years and this has never happened before.

I wasn't able to find this problem reported, so I'm still not sure if this is a known bug with the version. I am looking for suggestions as to how we can fix this without having to avoid all of the checks.

Thanks!

NAV 2016 Payment Journal Issue

$
0
0

My client reported a very odd issue that I have never seen before. She created a payment journal and printed checks (so far, so good). Apparently when she clicked preview on the test report, her screen locked up, so she kept clicking "Cancel".

Somehow all of the checks posted. There are general ledger, bank ledger, check ledger and vendor ledger entries associated with the batch. Strangely, there is no register as the batch is still in her payment journal appearing as it's unposted.

I do not know of any customizations that would cause something like this to happen. This client has been using NAV 2016 for almost 2 years and this has never happened before.

I wasn't able to find this problem reported, so I'm still not sure if this is a known bug with the version. I am looking for suggestions as to how we can fix this without having to void all of the checks.

Thanks!

Item Table takes forever to load in NAV 2013

$
0
0

Test Environment:

  • CPU: Intel Core i5 7th Gen (2.71GHz - 4 Logical Processors)
  • RAM: 12 GB (Free 6 GB)
  • HDD: 1 TB (Free 700 GB for SQL and NAV)
  • NAV: 7.0.33781 (2013)
  • SQL: 2008 SP1
  • OS: Windows 10 Pro

Note: This is the System where both SQL and NAV system are running together for test purposes. This happens in Live server environment also.

Problem: Inside the NAV RTC, every page related to Item Table (with no customization) take too much time to load the records. This includes Drill-down pages, Assist Edit Pages and List Pages. This does not happen when navigating through single records (ie: Next and Previous actions) on Item Card page.

Observation: When loading above said slow-down pages, the CPU performance monitor indicates about 90% usage taken by MSSQLSERVER itself. 

Experiments: 

  1. Taken out the Item Table (TableID: 27) to a fresh DB (Demo DB of NAV) and works like a charm since less data.
  2. SQL SELECT * FROM query with no filters and with all the columns loads within 0.1 seconds of execution time.

Extra Specifications: Item Master has 18000 Records in total with no customized fields or newly created fields/flowfields. Neither no codes on Pages' OnOpen triggers nor in table code.

Error : You cannot sign in due to a technical issue.Contact your system administrator

$
0
0

Hi,

I'm configuring SSO for NAV 2018. It prompts me for Office 365 credentials but after entering password it throws error 'You cannot sign in due to Technical issue.Contact your system administrator'


After checking the Event viewer it says:

Server instance: DynamicsNAV110
Tenant ID:
<ii>Type: System.IdentityModel.Tokens.AudienceUriValidationFailedException
Message: <ii>ID1038: The AudienceRestrictionCondition was not valid because the specified Audience is not present in AudienceUris.
Audience: 'http://dynamicsnavwinclient/'</ii>
StackTrace:
at System.IdentityModel.Tokens.Saml2SecurityTokenHandler.ValidateToken(SecurityToken token)
at Microsoft.Dynamics.Nav.Service.NavSaml2SecurityTokenFactory.ValidateToken(Saml2SecurityToken saml2SecurityToken, Saml2SecurityTokenHandler saml2SecurityTokenHandler)
at Microsoft.Dynamics.Nav.Service.NavSaml2SecurityTokenFactory.CreateAndValidateWithAudienceList(String serializedToken, FederationMetadataProvider federationMetadataProvider, AudienceRestriction audienceRestriction, String tokenId)
at Microsoft.Dynamics.Nav.Service.NavSecurityTokenFactory.Create(String response, Func`1 tokenSigningKey, FederationMetadataProvider federationMetadataProvider, String identityProviderAddress, String tokenId, String tokenType, NavTenant tenant)
at Microsoft.Dynamics.Nav.Service.WSFederationValidator.Validate(NavTenant tenant, String userName, String password, String navAppId)
at Microsoft.Dynamics.Nav.Service.ClientServicesUserNamePasswordValidator.ValidateCredentials(String userName, String password, NavTenant tenant, String navAppId)
at Microsoft.Dynamics.Nav.Service.ClientServicesUserNamePasswordValidator.Validate(String userName, String password)
Source: System.IdentityModel
HResult: -2146233087
</ii>

 

What is AudienceUris and how can I solve this?

Copy Company using Powershell ISE

$
0
0

Dear All,

I am getting below error while copying company from NAV2013R2

Dos it helps if I try to copy company from Windows Powershell?

Anybody help me with powershell command for copy?

Abdul.

Viewing all 19332 articles
Browse latest View live


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