Skip to content
Pardaan.com

Pardaan.com

If your work becomes your passion…

  • Home
  • Profile
  • Tags
  • LinkedIn
  • Facebook
  • X
Top Stories
Warnings Cleanup in AL
Dynamics 365 Business Central: System tables, Virtual tables and Virtual tables (entities) in Dataverse
What’s coming in Business Central 2024 Wave 2 aka BC25
Business Central migrate SIFT to NCCI Technology
Dynamics 365 Business Central v25: what’s coming for developers.
Dynamics 365 Business Central: About the automatic filtering problem after using Page.SetSelectionFilter Method
The Dark Side of Ternary Operator
A shortcut to better UX with shortcut keys in AL
Dynamics 365 Business Central: Conversion between Blob data type and Media/MediaSet data type
Trim your data if you want to avoid trouble!
Dynamics 365 Business Central: How to check BaseApp version via AL (Include First-party localization)
ELI5 Filters in AL are very different from SQL
Using Phantom BOMs in Business Central to Streamline Manufacturing
How to Transfer Attachments from Blanket Orders to Sales Orders in Business Central
Dynamics 365 Business Central Online: Endpoints for the APIs (V1.0, V2.0, Beta, custom, automation……)
How To Send Reminders In Business Central
Sharepoint Service to Service Authorization. Integration with Business Central. No user permissions.
Dynamics 365 Business Central: How to convert Text to Hexadecimal in AL
I have never seen Business Central integrate with Excel like this!
Optimizing Sales Order Reservations in Business Central: Focusing on Item Ledger Entries
Dynamics 365 Business Central: How to set dimension via standard API and Can we do it via Power Automate?
Select with partially matching index: can we make it faster?
Lock timeouts and deadlocks
Dynamics 365 Business Central: How to quickly get field length from table number and field number
Print a PDF from Business Central, that’s easy, isn’t it?
Dynamics 365 Business Central: monitoring field changes with telemetry is better…
Dynamics 365 Business Central SaaS/Cloud W1 version: How to create an environment with all demo/sample data
Significant improvement of Number Series in BC24
Dynamics 365 Business Central: How to use standard customerPayment API to get customer payments (customerPayments/customerPaymentsJournals APIs returns empty records)
A forgotten corner of AL, saving Query Output
Microsoft Dynamics 365 Business Central: Update your AL code to the new No. Series Module
Dynamics 365 Business Central: The difference between Record.Validate() Method and assignment statement
Semantic Search and Vectors support on Dynamics 365 Business Central: this is the right moment
Dynamics 365 Business Central: How to show all error messages in Configuration Package
Here are some Tips about ToolTips
Uploading Multiple Files in Business Central 2024 Release Wave 1
Dynamics 365 Business Central: How to quickly get Longest Common Substring in AL
Business Central 24 breaking changes
Dynamics 365 Business Central: Can we create a Sales Quote without a customer and items?
I’m bringing back menus to Business Central
How to get exchange rates from European Central Bank for non euro countries in Business Central
Dynamics 365 Business Central: How to hide selected records on a list page (Exclusion filtering)
Tri-State locking in database: How-to use in AL
Dynamics 365 Business Central: How to use filter expressions in API related resource ($expand)
Use Placeholder Text the right way in AL
The New No. Series In Business Central
Create a flow in Power Automate to update multiple customer pictures in Business Central from OneDrive
The Line Type Myth
Dynamics 365 Business Central: How to quickly comment one or more lines of code in AL – Comment/uncomment Selection
Hacking the new Page Scripting Tool
Take Control of Your Data with Excel Report Layouts in Business Central
Dynamics 365 Business Central: How to check whether the feature in Feature Management page is enabled via AL
PAYONE API HMAC authentication in AL
Dynamics 365 Business Central: Is there an easy way to check if a standard/base object has been extended? (Extended object list)
Business Central UI to the max!!
The New Business Foundation In Business Central
Dynamics 365 Business Central: How to update/sync only one user from Microsoft 365
Dynamics 365 Business Central 2024 Wave 2 release plans: “as is” and “to be”
Dynamics 365 Business Central: How to remove/hide Get Started (Checklist) Banner for all users
What happens if you mess with Rec in AL?
Lookup a Page for a field via Table and Temporary Table
Dynamics 365 Business Central: How to quickly check whether the posting date is valid in AL (Within the allowed posting date range)
How to create a Temp Blob with an image?
How to Send Email with Attachments – Simple AL Program in BC
Meet the compiler’s little friend ALTOOL.EXE
Dynamics 365 Business Central and Shopify connection: access key rotation
Business Central 2024 wave 1 (BC24) new features – 6
Handling company’s carbon footprint with Business Central and Azure
How to contribute to Business Central?
What’s new in AL for Business Central 2024 Wave 1 – The Hacker Edition
Recording Permission Sets for Business Central
Business Central 2024 wave 1 (BC24) new features – 5
Rec.LockTable – Good Practice? Or Bad Practice?
Mastering Discounts in Business Central in Just 30 Minutes!
Salute your Heros: Andrzej Z
How to Use the Business Central Warehouse Physical Inventory Journal
Business Central 2024 wave 1 (BC24) new features – 4
Procure to Pay process in Business Central
Dynamics 365 Business Central: The namespace ‘Microsoft’ is reserved and must be renamed (Uploading Extension error)
Two tables, One list Page, What to do?
Performance Profiling Tests with AL Test Runner
Dynamics 365 Business Central: receive notifications when AppSource apps updates are available in a tenant
Business Central 2024 wave 1 (BC24) new features – 3
Dynamics 365 Business Central: introducing the Page Scripting tool
Performance of Number Series and Number Sequence in Cloud. Detailed Analysis
Modify your extension so it’s compatible with the version 24.1.x
Extending Intercompany Synchronization in Business Central: Intercompany Transactions
Business Central 2024 wave 1 (BC24) new features – 2
How to get Current Call Stack in AL?
Customer Ledger Entries in Business Central
Posted inDynamics NAV & BC Tips & tricks

