Codeunit 18008325 EOS010 SalesP JobQueue Upg

Codeunit 18008325 EOS010 SalesP JobQueue Upg

Methods

GetIsRunningJobQueueUpgrade

procedure GetIsRunningJobQueueUpgrade(): Boolean

Returns if the Job Queue Upgrade is currently running

Parameters / Return Value

  • Returns Boolean

    TRUE if running, FALSE otherwise


ProcessFromJobQueue

procedure ProcessFromJobQueue(var JobQueueEntry: Record "Job Queue Entry")

Main entry point for Job Queue processing Processes tables based on the Parameter String from Job Queue Entry Parameter String format: table IDs separated by | or , Supported Table IDs:

  • 18: Customer (with Ship-to Address)
  • 36: Sales Header (with Sales Lines)
  • 112: Sales Invoice Header (with Sales Invoice Lines)
  • 114: Sales Cr.Memo Header (with Sales Cr.Memo Lines)
  • 5107: Sales Header Archive (with Sales Line Archive)

Parameters / Return Value

  • JobQueueEntry Record "Job Queue Entry"

    The Job Queue Entry with Parameter String containing table IDs



EOS Labs -