1200 - Synchronize Module

MSS 5.1 - Extensibility - Functions MSS to Kalipso - Synchronize - 1200 - Synchronize Module

1200 - Synchronize Module

(executed also in automatic synchronizations)

Event

Extension action set

Description

EXT_1200_1_Before

Will be executed before MSS opens the Synchronization module;

EXT_1200_2_Replace

Will replace MSS Synchronization module;

EXT_1200_3_After

Will be executed after closing the Synchronization module;

Before

Input Parameters

  • inSyncProfile - Number of the synchronization profile to run (when opening in automatic synchronization mode);

  • inModule - MSS Module which opened the synchronization module (when opening in automatic synchronization mode); Possible values:

    • P - Orders module;

    • A - Sales module;

    • R - Receipts module;

    • V - Visits reports module;

    • S - Services module;

    • I - Services interventions;

Replace

Input Parameters

  • inSyncProfile - Number of the synchronization profile to run (when opening in automatic synchronization mode);

  • inModule - MSS Module which opened the synchronization module (when opening in automatic synchronization mode); Possible values:

    • P - Orders module;

    • A - Sales module;

    • R - Receipts module;

    • V - Visits reports module;

    • S - Services module;

    • I - Services interventions;

Output Parameters

  • outOpenMSSModule – Return code: 1 – Open MSS module / 0 – Don’t open MSS module;

After

Input Parameters

  • inSyncProfile - Number of the synchronization profile to run (when opening in automatic synchronization mode);

  • inModule - MSS Module which opened the synchronization module (when opening in automatic synchronization mode); Possible values:

    • P - Orders module;

    • A - Sales module;

    • R - Receipts module;

    • V - Visits reports module;

    • S - Services module;

    • I - Services interventions;

Last updated