Hi Team,
I have a custom field (Single Select) with 160 values in it.
I need a database query to find all the values with their ID
Please help
Thanks,
Pavan
Hi @Pavan
select ID,customvalue from customfieldoption where CUSTOMFIELD="your custom field id";
Edit: I didn't read your question thoroughly.
Sreenivasaraju P is right. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.