Skip to main content

I need to create a validation rule when the Custom checkbox field called "Unaffiliated" is checked off, then the following fields can NOT be populated and record can NOT be saved:

Thanks!!

1 respuesta
  1. 8 sept 2011, 15:07
    You can write a validation rule like

     

    If  "Unaffiliated" = True && and following fields are blank 

    Then display message "You can not save this record".

     

    But you can not hide these fields using validation rule.

     

    You can achieve this using workflow. You have create a record type and page layout (This page layout do not contain aboce listed fields).This page layout assigne to this record type. Now write a workflow and update the field record type. 

     

    But both together not possible. You can not use same checkbox for validation rule and workflow.

     

    Thanks
0/9000