Dynamics 365 Business Central Online: Endpoints for the APIs (V1.0, V2.0, Beta, custom, automation……)

Today I would like to briefly summarize the endpoints of the various APIs in Business Central. I sometimes see questions where data is not accessible due to incorrect endpoints in Dynamics 365 Community. So in this post, I simply sorted out the following commonly used APIs:…
Read More
8 July 2024
Posted inDynamics NAV & BC Tips & tricks

How To Send Reminders In Business Central

Reminders are a significant help in the Accounts Receivables module. In this post, you will learn how to set up reminders, how to issue and send them manually. Also, how to create and send reminders automatically with the new update in Business Central 24. Source :…
Read More
8 July 2024
Posted inDynamics NAV & BC Tips & tricks

Sharepoint Service to Service Authorization. Integration with Business Central. No user permissions.

I think integrating Sharepoint into Business Central is a fairly common request. The standard library already supports some level of Sharepoint/OneDrive integration out of the box, but it is quite limited. What if we need more advanced logic? In that case, we can use Sharepoint Interfaces…
Read More
28 June 2024
Posted inDynamics NAV & BC Tips & tricks

Dynamics 365 Business Central: How to convert Text to Hexadecimal in AL

Today I would like to talk about how to convert Text to Hexadecimal in AL. The hexadecimal number system is a type of number system, that has a base value equal to 16. Hexadecimal numbers are represented by only 16 symbols. These symbols or values are…
Read More
27 June 2024
Posted inDynamics NAV & BC Tips & tricks

I have never seen Business Central integrate with Excel like this!

Join me in a hack to explore a different type of integration between Business Central Excel. I spend a few days on a kind of “what if” exercise, check out the result in this video: Source : Hougaard.com Read more...
Read More
26 June 2024
Posted inDynamics NAV & BC Tips & tricks

Optimizing Sales Order Reservations in Business Central: Focusing on Item Ledger Entries

When working with Dynamics 365 Business Central, ensuring efficient and accurate reservations of sales order lines can sometimes be a challenge. I faced this issue myself when I needed a way to reserve items only from available inventory, without pulling from other sources like purchase orders…
Read More
25 June 2024
Posted inDynamics NAV & BC Tips & tricks

Dynamics 365 Business Central: How to set dimension via standard API and Can we do it via Power Automate?

Today I would like to briefly talk about how to set dimension via standard API and can we do it in Power Automate? Dimensions are values that categorize entries so you can track and analyze them on documents, such as sales orders. Dimensions can, for example,…
Read More
24 June 2024

Posts pagination

Previous page 1 2 3 4 5 … 986 Next page

Menu
  • Profile
  • Tags
Categories
  • Data & Analysis
  • Dynamics NAV & BC
    • Functional
    • General
    • Technical
    • Tips & tricks
  • ERP general
  • Information management
  • Off-topic
  • Projectmanagement
  • Quote of the week
  • Visual C# / ASP.net
Stay Hungry, Stay Foolish
RSS Mibuso
  • Amount on Check Ledger Entry does not match amount on Bank Account Ledger Entry
  • GST calculation issue
  • To provide Vendor Payment Bank upload file
  • Deepinserts not working
  • Adding new field to Base App Drop down field group view
  • Adding a new lookup field with a TableRelation to CRM Integration Table
  • Appending to the end of a file - BC v14, C/AL
  • How to save an ANSI file from Business Central?
  • E-Mails gets send but not moved to table Sent E-Mail
  • A part of page 13 Email Editor is not shown for some users, but for others
  • How to get Hash Certificate as Base 64 String in MS BC SaaS
  • What are the best AI coding IDEs for AL code
  • Debug without delayed database operations on BC cloud
  • Error in BC cloud migration when defining SQL database connection
  • Download report file as XLS
  • Control addin event arguments
  • Business Central - Login issue / Intermittent database connectivity issues / Running slow issue
  • How to transfer Inventory Pick No to Sales Shipment
  • BC 365 cloud use VPN to access OnPrem webservice
  • Business Central - Send Invoice For Approval via API?
RSS Dynamics NAV Team Blog
  • Boost your team’s performance with the Adherence Tracker
  • Empower your Contact Center workforce with shift bidding and swapping
  • Manage time-off requests with Dynamics 365 Contact Center 
  • Stay organized with the Schedule Calendar in Contact Center
  • A new era in business processes: Autonomous agents for ERP
  • Shift planning and scheduling in Dynamics 365 Contact Center
  • Predict workforce capacity needs in Dynamics 365 Contact Center
  • See what’s next in financial operations from Microsoft Dynamics 365 at Gartner CFO & Finance Executive Conference 2025
  • Public Preview: Recruiting Add-on with AI & Scheduling Capabilities Now Available in Dynamics 365 Human Resources 
  • HR Features Improve Compensation and Benefits Management
RSS Power BI
  • Power BI May 2025 Feature Summary
  • The next era of Copilot in Power BI: Chat with your Data (Preview)
  • Translytical task flows (Preview)
  • Deep dive into selection expressions for calculation groups
  • Fabric Copilot to help write DAX queries improvements
  • Unify Datamart with Fabric Data Warehouse!
  • Power BI April 2025 Feature Summary
  • IntelliSense improvements to DAX query view
  • Deep dive into Direct Lake on OneLake and creating Direct Lake semantic models in Power BI Desktop
  • Microsoft named a Leader in The Forrester Wave™: Business Intelligence Platforms, Q2 2025
Scroll to Top