My customer is having an issue with multiple BC service tiers connected to the same database, responding with different datasets.
How can I ensure the service tiers are always in sync? What am I missing?
#bchelp#alhelp
Join @PermenB , @Rasmus5034 and me today in the @areopanl webinar where we'll showcase our VS @Code extensions for #msdyn365bc development.
You can register here:
https://t.co/SGL3Bfg4fJ
And you can find all sessions of Areopa here on @YouTube :
https://t.co/wdS1d0398j
During image build with New-BCImage, my server crashes.
If I specify --no-healthcheck it works otherwise it crashes the server.
Has anyone experienced the same, that HealthCheck.ps1 crashes the entire server?
#bcalhelp#msdyn365bc
@vodyl My workaround is to create everything as the new table types, temporary.
Then add the nested class as a record variable on my table, and create get/set functions to the nested class.
My alternative is to store the nested class as a Json Blob, which is the MS way in API pages.
I'm working on auto generating AL web request codeunits (API SDK's for AL if you will) with Swagger/OpenAPI, I've hit a dead end..
I've got almost everything down, except nested classes.
How do we implement nested classes in AL?
#bchelp#bcalhelp#swagger#openapi
@KennieNP Yes, I would like to log any and all errors. So if for instance all our tenants are getting a lot of errors in the General Journal, then I can improve our General Journal.
To be more proactive and predict issues.
@pborringms I'm watching you talk about sessions snapshots.
Would it be possible to capture a snapshot of an onpremise session, executing test codeunits.
E.g. to use when executing automated tests during build and be able to debug offline afterwords?
Check out my latest article on LinkedIn: "Buzz Word: DevOps" - My take on DevOps in Business Central
https://t.co/0zWGdFss31 via @LinkedIn#devops#businesscentral#alops
@GayanSergio Swagger is meant to generate both documentation and "SDKs". If you go to swagger hub and find an API you can download auto-generated SDKs, which is what I'm trying to create for AL.
@GayanSergio Right now we are creating the Swagger documentation manually. But just like you I would like a documented way to do it .
I'm working on generating AL code from Swagger-files.
@KennieNP @ajkauffmann@waldo1001@vjekob@NAVTechDays I get the idea, but we often have the need to create an API in BC, generate an API definition in Postman or Swagger and send to an end customers 3rd part supplier. For webshops, for instance.
@waldo1001@ajkauffmann@vjekob@NAVTechDays My prototype can create tables and codeunits with auto generated functions to create and load json objects.
The only missing piece right now is nested classes and authentication management.