Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield763
ActionField763
Beschrijving: Show a message when PmJob.SkillCategory and PmJob.JobPlan.SkillCategory are both filled. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| PmJob | PmJob | Root |
XMLbewerken
<Workflow Name="ActionField763" Version="2025.07.28" WorkflowType="Standard" xmlns="urn:Ultimo.Framework.Workflow-mapping">
<Security EditLevel="10" ViewLevel="20" UserContentLevel="30" />
<Description>Show a message when PmJob.SkillCategory and PmJob.JobPlan.SkillCategory are both filled.</Description>
<Properties>
<Property Name="PmJob" Type="PmJob" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<When Name="CheckIfPmJob_JobPlanExits" Condition="${PmJob.JobPlan} != Empty && ${PmJob.JobPlan.SkillCategory} != Empty && ${PmJob.SkillCategory} != Empty">
<Message Name="ShowInvalidMessage" MessageCode="1509" Comment="PmJob.SkillCategory and PmJob.JobPlan.SkillCategory can not be filled at the same time">
<Parameter Name="PmJob" Direction="In" Value="${PmJob}" />
</Message>
</When>
<UserContent Name="Post" />
</Execution>
</Workflow>