501 - Save Document

Syslog 4.0 - Extensibility - Functions Syslog - Kalipso - Inventory - 501 - Save Document

501 - (Inventory) Save Document

Event

Extension action set

Description

EXT_0501_1_Before

Will be executed before save the document;

EXT_0501_2_Replace

Will be executed before Syslog APP saves the others documents with the possibility to say Syslog APP to cancel the saving process;

EXT_0501_3_After

Will be executed after the document is saved;

Before

Input Parameters

  • inCabKey – Unique key of the document; (assisted inventory)

  • inInternalStamp - Internal key of the document (blind inventory);

Output Parameters

  • outCanSave – Return code:

    • 1 – Save the document

    • 0 – Cancel

Replace

Input Parameters

  • inCabKey – Unique key of the document; (assisted inventory)

  • inInternalStamp - Internal key of the document (blind inventory);

  • inWarehouse – Warehouse

  • inZone – Zone

  • inLocation - Location

Output Parameters

  • outCanSave – Return code:

    • 1 - Save the document

    • 0 - Cancel out

After

Input Parameters

  • inCabKey – Unique key of the document; (assisted inventory);

  • inInternalStamp - Internal key of the document (blind inventory);

  • inFilterCabDoc - Unique key of the document;

  • inErroIntegracao - Return code:

    • 0 - no Error

    • 1 - Error saving

  • inStampDocGerado - Generated document;

Last updated