Commit fde97e9e authored by cpatil's avatar cpatil

add confirm condition


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93222 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c6f74c52
......@@ -15,7 +15,7 @@
<RedefinableHeader PublicationStatus="UNDER_TEST"/>
<Participants>
<Participant Id="FLM" Name="FLM">
<ParticipantType1 Type="ROLE"/>
<ParticipantType Type="ROLE"/>
<ExtendedAttributes>
<ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="FLM"/>
<ExtendedAttribute Name="SIGN_FOR" Value="APPROVAL"/>
......@@ -24,7 +24,7 @@
</ExtendedAttributes>
</Participant>
<Participant Id="DEPT_HEAD2" Name="DEPT_HEAD2">
<ParticipantType1 Type="ROLE"/>
<ParticipantType Type="ROLE"/>
<ExtendedAttributes>
<ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="DEPT_HEAD2"/>
<ExtendedAttribute Name="PRFMR_ROLE_EXPR" Value="Detail1.emp_code:"/>
......@@ -33,7 +33,7 @@
</ExtendedAttributes>
</Participant>
<Participant Id="SLM" Name="SLM">
<ParticipantType1 Type="ROLE"/>
<ParticipantType Type="ROLE"/>
<ExtendedAttributes>
<ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="SLM"/>
<ExtendedAttribute Name="PRFMR_ROLE_EXPR" Value="Detail1.emp_code:"/>
......@@ -42,13 +42,13 @@
</ExtendedAttributes>
</Participant>
<Participant Id="APPRAISAL_par2">
<ParticipantType1 Type="ROLE"/>
<ParticipantType Type="ROLE"/>
</Participant>
<Participant Id="APPRAISAL_par3">
<ParticipantType1 Type="ROLE"/>
<ParticipantType Type="ROLE"/>
</Participant>
<Participant Id="TLM" Name="TLM">
<ParticipantType1 Type="ROLE"/>
<ParticipantType Type="ROLE"/>
<ExtendedAttributes>
<ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="TLM"/>
<ExtendedAttribute Name="PRFMR_ROLE_EXPR" Value="Detail1.emp_code:"/>
......@@ -57,10 +57,10 @@
</ExtendedAttributes>
</Participant>
<Participant Id="HR" Name="HR">
<ParticipantType1 Type="ROLE"/>
<ParticipantType Type="ROLE"/>
</Participant>
<Participant Id="NSM" Name="NSM">
<ParticipantType1 Type="ROLE"/>
<ParticipantType Type="ROLE"/>
<Description>National Sales Manager</Description>
<ExtendedAttributes>
<ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="NSM"/>
......@@ -70,7 +70,7 @@
</ExtendedAttributes>
</Participant>
<Participant Id="HR1" Name="HR">
<ParticipantType1 Type="ROLE"/>
<ParticipantType Type="ROLE"/>
<Description>Human Resources which will provide the Employable Resources to the Company</Description>
<ExtendedAttributes>
<ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="HR"/>
......@@ -80,7 +80,7 @@
</ExtendedAttributes>
</Participant>
<Participant Id="TD" Name="TD">
<ParticipantType1 Type="ROLE"/>
<ParticipantType Type="ROLE"/>
<Description>Training Department</Description>
<ExtendedAttributes>
<ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="TD"/>
......@@ -318,9 +318,10 @@
</Activities>
<Transitions>
<Transition From="BUDGRAMDACCTWRKFLW" Id="EMPLOYEE_SIGN" Name="EMPLOYEE_SIGN" To="DEPT_HEAD_SIGN">
<Condition Type="CONDITION">1 &gt; 0</Condition>
<Condition Type="CONDITION">Detail1.confirmed != "Y"</Condition>
<ExtendedAttributes>
<ExtendedAttribute Name="RoutingType" Value="NOROUTING"/>
<ExtendedAttribute Name="VAR_NAMES" Value="confirmed.string"/>
</ExtendedAttributes>
</Transition>
<Transition From="DEPT_HEAD_SIGN" Id="MISCVOUCHER_CONFIRM" Name="MISCVOUCHER_CONFIRM" To="BudGrpAcctAmdConfirm">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment