#bcalhelp search results
#bcalhelp #msdyn365bc I just spent 15mn building the precise regex to transition the old EventName in 'text' to 'symbol'. Hoping this saves 15mn for someone else in the future, likely myself 🫣 Search = \[EventSubscriber\((.+), (.+), '(\w+)', (.+)\)\] Replace =…
#msdyn365bc #bcalhelp Did anyone see a case like this before? The Database is 160 GB and 100 GB is taken up by indexes only! I feel like we need a way to identify unneeded indexes in Saas and a way to disable them.
H'okay... #bcalhelp - I'm baffled. I'm trying to do a date filter in a US region CRONUS API call. My region and the system are all US region. I'm supplying the filter as yyyy-mm-dd format, but yet, I get this error:
New blog 📢 "Handling Business Central Telemetry like a boss: my Azure Data Explorer dashboard" My dashboard, entirely for you ... 🫶 waldo.be/2024/06/28/han… #msdyn365bc #Telemetry #bcalhelp
Where would I report a bug like this? When adding a field marked as additional, the group caption gets moved a bit. Broken in Edge, working in Firefox. #msdyn365bc #bcalhelp
#bcalhelp #msdyn365bc How do you handle the slow dropdown when having a HUGE amount of items in your database?
#BCALHelp Business Central developers: What do you think of this naming convention for a Report Extension PTE? #MSDyn365BC
Hello fellow #bcalhelp API experts. I have funny one. When I try to insert line to empty Cash Receipt Journal through custom API page I get this error. If I have existing line in the journal, then my request goes through, new line is inserted. 23.2 Saas
#BCALHelp Is there a way for a PTE to get the list of Environment Names in a BC tenant using AL? (not using the admin API) The list is available in the Environment Picker, so BC is internally doing it somehow, but we aren't finding an AL procedure. #MSDyn365BC
#msdyn365bc #bcalhelp Did anyone ever try to decode the Bookmark part of the url and succeeded? It seems to be Base64 and then some kind of Hex or Ascii from what I can tell. I can read the data manually but I did not find the right pattern to apply for a general solution
#msdyn365bc #bcalhelp Did anyone notice this behavior of Job Queue Entries before? It keeps changing the Earliest start date on its own somehow. It should be running at 2:30.
#bcalhelp #msdyn365bc Anyone encountered this before? I double checked everything, the field is there and its typed correctly. Strangest thing is, if I upload the exact same rdlc file as layout manually, its prints just fine.
#msdyn365bc #bcalhelp Any one fluent with Inv Adjustments? This function on table 339 seems to be super slow. I checked the table and in this company it has almost 2 mio records. There is no retention policy for that table.
#bcalhelp, why does partial field feature load a number of added fields which I didn't mention in a code? Documentation says that it will load only PK, SystemId and audit fields learn.microsoft.com/en-us/dynamics…
If you want to start to write you own custom code analyzer for the AL Language, then check out my new course. In 75 Minutes I walk you through all the steps needed to get your first analyzer up an running. #msdyn365bc #bcalhelp stefanmaron.gumroad.com/l/HowToALCusto…
Currently working on a solution to provide prices to a shop in BC. Shop needs the prices for 50k customers and 15k items, plus scales (Highly individual price calc). How would you solve it: API, calc. it upfront or something else? #bcalhelp #businesscentral #bc #whatwouldyoudo
Is there any info out there what are the plans for the ApplicationArea feature at microsoft? learn.microsoft.com/en-us/dynamics… I dont want to end up in a situation where microsoft removes the feature or parts and i will be stuck with a broken solution.. #bcalhelp #businesscentral
#bcalhelp On the Customer Card in the Invoicing FastTab is the "Customer" field. The caption for this field on Page 21 (and Table 18) is "Bill-to Customer". It displays as "Customer" in a Docker with no extensions. Can someone explain why?
I have a customer running a UK BC Cloud and looking to report VAT digitally. It requires an IP Address to be populated in a setup table. Users are placed in multiple regions and ip addresses are dynamic. Is this true? #BCALHelp @MSDYN365BC learn.microsoft.com/en-us/dynamics…
🛠️ How to Create Custom Events in Business Central AL Code {Part 1} youtu.be/Riay2MqIwCA?si… via @YouTube #Msdyn365bc #CustomEvent #BCALHelp #ALHelp #BusinessCentral #IntegrationEvent #BusinessEvent #ALCode #IsHandled
youtube.com
YouTube
🛠️ How to Create Custom Events in Business Central AL Code {Part 1}
#BCALHelp Is there a way for a PTE to get the list of Environment Names in a BC tenant using AL? (not using the admin API) The list is available in the Environment Picker, so BC is internally doing it somehow, but we aren't finding an AL procedure. #MSDyn365BC
Are you fueled by pragmatic business needs or the pursuit of technical brilliance when writing AL code? #bcalhelp #msdyn365bc #thoughtoftheday
Table Data Editor 4.0 Today I have a lot of news: a major update to Table Data Editor, a new logo, a website redesign, and a new domain. These changes took a lot of time and effort, and I hope you'll like them. vld-bc.com/blog/table-dat… #bcalhelp #msdyn365bc
Hi everyone, can anyone tell me how to put a line break while creating an email body ? I have tried with <br> and </br></br>. Does it stop working? Is there a new way? Thanks #BCALHelp #msdyn365bc
So, namespaces in AL... Microsoft docs has conflicting info. They say affixes are not required when using namespaces, but also that they are required for AppSource apps. Also, BC crashes unhandled when you have two tables with same name in different namespaces. Anyone? #bcalhelp
#BCHelp #BCAlHelp #msdyn365bc any idea on how to create a read only file (xml) from Business Central SaaS?
Is there any way we can stop deleting unreferenced media from Ondelete trigger as base app delete not reference media on Ondelete trigger #msdyn365bc #bcalhelp
I have a customer that has asterisks in their Lot Nos. What could possibly go wrong? #bcalhelp 🙄
Hey, VS Code doesn't seem to launch when configured as "Publish: Microsoft Cloud Sandbox" in launch.json. However, after 5-10 minutes, multiple sign-in dialogs open in VS Code. Have you encountered this issue as well? #BCALhelp #BusinessCentral
#bcalhelp #msdyn365bc What are the design guidelines and design patterns you wished you knew when you started your job as a Business Central Developer?
I copied the OnValidate code from the Customer.Phone No field to a field on a custom table. What am I missing? #bcalhelp
HttpClient and certificate validation in Business Central v25 #msdyn365bc #bcalhelp
HttpClient and certificate validation in Business Central v25 kauffmann.nl/2024/12/02/htt… #msdyn365bc
#msdyn365bc #bcalhelp Question. What is important for Functional Consultants to know about Business Central Development. Anything. Ready .. Set .. GO!
@MSDYN365BC / #BCALHelp Looking for some shared experience from the community.. If a customer is looking to expand to US and would like to use Bank of America. What's the go-to bank connector? Must support PositivePay, CashPro.
What would be a good way for an OnPrem environment to track which DB/environment it is running on? Example, don't run job queues when db backup is restored if not on production environment. #BCALHelp #msdyn365bc
#bcalhelp #msdyn365bc I just spent 15mn building the precise regex to transition the old EventName in 'text' to 'symbol'. Hoping this saves 15mn for someone else in the future, likely myself 🫣 Search = \[EventSubscriber\((.+), (.+), '(\w+)', (.+)\)\] Replace =…
H'okay... #bcalhelp - I'm baffled. I'm trying to do a date filter in a US region CRONUS API call. My region and the system are all US region. I'm supplying the filter as yyyy-mm-dd format, but yet, I get this error:
#msdyn365bc #bcalhelp Did anyone see a case like this before? The Database is 160 GB and 100 GB is taken up by indexes only! I feel like we need a way to identify unneeded indexes in Saas and a way to disable them.
New blog 📢 "Handling Business Central Telemetry like a boss: my Azure Data Explorer dashboard" My dashboard, entirely for you ... 🫶 waldo.be/2024/06/28/han… #msdyn365bc #Telemetry #bcalhelp
#bcalhelp #msdyn365bc How to easily convert (compute) a text-based formula into decimal in AL for BC SaaS? Example: 0.6 * 110.9 / 142.3 + 0.4 * 139.8 / 154.17 = 0.83 It's straightforward with .NET interoperability, achievable in just two lines of code (image below from NAV…
Where would I report a bug like this? When adding a field marked as additional, the group caption gets moved a bit. Broken in Edge, working in Firefox. #msdyn365bc #bcalhelp
What am I missing here with AL-Go? Schedule settings are set in AL-Go Settings and i've updated system files. But workflows never run?? @MSDYN365BC #BCALHelp
#BCALHelp @MSDYN365BC We have a Dynamics NAV2018 replicating data to BC21 using SOAP web services. Recently we started seeing strange errors, when sending many records. Low number of records works fine.. I've changed the MaxMsgSize but cannot fathom what else to change..
#bcalhelp #msdyn365bc How do you handle the slow dropdown when having a HUGE amount of items in your database?
Hey, VS Code doesn't seem to launch when configured as "Publish: Microsoft Cloud Sandbox" in launch.json. However, after 5-10 minutes, multiple sign-in dialogs open in VS Code. Have you encountered this issue as well? #BCALhelp #BusinessCentral
#bcalhelp Is there a way to allow multiple delete on a custom list page, without making the page editable=true? Select one record, delete is available. Select more, delete is grayed out. DeleteAllowed = true
A short post about generating XML with the XML Buffer. bcdev.tech/2023/01/20/cre… #bcalhelp #MSDyn365BC
I am not receiving any data in a Canvas app through Virtual Tables (Dataverse-BC sync) since the upgrade (SaaS) to v24. Is anyone else experiencing the same issue? However, it works when using the *APi* dataset. #BCALHelp #msdyn365bc #PowerPlatform
Is there a particular reason why "Shpfy Order Line Attributes" table is for Internal access only? Am i forced to make my own version of the exact same? @MSDYN365BC @JesperSchulz #BCALHelp
#bcalhelp On the Customer Card in the Invoicing FastTab is the "Customer" field. The caption for this field on Page 21 (and Table 18) is "Bill-to Customer". It displays as "Customer" in a Docker with no extensions. Can someone explain why?
Something went wrong.
Something went wrong.
United States Trends
- 1. #CARTMANCOIN 1,795 posts
- 2. Broncos 66.9K posts
- 3. yeonjun 235K posts
- 4. Raiders 66.8K posts
- 5. Bo Nix 18.4K posts
- 6. Geno 18.9K posts
- 7. daniela 49.7K posts
- 8. Sean Payton 4,823 posts
- 9. #criticalrolespoilers 5,131 posts
- 10. Kehlani 10.2K posts
- 11. #TNFonPrime 4,052 posts
- 12. #Pluribus 2,896 posts
- 13. Kenny Pickett 1,513 posts
- 14. Danny Brown 3,146 posts
- 15. #PowerForce 1,008 posts
- 16. Chip Kelly 1,995 posts
- 17. Bradley Beal 3,655 posts
- 18. TALK TO YOU OUT NOW 28.8K posts
- 19. Jalen Green 7,792 posts
- 20. Vince Gilligan 2,514 posts