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

Business Central 2026 release wave 1 (BC28): Use self-billed invoices

Hi, Readers.Dynamics 365 Business Central 2026 wave 1 (BC28) is generally available. More details: General Available: Dynamics 365 Busine...

15 hours ago

Cumulative Update Summary for Microsoft Dynamics 365 Business Central (April, 2026)

Cumulative Update (April, 2026) for Microsoft Dynamics 365 Business Central is now released. BC28: CU00 Cloud (SaaS): Managing Production and ...

3 days ago

Business Central 2026 release wave 1 (BC28): New Method for DataTransfer data type (AddDestinationFilter Method)

Hi, Readers.Dynamics 365 Business Central 2026 wave 1 (BC28) is generally available. More details: General Available: Dynamics 365 Busine...

4 days ago

General Available: Dynamics 365 Business Central 2026 release wave 1 (BC28)

Dynamics 365 Business Central 2026 wave 1 (BC28) is generally available. New customers will automatically get the latest builds of Business Ce...

4 days ago

Dynamics 365 Business Central: How to show or hide subform fields based on a value in the main page

Hi, Readers.Today I would like to briefly talk about a qustion I saw in the Dynamics 365 Community before, how to show or hide subform fields ...

5 days ago

Enable accelerated growth with confidence: A Forrester TEI study projects more than 200% ROI over three years and six-month payback using Dynamics 365 Business Central

Microsoft commissioned Forrester Consulting to evaluate the potential return on investment organizations may realize by deploying Business Cen...

5 days ago

Business Central 2026 release wave 1 (BC28): Create contract service orders with One Service Item Line/Order setting

Hi, Readers.The public preview for Dynamics 365 Business Central 2026 release wave 1 (BC28) is available. Learn more: Link. I will contin...

6 days ago

Business Central 2026 release wave 1 (BC28): Financial Report Statuses and Financial Report Categories

Hi, Readers.The public preview for Dynamics 365 Business Central 2026 release wave 1 (BC28) is available. Learn more: Link. I will contin...

7 days ago

Business Central 2026 release wave 1 (BC28): Modernizing analytical reports for inventory

Hi, Readers.The public preview for Dynamics 365 Business Central 2026 release wave 1 (BC28) is available. Learn more: Link. I will contin...

10 days ago

Business Central 2026 release wave 1 (BC28): Get item insights with advanced KPIs and Summary (new Item Statistics page)

Hi, Readers.The public preview for Dynamics 365 Business Central 2026 release wave 1 (BC28) is available. Learn more: Link. I will contin...

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