You need to sign in to do that
Don't have an account?

Case Owner Read-Only
I know this question has been asked before. The question was never satisfactorily answered.
I have changed the configuration of the Case Owner field in the Case layout to read-only, but the "change" is still active.
Is there a way to override this behaviour to remove this link, or by making this Case Owner really read-only?
or as workaround I have created a new formula field : Owner:User.FirstName + " " + Owner:User.LastName. However this only works (shows the owner) after the case is saved. Is there a way to make the Owner apear when the Case is created just like the real Owner field?
maybe have two layouts 1) one with the owner field when the case is created, 2) in edit mode, the case owner is replaced with my custom field.
or, programmically swich fields with a trigger when the case is saved.
I have changed the configuration of the Case Owner field in the Case layout to read-only, but the "change" is still active.
Is there a way to override this behaviour to remove this link, or by making this Case Owner really read-only?
or as workaround I have created a new formula field : Owner:User.FirstName + " " + Owner:User.LastName. However this only works (shows the owner) after the case is saved. Is there a way to make the Owner apear when the Case is created just like the real Owner field?
maybe have two layouts 1) one with the owner field when the case is created, 2) in edit mode, the case owner is replaced with my custom field.
or, programmically swich fields with a trigger when the case is saved.
Hi Kevin,
Try the following work around for this.
1.Create two RecordTypes and two page layouts(readonly, normal).
2.Use your formula field in the read only layout and remove the normal owner field.
3.Assign corresponding layouts to RecordTypes.
4.Write a workflow to update the recordType to Readonly recordType from the Normal RecordType.
It will update the layout to read Only layout and the owner field will be read only in that layout.
reply for any queries.
Thanks,
Vijay
All Answers
Hi Kevin,
Try the following work around for this.
1.Create two RecordTypes and two page layouts(readonly, normal).
2.Use your formula field in the read only layout and remove the normal owner field.
3.Assign corresponding layouts to RecordTypes.
4.Write a workflow to update the recordType to Readonly recordType from the Normal RecordType.
It will update the layout to read Only layout and the owner field will be read only in that layout.
reply for any queries.
Thanks,
Vijay
There is a way to default the record type selection on record creation. First make sure the record type is defaulted on the profile level and then You need to navigate to My Settings -- Display & Layout -- Set Default Record Types.