Categorie: reference
Bijgewerkt: 2026-04-08
actionfield workflow actionfield777
ActionField777
Beschrijving: Show a message when PmJob.SkillCategory and PmJob.JobPlan.SkillCategory are both filled. Custom: Nee
Propertiesbewerken
| Property | Type | Accessor |
|---|---|---|
| PmWorkOrder | PmWorkOrder | Root |
XMLbewerken
<Workflow Name="ActionField777" 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="PmWorkOrder" Type="PmWorkOrder" Accessor="Root" Direction="In" />
</Properties>
<Execution>
<UserContent Name="Pre" />
<When Name="CheckIfPmJob_JobPlanExits" Condition="${PmWorkOrder.JobPlan} != Empty && ${PmWorkOrder.JobPlan.SkillCategory} != Empty && ${PmWorkOrder.SkillCategory} != Empty">
<Message Name="ShowInvalidMessage" MessageCode="1566" Comment="PmWorkOrder.SkillCategory and PmWorkOrder.JobPlan.SkillCategory can not be filled at the same time">
<Parameter Name="PmWorkOrder" Direction="In" Value="${PmWorkOrder}" />
</Message>
</When>
<UserContent Name="Post" />
</Execution>
</Workflow>