Codeunit 18122618 EOS060 Power PLM Events
Codeunit 18122618 EOS060 Power PLM Events
Events
OnBeforeInsertWorkRequest
procedure OnBeforeInsertWorkRequest(var WorkRequest: Record "EOS060 Work Request"; JsonPayload: JsonObject)
Raised before work request insert.
Parameters / Return Value
WorkRequest
Record "EOS060 Work Request"
The work request to insert.
JsonPayload
JsonObject
The JSON from the Power PLM Power App.
OnAfterInsertWorkRequest
procedure OnAfterInsertWorkRequest(var WorkRequest: Record "EOS060 Work Request"; JsonPayload: JsonObject)
Raised after work request insert.
Parameters / Return Value
WorkRequest
Record "EOS060 Work Request"
The work request to insert.
JsonPayload
JsonObject
The JSON from the Power PLM Power App.
OnBeforePostFastWorkRequest
procedure OnBeforePostFastWorkRequest(var WorkRequest: Record "EOS060 Work Request"; var ActivityDescription: Text; var CloseRequest: Boolean)
Raised before fast work request post.
Parameters / Return Value
WorkRequest
Record "EOS060 Work Request"
The work request to post.
ActivityDescription
Text
The description of the activity associated to the work request.
CloseRequest
Boolean
Specifies whether to set status Finished after fast work request post.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.