#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 =…

_NavNab's tweet image. #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 =…
_NavNab's tweet image. #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.

StefanMaron's tweet image. #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:

JeremyVyska's tweet image. 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

waldo1001's tweet image. 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

StefanMaron's tweet image. 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?

waldo1001's tweet image. #bcalhelp #msdyn365bc

How do you handle the slow dropdown when having a HUGE amount of items in your database?

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

tinfister's tweet image. 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 Business Central developers: What do you think of this naming convention for a Report Extension PTE? #MSDyn365BC

steveendow's tweet image. #BCALHelp

Business Central developers:  What do you think of this naming convention for a Report Extension PTE?

#MSDyn365BC

#bcalhelp #msdyn365bc Anyone else seeing all pipeline runs on AL-Go fail on this step?

StefanMaron's tweet image. #bcalhelp #msdyn365bc
Anyone else seeing all pipeline runs on AL-Go fail on this step?

#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

StefanMaron's tweet image. #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

Am I the only one who cannot get into #msdyn365bc ? #BCALhelp

TheDoubleH's tweet image. Am I the only one who cannot get into #msdyn365bc ? #BCALhelp

#bcalhelp #msdyn365bc about Obsolete Fields / TableFilters: When using TableFilter datatype, it could very well be that after a certain upgrade, users have set this up while now they are all of a sudden filtering on obsoleted fields. In case of automated functionality - users…

waldo1001's tweet image. #bcalhelp #msdyn365bc

about Obsolete Fields / TableFilters:  When using TableFilter datatype, it could very well be that after a certain upgrade, users have set this up while now they are all of a sudden filtering on obsoleted fields.

In case of automated functionality - users…

#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.

StefanMaron's tweet image. #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.
StefanMaron's tweet image. #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.

StefanMaron's tweet image. #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.

StefanMaron's tweet image. #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.
StefanMaron's tweet image. #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.

Hi All #BCALHelp anyone knows why we cannot extend the Picture API for non-standard entities? I would love to do it in standard way but seems I cannot

myNAVblog's tweet image. Hi All #BCALHelp anyone knows why we cannot extend the Picture API for non-standard entities? I would love to do it in standard way but seems I cannot

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

JohnnyUndercov2's tweet image. 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?

wjpkgab's tweet image. #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…


#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

steveendow's tweet image. #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

ErikRijn's tweet image. 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

365_developer's tweet image. Hey,

VS Code doesn&apos;t seem to launch when configured as &quot;Publish: Microsoft Cloud Sandbox&quot; 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

wjpkgab's tweet image. I copied the OnValidate code from the Customer.Phone No field to a field on a custom table.

What am I missing?
#bcalhelp
wjpkgab's tweet image. 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


#msdyn365bc #bcalhelp Question. What is important for Functional Consultants to know about Business Central Development. Anything. Ready .. Set .. GO!

waldo1001's tweet image. #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 =…

_NavNab's tweet image. #bcalhelp #msdyn365bc 
I just spent 15mn building the precise regex to transition the old EventName in &apos;text&apos; to &apos;symbol&apos;. Hoping this saves 15mn for someone else in the future, likely myself 🫣

Search = \[EventSubscriber\((.+), (.+), &apos;(\w+)&apos;, (.+)\)\]
Replace =…
_NavNab's tweet image. #bcalhelp #msdyn365bc 
I just spent 15mn building the precise regex to transition the old EventName in &apos;text&apos; to &apos;symbol&apos;. Hoping this saves 15mn for someone else in the future, likely myself 🫣

Search = \[EventSubscriber\((.+), (.+), &apos;(\w+)&apos;, (.+)\)\]
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.

StefanMaron's tweet image. #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:

JeremyVyska's tweet image. H&apos;okay... #bcalhelp - I&apos;m baffled.  I&apos;m trying to do a date filter in a US region CRONUS API call.  My region and the system are all US region.  I&apos;m supplying the filter as yyyy-mm-dd format, but yet, I get this error:

#bcalhelp #msdyn365bc Anyone else seeing all pipeline runs on AL-Go fail on this step?

StefanMaron's tweet image. #bcalhelp #msdyn365bc
Anyone else seeing all pipeline runs on AL-Go fail on this step?

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

waldo1001's tweet image. New blog 📢

&quot;Handling Business Central Telemetry like a boss: my Azure Data Explorer dashboard&quot;

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

StefanMaron's tweet image. 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 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…

_NavNab's tweet image. #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&apos;s straightforward with .NET interoperability, achievable in just two lines of code (image below from NAV…

#bcalhelp #msdyn365bc How do you handle the slow dropdown when having a HUGE amount of items in your database?

waldo1001's tweet image. #bcalhelp #msdyn365bc

How do you handle the slow dropdown when having a HUGE amount of items in your database?

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

BylovJeppe's tweet image. What am I missing here with AL-Go? 
Schedule settings are set in AL-Go Settings and i&apos;ve updated system files.
But workflows never run??

@MSDYN365BC #BCALHelp
BylovJeppe's tweet image. What am I missing here with AL-Go? 
Schedule settings are set in AL-Go Settings and i&apos;ve updated system files.
But workflows never run??

@MSDYN365BC #BCALHelp
BylovJeppe's tweet image. What am I missing here with AL-Go? 
Schedule settings are set in AL-Go Settings and i&apos;ve updated system files.
But workflows never run??

@MSDYN365BC #BCALHelp
BylovJeppe's tweet image. What am I missing here with AL-Go? 
Schedule settings are set in AL-Go Settings and i&apos;ve updated system files.
But workflows never run??

@MSDYN365BC #BCALHelp

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

tinfister's tweet image. 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 @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..

BylovJeppe's tweet image. #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&apos;ve changed the MaxMsgSize but cannot fathom what else to change..
BylovJeppe's tweet image. #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&apos;ve changed the MaxMsgSize but cannot fathom what else to change..

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

365_developer's tweet image. Hey,

VS Code doesn&apos;t seem to launch when configured as &quot;Publish: Microsoft Cloud Sandbox&quot; 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 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?

wjpkgab's tweet image. #bcalhelp
On the Customer Card in the Invoicing FastTab is the &quot;Customer&quot; field.
The caption for this field on Page 21 (and Table 18) is &quot;Bill-to Customer&quot;.
It displays as &quot;Customer&quot; in a Docker with no extensions.
Can someone explain why?

#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

wjpkgab's tweet image. #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
wjpkgab's tweet image. #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

#bcalhelp When did we lose the option to create Azure Hosted sandbox containers from SaaS environments? Is there a different way to get that deployment template?

TineStaric's tweet image. #bcalhelp
When did we lose the option to create Azure Hosted sandbox containers from SaaS environments? Is there a different way to get that deployment template?

#bcalhelp #msdyn365bc Seems like the Crtl+Alt parameter names feature is broken when the function is called as a Get() parameter 🤔

StefanMaron's tweet image. #bcalhelp #msdyn365bc
Seems like the Crtl+Alt parameter names feature is broken when the function is called as a Get() parameter 🤔

Am I the only one who cannot get into #msdyn365bc ? #BCALhelp

TheDoubleH's tweet image. Am I the only one who cannot get into #msdyn365bc ? #BCALhelp

Loading...

Something went wrong.


Something went wrong.


United States Trends