You need to sign in to do that
Don't have an account?
Record Type and Picklist Requirement
Hello,
I have 14 record types that when a picklist from the Status is selected, the text field comments__c, but be required when saving a record.
Can someone help me in figuring out the Validation Rule syntax for this?
Here are my API details:
Record Type IDs:
012d0000000XHqhAAG
012d0000000hPmqAAE
012d0000000hPmvAAE
012d0000000XMJNAA4
012d0000000XNaIAAW
012d0000000XMJXAA4
012d0000000XMK1AAO
012d0000000XMKGAA4
012d0000000XNZPAA4
012d0000000XNZKAA4
012d0000000XNZFAA4
012d0000000XNZAAA4
012d0000000XNZUAA4
012d00000015DKuAAM
Text field API Name:
Comments__c
Stauts API Name:
Status
I have 14 record types that when a picklist from the Status is selected, the text field comments__c, but be required when saving a record.
Can someone help me in figuring out the Validation Rule syntax for this?
Here are my API details:
Record Type IDs:
012d0000000XHqhAAG
012d0000000hPmqAAE
012d0000000hPmvAAE
012d0000000XMJNAA4
012d0000000XNaIAAW
012d0000000XMJXAA4
012d0000000XMK1AAO
012d0000000XMKGAA4
012d0000000XNZPAA4
012d0000000XNZKAA4
012d0000000XNZFAA4
012d0000000XNZAAA4
012d0000000XNZUAA4
012d00000015DKuAAM
Text field API Name:
Comments__c
Stauts API Name:
Status
Here is the validation rule:
Note: As a best practice, always use Record Type Name. Ids may change between environments.
Please take a moment to upvote and mark this answer as solved, if it helped you.
Cheers!
Ajinkya Deshmukh
All Answers
Here is the validation rule:
Note: As a best practice, always use Record Type Name. Ids may change between environments.
Please take a moment to upvote and mark this answer as solved, if it helped you.
Cheers!
Ajinkya Deshmukh
REcord Type Name = Choice 1 or Choice 2 or Choice 3
Picklist Name: Status
Picklist selection: Waiting
Text Field Name: Description
The below syntax isn't working correctly:
Great that you figured it out!
Cheers :)