Announcement

Collapse
No announcement yet.

Removing record based on value

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Removing record based on value

    Is there a preferred method to disable removing a record based on some value of that record ?

    For example : you cannot delete an Account if the country is UA.

    Same applies to disable "edit" (set record to readonly)

    example


  • #2
    anyone? It would be very nice to have this in the workflow:

    Trigger : before delete record
    Criteria : country = UA
    Action : show message : You cannot delete Account from UA
    Action : disallow deletion

    Comment

    Working...
    X