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 @@ ...@@ -15,7 +15,7 @@
<RedefinableHeader PublicationStatus="UNDER_TEST"/> <RedefinableHeader PublicationStatus="UNDER_TEST"/>
<Participants> <Participants>
<Participant Id="FLM" Name="FLM"> <Participant Id="FLM" Name="FLM">
<ParticipantType1 Type="ROLE"/> <ParticipantType Type="ROLE"/>
<ExtendedAttributes> <ExtendedAttributes>
<ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="FLM"/> <ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="FLM"/>
<ExtendedAttribute Name="SIGN_FOR" Value="APPROVAL"/> <ExtendedAttribute Name="SIGN_FOR" Value="APPROVAL"/>
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
</ExtendedAttributes> </ExtendedAttributes>
</Participant> </Participant>
<Participant Id="DEPT_HEAD2" Name="DEPT_HEAD2"> <Participant Id="DEPT_HEAD2" Name="DEPT_HEAD2">
<ParticipantType1 Type="ROLE"/> <ParticipantType Type="ROLE"/>
<ExtendedAttributes> <ExtendedAttributes>
<ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="DEPT_HEAD2"/> <ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="DEPT_HEAD2"/>
<ExtendedAttribute Name="PRFMR_ROLE_EXPR" Value="Detail1.emp_code:"/> <ExtendedAttribute Name="PRFMR_ROLE_EXPR" Value="Detail1.emp_code:"/>
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</ExtendedAttributes> </ExtendedAttributes>
</Participant> </Participant>
<Participant Id="SLM" Name="SLM"> <Participant Id="SLM" Name="SLM">
<ParticipantType1 Type="ROLE"/> <ParticipantType Type="ROLE"/>
<ExtendedAttributes> <ExtendedAttributes>
<ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="SLM"/> <ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="SLM"/>
<ExtendedAttribute Name="PRFMR_ROLE_EXPR" Value="Detail1.emp_code:"/> <ExtendedAttribute Name="PRFMR_ROLE_EXPR" Value="Detail1.emp_code:"/>
...@@ -42,13 +42,13 @@ ...@@ -42,13 +42,13 @@
</ExtendedAttributes> </ExtendedAttributes>
</Participant> </Participant>
<Participant Id="APPRAISAL_par2"> <Participant Id="APPRAISAL_par2">
<ParticipantType1 Type="ROLE"/> <ParticipantType Type="ROLE"/>
</Participant> </Participant>
<Participant Id="APPRAISAL_par3"> <Participant Id="APPRAISAL_par3">
<ParticipantType1 Type="ROLE"/> <ParticipantType Type="ROLE"/>
</Participant> </Participant>
<Participant Id="TLM" Name="TLM"> <Participant Id="TLM" Name="TLM">
<ParticipantType1 Type="ROLE"/> <ParticipantType Type="ROLE"/>
<ExtendedAttributes> <ExtendedAttributes>
<ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="TLM"/> <ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="TLM"/>
<ExtendedAttribute Name="PRFMR_ROLE_EXPR" Value="Detail1.emp_code:"/> <ExtendedAttribute Name="PRFMR_ROLE_EXPR" Value="Detail1.emp_code:"/>
...@@ -57,10 +57,10 @@ ...@@ -57,10 +57,10 @@
</ExtendedAttributes> </ExtendedAttributes>
</Participant> </Participant>
<Participant Id="HR" Name="HR"> <Participant Id="HR" Name="HR">
<ParticipantType1 Type="ROLE"/> <ParticipantType Type="ROLE"/>
</Participant> </Participant>
<Participant Id="NSM" Name="NSM"> <Participant Id="NSM" Name="NSM">
<ParticipantType1 Type="ROLE"/> <ParticipantType Type="ROLE"/>
<Description>National Sales Manager</Description> <Description>National Sales Manager</Description>
<ExtendedAttributes> <ExtendedAttributes>
<ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="NSM"/> <ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="NSM"/>
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
</ExtendedAttributes> </ExtendedAttributes>
</Participant> </Participant>
<Participant Id="HR1" Name="HR"> <Participant Id="HR1" Name="HR">
<ParticipantType1 Type="ROLE"/> <ParticipantType Type="ROLE"/>
<Description>Human Resources which will provide the Employable Resources to the Company</Description> <Description>Human Resources which will provide the Employable Resources to the Company</Description>
<ExtendedAttributes> <ExtendedAttributes>
<ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="HR"/> <ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="HR"/>
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
</ExtendedAttributes> </ExtendedAttributes>
</Participant> </Participant>
<Participant Id="TD" Name="TD"> <Participant Id="TD" Name="TD">
<ParticipantType1 Type="ROLE"/> <ParticipantType Type="ROLE"/>
<Description>Training Department</Description> <Description>Training Department</Description>
<ExtendedAttributes> <ExtendedAttributes>
<ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="TD"/> <ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="TD"/>
...@@ -318,9 +318,10 @@ ...@@ -318,9 +318,10 @@
</Activities> </Activities>
<Transitions> <Transitions>
<Transition From="BUDGRAMDACCTWRKFLW" Id="EMPLOYEE_SIGN" Name="EMPLOYEE_SIGN" To="DEPT_HEAD_SIGN"> <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> <ExtendedAttributes>
<ExtendedAttribute Name="RoutingType" Value="NOROUTING"/> <ExtendedAttribute Name="RoutingType" Value="NOROUTING"/>
<ExtendedAttribute Name="VAR_NAMES" Value="confirmed.string"/>
</ExtendedAttributes> </ExtendedAttributes>
</Transition> </Transition>
<Transition From="DEPT_HEAD_SIGN" Id="MISCVOUCHER_CONFIRM" Name="MISCVOUCHER_CONFIRM" To="BudGrpAcctAmdConfirm"> <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