You need to sign in to do that
Don't have an account?
validation rule on object Id
Hi All,
I have a requiremnt where I have 3 custom objects - P__c, T__c, Ts__c.
1. Ts__c has a lookup to P__c.
2. Ts__c has a lookup to T__c.
3. T__c has a lookup to P__c.
Now when I will create record in Ts__c i can see lookup to P__c and T__c.
1. Ts__c is a related list in P__c.
2. T__c is a related list in P__c.
3. Ts__c is a related list in T__c.
I want when i will create a record in Ts__c(related list to T__c) , P__c lookup should get disabled.
Please let me know how to approach this scneario.
Regards
I have a requiremnt where I have 3 custom objects - P__c, T__c, Ts__c.
1. Ts__c has a lookup to P__c.
2. Ts__c has a lookup to T__c.
3. T__c has a lookup to P__c.
Now when I will create record in Ts__c i can see lookup to P__c and T__c.
1. Ts__c is a related list in P__c.
2. T__c is a related list in P__c.
3. Ts__c is a related list in T__c.
I want when i will create a record in Ts__c(related list to T__c) , P__c lookup should get disabled.
Please let me know how to approach this scneario.
Regards
Create a Record Type with a pagelayout with the ReadOnly Field. Then use the Workflow FieldUpdate to change the pagelayout with ReadOnly Field.
If this helps, please mark it as Best Answer.
Any other way around apart from Record type.
Regards
Lookup field is not mandatory on page layout but master-detail relationship is.