Forum Post: RE: NAV- Web client-url
Hi Frank, Cannot do that. You can also short the instance name. Dynamicsnav90 is just the default (demo) instance name. You could change your "live" instance name to just NAV - also easier. But you...
View ArticleForum Post: RE: NAV- Web client-url
Yes I am agree with Erick, As upto my knowledge you can not do the same. However, you may create HTTP redirect the the link where you are trying to go in webclient ....
View ArticleForum Post: RE: DynamicsNAV posting date is not with in your range
I didn't field invoice date 082016 (08/20/16?) in g/l setup or user setup. can you check again please. please activate the debugger to check exact place of error and values available there.
View ArticleForum Post: RE: NAV- Web client-url
You're welcome. The actual redirect can be done in different ways, but the easiest is doing it from the default page (default.aspx) of the root of the "true" domain.
View ArticleForum Post: RE: DynamicsNAV posting date is not with in your range
Hi Alemayehu, The posting date rules are that if the user has an individual posting dates setup, then that "wins". But in your case August 20th. is not within any of the allowed ranges. So what is your...
View ArticleForum Post: RE: Insert credit safe rapport
Hi, I have it now like this: //Connect to CreditSafe: Total := 0; TotalFound := 0; ReqCap := 0; //total counter Total := Total + 1; ReqCap := ReqCap + 1; //Create Request Request.InitSearchRequest();...
View ArticleForum Post: RE: DynamicsNAV posting date is not with in your range
Sorry Erik Typo error.I corrected the error in the original post like this *User posting date set 08/01/16..08/31/16 *G/L Setup date set 09/01/16..09/30/16 *Invoice Posting date 08/20/16 Still cannot...
View ArticleForum Post: RE: DynamicsNAV posting date is not with in your range
Ok, then you'r right, then it looks like something is wrong. And I assume that the user who gets this error is the user with the date setup? Then I would follow Mohana's suggestion. Run it with the...
View ArticleForum Post: RE: Insert credit safe rapport
If LinkType is a field in the Request table then try like this: Request."Link Type" := Request.LinkType::customer;
View ArticleForum Post: RE: DynamicsNAV posting date is not with in your range
Thanks Erik I will try that .
View ArticleForum Post: RE: Microsoft.Dynamics.Nav.OpenXML....
Hi, Did you find any solution for the same?? I'm also facing the same issue.
View ArticleBlog Post: The MSDW Podcast, September 6, 2016: Week in Review
Get the MSDW Podcast RSS feed! A week of compelling stories from the Microsoft Dynamics channel, among the stories: The read more ...read more
View ArticleForum Post: RE: How to divide the Duration data type by 2
Hi SubbaReddy The error you have mentioned "Overflow under conversion of Microsoft.Dynamics.Nav.Runtime.Decimal18 value 52436666.6666666667 to System.Int64." I am receiving the same error. I am not a...
View ArticleForum Post: RE: Transformation of form to page
Thanks. There was omitted of closing bracket }.
View ArticleForum Post: RE: Show pdf file after after linking
This is the function under the button: Setup.Read; IF PDF.HASVALUE THEN BEGIN MESSAGE('HAShVALUE') END ELSE MESSAGE('no value'); CALCFIELDS(PDF); IF NOT PDF.HASVALUE THEN BEGIN TESTFIELD(PDF); END;...
View ArticleForum Post: RE: Show pdf file after after linking
Yes, I do a import and then running the pdf
View Article