Blog Post: ISV solution and transition from C/AL to AL extension: how to...
My friends of Simplanova kindly asked me to be a “guest blogger” on their website. The topic of this first technical post for them is about how to start moving an existing ISV solution based on C/AL to...
View ArticleForum Post: RE: Add Action To Page In Extension 2.0 Business Central
You want to send the code or the report layout through email to your customer ? 1. if you want to send the code then copy the code into the notepad and send it. 2. if you want to send the layout of the...
View ArticleForum Post: Select fields through Boolean field ???
Hi Experts i have custom table and page the page have a boolean field i want when i click the boolean field then all the record should be select. when click the boolean field all the lines are select.
View ArticleForum Post: RE: Select fields through Boolean field ???
I don't know whati is this table (is it a custom one?) but in the OnValidate trigger of this boolean field you can filter this table for retrieving all the lines and then set the boolean field for all...
View ArticleForum Post: RE: Select fields through Boolean field ???
yes i have a custom Document page in the line subform have one boolean field i want when i click the boolean field all the line are select
View ArticleForum Post: "The system is not accessible, because it requires a schema...
Hi Everyone, I'm beginning creazy because of the error in subject, I will explain better the situation: I deleted with force some table and then re-compiled all object in order to find broken...
View ArticleForum Post: RE: Interim accounts and Nav
Hello Robertas Can i get your guidance on the jobs module? The entire posting setup is confusing me. How do the entries work in the jobs module? I have got an understanding of the job tasks, planning...
View ArticleForum Post: Total sum problem
Dear Experts, I have write a mail code for show the total cost based on its inventory posting group and unit(global dimension code 1). But in output always comes up the single value. Please help me to...
View ArticleBlog Post: How To: Use Advance Option to Save Report Setting
While i was going along with one of our customers, there was a requirement that they need to Save setting for a specific Filter selection. I went through Dynamics NAV to figure out how to make this...
View ArticleForum Post: RE: You do not have the following permissions on TableData NAV...
Is the permission set assigned to your user? Select the user that you want to assign permission to. Any permission sets that are already assigned to the user are displayed in the Permission Sets...
View ArticleForum Post: RE: You do not have the following permissions on TableData NAV...
Hi Stefano Yes the permission set is already assigned to the user. But I still get the same error.
View ArticleForum Post: RE: You do not have the following permissions on TableData NAV...
Do you have this error in the production tenant or local sandbox?
View ArticleForum Post: RE: Total sum problem
You're using FINDFIRST so you retrieve only 1 record here.
View ArticleForum Post: RE: Total sum problem
Thank you for fast reply. I have try with FIND('-') and findset...but always comes only 1 row. But I have many lines. Inventory Posting Group Global Dimension 1 Code Value FG 202 747021.8 SFG 101...
View ArticleForum Post: RE: Total sum problem
To loop for each InventoryPostingGroup record, you need to use FINDSET. I don't understand what you want to do with your above code, but I can imagine there are logical errors: 1) You sum the first...
View ArticleForum Post: RE: Convert a json object to an Array list Using Rest
All objects are "Newtonsoft.Json.Linq.JObject" Array is Newtonsoft.Json.Linq.JArray By the way - I recommend you to take Codeunit 5459 JSON Management from NAV2018 and import it to your NAV2015 - it...
View ArticleForum Post: RE: Get data from Web XMLformat
Hi! It's easy. Try next approach: PROCEDURE SendRequest@1000000001(); VAR HttpMgt@1000000001 : Codeunit 1297; BEGIN HttpMgt.Initialize(' www.ecb.europa.eu/.../eurofxref-hist.xml ');...
View ArticleForum Post: SMTP Log
If possibel, Where too finde the log for which emails send with SMTP, for "we have sent you the email"
View ArticleForum Post: RE: MRP error message: The date is not valid.
Hi, the issue in my case: the inventory of item X on a specific location Y is negative or zero. I hope it can be useful... note: you can find the location Y using the debugger
View ArticleForum Post: RE: Interim accounts and Nav
Oh dear, that is big beast jobs module :) I don't think I can explain it in a post, as there are so many variation and no 'commonly' used framework, as it very much depends on the industry and the...
View Article