Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1.  
  2.  
  3. <ActionSet ID="OnChangeAcceptedForPayment">
  4. <Condition IF="AcceptedForPayment=GlobalScreenMath:No">
  5. <Action ACTIONTYPE="ENABLE" FIELD="ReasonForRejection"/>
  6. <Action ACTIONTYPE="ASSIGN" FIELD="ReasonForRejection">GlobalScreenMath:Blank</Action>
  7. <Action ACTIONTYPE="DISABLE" FIELD="DoubleBenefitEligible"/>
  8. <Action ACTIONTYPE="ASSIGN" FIELD="DoubleBenefitEligible">GlobalScreenMath:No</Action>
  9. <Else>
  10. <Action ACTIONTYPE="DISABLE" FIELD="ReasonForRejection"/>
  11. <Action ACTIONTYPE="ASSIGN" FIELD="ReasonForRejection">GlobalScreenMath:None</Action>
  12. <Action ACTIONTYPE="ENABLE" FIELD="DoubleBenefitEligible"/>
  13. </Else>
  14. </Condition>
  15. </ActionSet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement