You need to sign in to do that
Don't have an account?
Custom Object - Standard Field coding
I created a custom object titled "Interview Results".
By default there is a required standard field that is either a text (80) or an auto-number. I want this field to auto-fill with whatever the user chooses for a picklist. Is this possible?
The picklist is titled "Interview Type".
Essentially I want the standard field "Interview Results" to equal whatever the user picks from the custom field "Interview Type".
It won't allow me to choose the picklist values... and even if I put a default value of "TEST", it still won't let me Save the record until I insert a value in the standard field since it's required.
Hi. You should try using: TEXT(Interview_Type__c) in your formula. Hope this helps.
Use this in your formula.
Text(Interview_Type__c)
It will repalce Name field with your picklist value after it created