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

Locking related list object record
I have created a custom object 'CaseTask__c' and it has master detail relation ship with Case object.
When the case status is 'In-Progress', i need to lock the related list custom object record.
As you all know there are 3 ways to lock a record,
1) Trigger
2) workflow rules
3) Validation rules
Please go through below link.
https://developer.salesforce.com/forums/ForumsMain?id=906F000000092MdIAI
I have created a record type and associated to a read only page layout.
And also i have written a workflow rule field update to change the record type of a custom object, when the case status is 'In-Progress'.
Finally activated the workflow rule.
But record type is not changing to read only page layout, after case status changes to In-Progress. why?
When the case status is 'In-Progress', i need to lock the related list custom object record.
As you all know there are 3 ways to lock a record,
1) Trigger
2) workflow rules
3) Validation rules
Please go through below link.
https://developer.salesforce.com/forums/ForumsMain?id=906F000000092MdIAI
I have created a record type and associated to a read only page layout.
And also i have written a workflow rule field update to change the record type of a custom object, when the case status is 'In-Progress'.
Finally activated the workflow rule.
But record type is not changing to read only page layout, after case status changes to In-Progress. why?
But its not working.
I have requirement like,
this is in approval process, whenever final approval action compleates record get approved, that record should be read only. how can i achieve could you please suggest me..
Thanks in advance