How to make Case description readonly after save?

How to make  Cases description readonly in editview after it has been save?

TIA,

Longki Dela Cruz

Parents Reply
  • Roland Cadavos

    You can change the arrangement slightly to your personal preference, but when I done this I set Field 1's formula to be show Field 1 when Field 2 is empty. For Field 2 I set the formula to be show Field 2 when Field 2 is not empty. This means that the fields only swap once Field 2 is set.

    The principal is the same for both really, however rather than having Field 2 as calculated I created a simple Advanced Workflow to copy the value across upon the record being saved. This worked nicely as it means the fields don't actually swap over until the record is created. I then put a Role in that specifies Field 2 is Read Only for the User I set.

Children