Best Of
-
Re: Bulk Email Batch Size and Interval sugestions
* Start with batches of 50–100 customers * Office 365 typically allows 30 messages per minute (per user) * Use a delay of 60–120 seconds between batches1 -
Re: Adding new field to Base App Drop down field group view
Dropdown fields in the base app can be a headache if you’re not careful with field groups and views. I ran into something similar while customizing a CRM for tracking user activity on pin up casino. …1 -
Connecting Copilot to Microsoft Dynamics 365 Business Central On-premise
Hello, I am looking for a solution to integrate Microsoft Copilot with Microsoft Dynamics 365 Business Central On-premise. I would appreciate your guidance on the specific steps required to establish…1 -
Lookup - Best Way and The Difference
I tried to created 4 methods to lookup table by using C/AL in the Control. All are have the same result (lookup the table, get the value, and put it to field or variable). What is the best way? are t…1 -
Navison in real estate/land development
Hello I am looking for information about implementing Navison in real estate/ land development companies. Does anyone know where I could find info about such projects/developments/add-ons etc? Thank …1 -
Re: Navison in real estate/land development
Please find the addon in Microsoft Appsource: https://appsource.microsoft.com/en-us/product/dynamics-365-for-operations/dynamic-netsoft.ed43ab95-b434-487c-a4be-223b08c22c1e?tab=Overview1 -
Re: VS Code debugger in wrong place on standard code - BC v23
Yes, it is, It's a BC bug1 -
Re: Find the specific "Sales Price" the used to validate "Unit Price" on Sales Order Lines
this should be your correct event: [EventSubscriber(ObjectType::Table, Database::"Sales Line", 'OnUpdateUnitPriceByFieldOnAfterFindPrice', '', false, false)]1 -
Reporting/tracking data Storage Capacity Usage
Hello, I have had a few Business Central clients report that they have checked their data Storage Capacity Usage in their admin center and discover that they are over capacity, which they had not ant…1 -
Re: Reporting/tracking data Storage Capacity Usage
RecRef.Open(8700); RecRef.SetLoadFields(2, 8); RecRef.field(2).SetFilter('<>%1&<>%2&<>%3', 2000000184, 2000000183, 2000000185); RecRef.field(8).SetFilter('>=%1', 240); Fl…1