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

Picklist Value should be displayed in anotherfield
Hi
I have a picklist field called Type whenever i select a field from type it should automatically display on the another field called Name
How to achieve this
Thanks in advance
I have a picklist field called Type whenever i select a field from type it should automatically display on the another field called Name
How to achieve this
Thanks in advance
Thanks,
Thanks For your reply PB and Workflows both perform operations on after insert only i want before insert also how to achieve
Try Below Trigger Please Mark It As Best Answer If It Helps
Thank You!
Greetings!
You can implement this easily using the formula field.
Create a formula field called Name of return type Text.
IF(OR(Type = NULL,Type = ''),'',Type)
If you find your Solution then mark this as the best answer.
Thank you!
Regards,
Suraj Tripathi