Loading...

Working with job queue parameter strings in Business Central

Working with job queue parameter strings in Business Central
Using job queue parameters you can pass some data to your codeunits that you run via Job queue. How it works? Define your codeunit with TableNo = "Job Queue Entry For example: codeunit 50149 MyCodeunit { TableNo = "Job Queue Entry"; trigger OnRun() var SalesOrderNo: Code[20]; begin if Rec."Parameter String" <> '' then UpdateSalesOrderExternalDocNo(Rec."Parameter String"); end; local procedure UpdateSalesOrderExternalDocNo(SalesOrderNo: Code[20]) var SalesHeader: Record "Sales Header"; begin if SalesHeader.get(SalesHeader."Document Type"::Order, SalesOrderNo) then begin SalesHeader.

Published on:

Learn more
Posts on Microsoft Dynamics 365 Business Central Development
Posts on Microsoft Dynamics 365 Business Central Development

Recent content in Posts on Microsoft Dynamics 365 Business Central Development

Share post:

Related posts

Does Dynamics 365 Business Central support browser-based translation (e.g., Microsoft Translator in Edge browser)?

Hi, Readers.Today I would like to discuss a question that was recently asked, does Dynamics 365 Business Central support browser-based tr...

3 hours ago

What You Gain in Functionality Moving from Dynamics GP to Business Central

Moving from Dynamics GP to Business Central isn't just a platform switch, it's a meaningful jump in functionality. As organizations grow past ...

7 hours ago

Dynamics 365 Business Central: Don’t Forget the Layout! Essential Steps for Publishing Report Extensions

Hi, Readers.Today, I’d like to share how to manage layout files directly in your source code when publishing Report Extensions. No more manual...

1 day ago

Standardizing Finance Operations with Dynamics 365 BC

Growth through acquisition creates opportunity, but it also introduces operational complexity. As private equity firms expand their portfolios...

4 days ago

Dynamics 365 Business Central: How to quickly identify the first transaction date and the number of days since the last sale with a customer

Hi, Readers.Today I would like to share another mini tip about Business Central, how to quickly identify the first transaction date and the nu...

5 days ago

Dynamics 365 Business Central: Open the same list in a new tab when switching companies

Hi, Readers.Today I would like to share another mini tip about Business Central, how to open the same list in a new tab when switching compani...

6 days ago

What is Microsoft Dynamics 365 Business Central? A Complete Beginner’s Guide (2026)

In today’s competitive business environment, companies need an intelligent solution to manage their finances, sales, inventory, purchasi...

6 days ago

Dynamics 365 Business Central Cloud: Production vs. Sandbox Environments – Key Differences

Hi, Readers.Today, I’d like to discuss a question I’ve been asked recently: what are the main differences between a Business Central productio...

7 days ago

Business Central 2026 release wave 1 (BC28): Copilot and agent data movement across geographies

Hi, Readers.Dynamics 365 Business Central 2026 wave 1 (BC28.3) is generally available. More details: Cumulative Update Summary for Micros...

8 days ago
Stay up to date with latest Microsoft Dynamics 365 and Power Platform news!
* Yes, I agree to the privacy policy