Codeunit 18122615 EOS060 PLM Interface Runner

Codeunit 18122615 EOS060 PLM Interface Runner

Events

OnPostWorkRequestPicture

local procedure OnPostWorkRequestPicture(RecRef: RecordRef; Base64Content: Text; FileName: Text; var Handled: Boolean)

Raised before uploading a new picture to the specified Work Request.

Parameters / Return Value

  • RecRef RecordRef

    The work request where to attach the picture.

  • Base64Content Text

    The picture encoded in base64 format.

  • FileName Text

    The name of the picture file.

  • Handled Boolean

    Specifies if the procedure is handled by the subscriber.



EOS Labs -