For example:
Funding Sourse: Student
Student Funding: 1 (auto populate)
I have attached a snapshot of the fields.
1 answer
You can achieve this by using a formula field.
Create a field of type formula and return type text.
Use the below formula in the formula definition.
IF(ISPICKVAL( Funding_Source__c, "Student"),"1","")