Codeunit WSB_PMPJobTaskTemplateMgt¶
Provides functions used for job task templates.
Properties¶
Name | Value |
---|---|
Access | Public |
Methods¶
wgFncJobTaskTemplatePlanningLineNoOnLookup(WSB_PMPJobPlanningLineTempl@):Boolean¶
Lookup function for job template planning line No. field.
Parameters¶
Type | Name | Description |
---|---|---|
Record "WSB_PMPJobPlanningLineTempl" |
vRecJobPlanningLineTempl |
The job template planning line |
wlEvpOnAfterFillJobTaskTemplatePlanningLineFieldExclusionList(List[Integer]@, Boolean)¶
Event triggered after the job template planning line transfer field exclusion list is set.
Parameters¶
Type | Name | Description |
---|---|---|
List |
vFieldExclusionList |
The field exclusion list. |
Boolean |
pApplyTemplate |
Called from template application. |
wlEvpOnApplyTemplateOnBeforeJobPlanningLineModify(Job Planning Line@, WSB_PMPJobPlanningLineTempl, Boolean@)¶
Event triggered before the job planning line from a job template planning line is modified.
Parameters¶
Type | Name | Description |
---|---|---|
Record "Job Planning Line" |
vRecJobPlanningLine |
The job planning line. |
Record "WSB_PMPJobPlanningLineTempl" |
pRecJobPlanningLineTempl |
The job template planning line. |
Boolean |
vIsHandled |
Allows to suspende the job planning line modify. |
wlEvpOnJobPlanningLineApplyTemplateOnBeforeValidateFields(RecordRef@, RecordRef@)¶
Event triggered before the job planning line fields from a job template planning line are validated.
Parameters¶
Type | Name | Description |
---|---|---|
`` | vRecJobPlanningLine |
The job planning line. |
`` | pRecJobPlanningLineTempl |
The job template planning line. |