Jobs on Scheduler

Three jobs must be running on the Job Scheduler, for the Franchiser and the Franchisee both:

  • FRANCHOUTB Franchise – Process outbound
    This is a job that runs codeunit 10014602 Franchise Create Outbound Messages. The codeunit creates entries in the Outbound Buffer tables.
  • FRANCHINB Franchise – Process Inbound
    This is a job that runs codeunit 10014600 Franchise Functions. The codeunit processes the records in the Inbound Buffer table.
  • FRANCHDD Franchise – Data Director Job
    This is a job that replicates the Outbound Buffer tables to the Inbound Buffer tables between the Franchiser and the Franchisee.
    This job has one subjob: FRANOUTBH Franchise Outbound Header.

See also

Scheduler Jobs for the Franchise Module

The Franchise Jobs