Blog Post: “Azure Functions for Dynamics 365 Business Central Developers”...
The recording of my last webcast for Areopa Academy is available on their YouTube channel . Again, sorry for the initial GotoMeeting problem and sorry for my error during the first demo (function...
View ArticleForum Post: Handling Part Cores in AR & AP in BC
I have a potential client who wants to see how BC handles Part Cores* in their system. The company manufactures and distributes diesel parts and it is common in the industry for a Core to be returned...
View ArticleBlog Post: Renumbering AL objects
Wow! Today I really had the Wow experience with Business Central. And I really mean Wow, not WoW. But first things first. We are going live with one our hosted customer, running on subscription...
View ArticleForum Post: RE: Handling Part Cores in AR & AP in BC
Just do small clarification about " it is common in the industry for a Core to be returned for cash. " - how they handle this Core? I think the "sell core" is 1 item and "refund core" is another,...
View ArticleForum Post: Field formatting
Hi guys, Is there any way such that we can align the contents inside a field(Numeric) to its left.
View ArticleForum Post: How to connect NAV database into the SQL server in google cloud
We have restored NAV 2015 SQL database in google cloud. I created another instance and setup the server server address into the Database Server but can't connect even if it is already running. Is there...
View ArticleForum Post: RE: Field formatting
Open the report designer > Select the field > Under alignment > TextAlign -> Left
View ArticleForum Post: RE: How to connect NAV database into the SQL server in google cloud
Sorry, Such guide does not exist.
View ArticleForum Post: Aged Accounts Receivables in Business Central read only?
Hi All, I was looking to add an extra field to the Aged Accounts Receivables report for Business Central, exported the excel but my design in excel says this is only a read only report. Is there a way...
View ArticleForum Post: SQL Table Column Order not matching Object Designer
We have custom fields that get a 50000 range number and appear in the middle of the Object Designer. However, in the SQL tables for all companies that were created before the custom field, the field is...
View ArticleForum Post: RE: SQL Table Column Order not matching Object Designer
ScottSchuler , could you imagine how this "solution" should look like? what do you want to change, the base hardcoded sorting rule for SQL or NAV?
View ArticleForum Post: RE: SQL Table Column Order not matching Object Designer
I suppose either or. The solution going forward would be that all new companies created would match the older companies in SQL. Whether that's changing the existing companies in SQL or changing the...
View ArticleForum Post: RE: SQL Table Column Order not matching Object Designer
Do you have a possibility do change somehow sorting in SQL (I think it is in SSMS)?
View ArticleForum Post: RE: SQL Table Column Order not matching Object Designer
I tried in a test copy to do it by going to design and reordering the column name. The error I get is: "Saving changes is not permitted. The changes you have made require the following tables to be...
View ArticleForum Post: D365BC API Query Exceptions with Extended Fields
Hello, To prevent customer table locks from recurring each time an integration reads OData from Business Central, I created an API Query Extension in AL. Everything resolves in VSCode without a...
View ArticleForum Post: RE: SQL Table Column Order not matching Object Designer
Not quite sure why it makes union queries more difficult? Just copy the query that's already in your union query then change the table name, it doesn't matter what order the fields are in then. It's...
View ArticleForum Post: Record Deletion Tool in Business Central
Dears, I am able to work with the Record Deletion Tool in Business Central created by OlisterR it works prefect on the sand box but in the production giving a permission error like that, I used a super...
View ArticleForum Post: Payroll import Business central cloud
Dears, I am using Business central cloud W1 version and I setup the Data Exchange Definition & General ledger setup. but the action Import payroll file does not appear in the General journal. Is it...
View ArticleForum Post: RE: Record Deletion Tool in Business Central
That is because in Production the licensfile that executes the code - is not a partner-license-file hence no. write permission to tables with the name "* Entry"
View ArticleForum Post: RE: D365BC API Query Exceptions with Extended Fields
The issue has been identified! The field, SWC-SV SP SF Owner ID , resolved correctly in BC, but it is a flow field; so, it doesn't get stored anywhere in SQL. Instead of pointing to a flow field, the...
View Article