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

auto populating a vaule from a picklist field
hi ,
i need some guidance on how to perform this task. i have a custom field - user license in a custom object. this field should populate the value from standard license i.e from profile . how can i do this?
you can achive this by Formula field.
or share some code snippet or approach that your trying to look at
Thanks
Try this :-
Create user license as formula field and return type text.
Put this formula in that field Text($Profile.UserType).