SugarCRM is now SugarAI! Read the announcement  

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

    That is fine, it just means that if they make a mistake when initially creating the Case that nobody will be able to fix the issue. This is the only reason I want to bring it to your attention as I conveniently done this last week for a customer, where I made it so that only a set of authorised Users could edit the field and I utilised Advanced Workflow instead of having a calculated field.

    If that is what you want then one want 2 fields.

    Field 1

    Allows you to enter the Case text, set to not be shown via dependency when Field 2 is not empty.

    Field 2

    Shows the value of Field 1, set vie dependency to show when it is not empty.

    This is the setup for the fields to swap other. Personally I would have only field 2 as reportable so you don't see it twice in reporting and have each field as a single column (one on top of the other). The reason I would do the single columns on top of each other is that when Field 1 hides and Field 2 shows, you don't notice much of a difference so it is not a big change for the User.

Children