Forum Post: RE: NAV 2016 (CU7) error: "Unable to get property 'get_ribbon' of...
seems to be a bug in one of the webclient assemblies (bin folder). i think you can only ask ms support for assistance. did you try to use an older version of the webclient?
View ArticleForum Post: RE: NAV 2016 - Object of type CodeUnit with ID XXX could not be...
check if the cu is compiled. restart nav service. check if you use the correct nav service instance and the correct company.
View ArticleBlog Post: Microsoft Dynamics Youtube Channel
Microsoft Dynamics Youtube Channel https://www.youtube.com/user/msdyncomm/ NAV 2016 Videos https://www.youtube.com/user/msdyncomm/search?query=nav+2016 Source: Microsoft Dynamics
View ArticleForum Post: RE: "Adjust Cost - Item Entries" not ran for 3 Years
Seems to be the only solution after all.
View ArticleForum Post: RE: Customize Navigation Pane not working on NAV2016?
I realized you can remove these items from the page it self though... so no problem after all :) Thanks for your help.
View ArticleForum Post: RE: Krishi Kalyan Link available but no download
Download for NAV 2013 R2 is available just checked. But for NAV 2013 its still not available.
View ArticleForum Post: RE: The Gen Journal Line already exists Journal Template...
Hi Line number is an integer type field which cannot be negative. Hope this helps. Neil
View ArticleForum Post: RE: The Gen Journal Line already exists Journal Template...
Hey Manish, Error seems to be clear but how come this line number is coming negative + Line number normally comes in 10000 series - Is there some different customization??
View ArticleBlog Post: NAV 2016: All Published Events
Blogging has been low lately. I have been insanely busy with providing content for the Cloud SureStep for Product Development on the DLP, which means: less free time :(. But .. Together with a...
View ArticleForum Post: RE: The Gen Journal Line already exists Journal Template...
No customization, i am just inserting data into table 81 and increment line no. from 10000 onward. The record which i am inserting are around 2,98,134.
View ArticleForum Post: RE: Krishi Kalyan Link available but no download
Admit the download for R2 was a bit "hidden" in plain sight (first line). And couldn't find the link for the NON R2 version of it. It's quite a few years since I worked with the Indian version of NAV....
View ArticleForum Post: RE: NAV 2016 (CU7) error: "Unable to get property 'get_ribbon' of...
Well I was actually (partly) my own fault. Somehow I had gotten the upgrade to CU7 all wrong on this azure server. Right now I'm working on re-doing the upgrade, to see if actually was "me" or the...
View ArticleForum Post: RE: Automatic numbering in shipment address
Hi In Table i.e Setup Table where you defined this Field Select Properties And in Table Relation Make it to "No. Series" Note: In Table not in Form
View ArticleForum Post: RE: Automatic numbering in shipment address
oke, I added in table: 5079 - Marketing setup, this: And I have the list now, see image: But If I return to this screen: I still get the same error
View ArticleForum Post: RE: Automatic numbering in shipment address
Oke, I changed the code to this: WITH CustAddress DO BEGIN CustAddress := Rec; RMSetup2.GET; RMSetup2.TESTFIELD("Example Nos."); IF NoSeriesMgt.SelectSeries(RMSetup2."Example...
View ArticleForum Post: RE: Automatic numbering in shipment address
But to get automatic numbering now? I mean if you press TAB that automatic a number will be created?
View ArticleForum Post: RE: Automatic numbering in shipment address
I have this ass code for OnInsert(): RMSetup2.GET; IF xRec.Code = '' THEN BEGIN //RMSetup2.GET; RMSetup2.TESTFIELD("Example Nos."); NoSeriesMgt.InitSeries(RMSetup2."Example Nos.",xRec."No....
View ArticleForum Post: RE: EventSubscriber to AfterValidate of Filed is not triggered...
Sorry for the spelling mistakes in title. How can I edit a post?
View ArticleForum Post: RE: EventSubscriber to AfterValidate of Filed is not triggered...
Hi PDuck, As far as I remember (didn't recheck) then it should work generally. What when you run the code using VALIDATE(Field)? Also which version? NAV 2016 RTM? Did you run it with the debugger? And...
View Article