Forum Post: RE: Datatype RecordID as field in any table?
Thank you that helped me a lot and it worked flawlessly. I am only wondering why it does not show the TestToolKit with the the helper functions in the files (as on the DVD)? Maybe you have an idea how...
View ArticleForum Post: RE: Datatype RecordID as field in any table?
I asked about that myself on Twitter a few weeks ago (check the #bcalhelp tag, I don't have time right now to look for the question myself) and there doesn't seem to be an easy navcontainerhelper...
View ArticleForum Post: RE: Looping through tables and fields in NAV
Hi Saurav, Thank you for your suggestions. I'd need a loop through all tables and fields as I would do in SQL looping through sys.tables and sys.columns but there is no 'Enabled' property for a field...
View ArticleForum Post: RE: Handling a webexception and webresponse in NAV
Just check your request, because the 500 is Internal Server Error [RFC7231, Section 6.6.1] ( https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml )
View ArticleForum Post: sending OData post to insert data returns already exist
Hi all. I am trying to insert a simple row in Account Schedule. Schedule Name is already created in Account Schedules page. Issue is when i use postman to send data to account Schedule., I get...
View ArticleForum Post: RE: Datatype RecordID as field in any table?
I found them. They are in Applications\BaseApp\Test\Tests-TestLibraries.Source.zip You can copy it with powershell from docker to your local system: docker cp...
View ArticleForum Post: Why variables are used on statistics pages and not fields?
Hello everyone, I have this question confusing me since forever, When do I use fields and when to use variables to have dynamics values calculated when opening a page? what's wrong with the use of...
View ArticleBlog Post: Dynamics 365 Business Central 2020 Wave 1: FAQ about updating apps...
I’m receiving a lot of questions from partners about what they will have to do for their existing apps in order to be ready for Dynamics 365 Business Central version 16. I’ve summarized here the...
View ArticleForum Post: RE: Why variables are used on statistics pages and not fields?
You didn't like my answer on mibuso? https://forum.mibuso.com/discussion/74984/why-variables-are-used-on-statistics-pages-and-not-fields
View ArticleForum Post: RE: Datatype RecordID as field in any table?
thanks for posting your solution always good to have a question and answers in one conversation
View ArticleForum Post: RE: Why variables are used on statistics pages and not fields?
:D No I posted on both on the same time and yes I did like your answer! :) Thank you
View ArticleBlog Post: Searching the unsearchable
You probably know about the twitter hashtag “ bcalhelp ” .. A way for you to ask help on twitter about anything AL for Microsoft Dynamics 365 Business Central. Well – yesterday, it made me smile …...
View ArticleBlog Post: Searching the unsearchable, episode 2
True, there was no episode 1, not on this blog. But if Star Wars can start with episode 4, I don’t see why can’t I start with episode 2. Especially when Waldo has already written episode 1 . So yes –...
View ArticleForum Post: Conditional Value Display in RDLC Report
Hi Guys I was doing Rdlc Report and faced an issue, please share your valued comment Table field X and Y the Rdlc Report column is assigned to display the value of X, but what I want is if X value is...
View ArticleBlog Post: DevOps Build Agents for Microsoft Dynamics 365 Business Central
Not too long ago, I did a webinar for ALOps . The idea of these webinars is simple: how can you get started with DevOps for Microsoft Dynamics 365 Business Central . And I’m not going to lie: I will...
View ArticleForum Post: RE: Conditional Value Display in RDLC Report
I think the easiest way is to prepare output value on the report level (something like if X = '' THEN X := Y) and show X on the page. But you can setup Condition for Control on the RDLC-level
View ArticleBlog Post: Test Fixture Initializer
Overtime I have been advocating the use of the standard Business Central tests in various posts, webinars, conference presentations, and my book . IMHO this has been, and still, is an undervalued...
View ArticleForum Post: RE: Why variables are used on statistics pages and not fields?
Just to make sure: There's absolutely no problem posting the same question on both forums, I've done that MANY times myself. When I notice I always link to the other. Always happy to help :)
View ArticleBlog Post: Test Tool Extension
When working on getting the standard tests running on our solution the standard Test Tool was not making our live as easy as it could. Wanting to rerun only successful or failing tests, this was near...
View Article