function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Arun TyagiArun Tyagi 

Can we fetch the data in the term of picklilst at custom field in standard object

I make a 3 custom filed in standard object .first name ,last name and name.I make first name and last name in text field and I am storing the whole name in name field with the help of formula.but now I want all data in picklist in name field. when we save data in first name and lastname ..it store in name in picklist
ManojjenaManojjena
HI Arun,
Why you want this ,is it your business requirment? As limit is there in picklist so it will not store after the limit .

For this you need to use metadata API  to add picklist value to picklist .
Thanks
Manoj
Arun TyagiArun Tyagi
thanks Manoj for suggestion..

User-added image
Its a business requirment .here are two field salespersonfirstName and SalesPersonLastName.and third field name is SalesPersonName(hidden field).I am taking the data from salespersonfirstname and Salespersonsecond name . and storing the data into third SalesPersonName field with the Help of formula field. User-added image

at the time of edit
In this page i make a lookup in salesperson.but my requirment is picklist.how to make picklist instead of lookup
plz help me out in this problem

Thanks
Arun Tyagi