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