Codeunit WSB_PMPJobTemplTaskLineIndent¶
Provides functions used for job template task line indentation and totaling.
Properties¶
| Name | Value |
|---|---|
| Access | Public |
| TableNo | WSB_PMPJobTemplateTaskLine |
Methods¶
wgFncIndent(Code[20])¶
Updates job template task lines indentation and totaling.
Parameters¶
| Type | Name | Description |
|---|---|---|
| `` | pRecJob |
Target Job template. |
wlEvpOnBeforeJobTemplateTaskLineModify(WSB_PMPJobTemplateTaskLine@, Code[20])¶
Event triggered before a job template task line indentation and totaling is modified.
Parameters¶
| Type | Name | Description |
|---|---|---|
Record "WSB_PMPJobTemplateTaskLine" |
vRecPMPJobTemplateTaskLine |
The job template task line |
Code[20] |
pJobTemplateCode |
The job template code |
wlEvpOnRunOnBeforeConfirm(WSB_PMPJobTemplateTaskLine@, Boolean@)¶
Event triggered before confirmation of job template task lines indentation and totaling update.
Parameters¶
| Type | Name | Description |
|---|---|---|
Record "WSB_PMPJobTemplateTaskLine" |
vRecPMPJobTemplateTaskLine |
A target job template task line |
Boolean |
vIsHandled |
Allows to skip standard confirmation |