Forum Post: RE: NAV2013 - Licensing for reading data from WS/DB
Hey, thanks for the fast reply. The problem here is: I won't even get one license here.. "Too expensive!" ..you know it Do I need to consume the web service with the usernames of every user that is...
View ArticleForum Post: RE: NAV2013 - Licensing for reading data from WS/DB
Hello, it really depends on the USER. If it is a external USER (let's say a Customer) then you don't need additional license for your external application. If the data from the external application is...
View ArticleForum Post: RE: NAV2013 - Licensing for reading data from WS/DB
We are only talking about internal employees btw
View ArticleForum Post: RE: Inventory Valuation Report and Subledgers
Hello, I had the same challenge some time ago. You have to look in "Inventory Posting Setup". Filter the GL Account and see what combinations of Inventory Posting Group and Location Code result in...
View ArticleForum Post: RE: NAV2013 - Licensing for reading data from WS/DB
I think periodic export and import is ok even Triggered. At db level and from WS. best regards,
View ArticleForum Post: RE: Function to return multiple values
Hello, you should do something like this: Create multiple global variables: Name Adress Etc Define a function: getCust() In the function getCust write the following Name:=Value Address:=Value...
View ArticleBlog Post: Microsoft Dynamics Partner Roundup: HighJump acquired;...
In this week's Microsoft Dynamics Partner News Roundup: Körber Acquires HighJump - a Leading US-American Supply Chain and Cloud Solutions Specialist TRIMIT and PA Group USA Announce Partnership Briggs...
View ArticleForum Post: RE: Function to return multiple values
Hey Thomas. The function will be implemented using codeunits. Therefore, i'm not sure how to do the filter part. Some of the fields have different data types, and that's a problem too.
View ArticleForum Post: RE: Function to return multiple values
Hello, It's not possible to return multiple values in a function. Another way would be to add some kind of separator: Write a function like this. Function getCust(customerNo) return X : X:= name + "|"...
View ArticleForum Post: RE: Which code is Execute when I click OK & New on a card page
Hello, try putting the code also in the OnNewRecord, OnFindRecord and OnNextRecord. best regards,
View ArticleForum Post: RE: Which code is Execute when I click OK & New on a card page
Thanks thomos, I tried but OnNewRecord and OnNextRecord those triggers are executed but I trying to check some mandatory fields on close page. Thanks & regards, Pravin Deore.
View ArticleForum Post: RE: Which code is Execute when I click OK & New on a card page
Ok, do this. Create a variable for the form and in the record type select form/page, in the form/page create a function Set parameter to the variable record, whichever record you are referring to and...
View ArticleForum Post: RE: Which code is Execute when I click OK & New on a card page
Thanks sbhatbng, I have written code on default customer card. Thanks & regards,
View ArticleForum Post: RE: Inventory Valuation Report and Subledgers
Thanks Thomas ! I found that setup module and it turns out there were other inventory posting groups associated with the GL accounts of Bulk and FG.
View ArticleForum Post: RE: Inventory Valuation Report and Subledgers
Hello, No problem. Glad it helped you! best regards,
View ArticleForum Post: RE: Auto emailing Remittance Advice with NAV '16
Okay, I'd like the final result to send them via email by default and to generate PDF to print for the records in the batch that do not have email fields filled in. The users will complete a payment...
View ArticleForum Post: RE: Format and size for company logo upload in NAV 2017?
I can add that if your use RDLC report no. 10074 the dimensions need to be about 1145x280 for a double sized PNG file.
View ArticleForum Post: RE: Format and size for company logo upload in NAV 2017?
Yes. If it doesn't fit in the right proportions, then it will adjust it and show it left aligned in the picture box in RDLC.
View ArticleForum Post: RE: System Date
You're welcome. An easy change would be to add the creation time. If in NAV 2017+, then it's just calling the OnAfterInitGLRegister event of codeunit 12. Before that version, you need to add a single...
View Article