Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




customfieldlookup

add-ons

Dear Gemini support,

i need to find customfield lookup value from CustomFieldID

example lookup field
1: a
2: b
3: c

should i create a customfieldlookup?

is there a way to find lookup value..

thanks

lucaslyu
· 1
lucaslyu
Replies (1)
helpful
0
not helpful
ANSWER

Yes, use the custom fields serrvice:
serviceManager.CustomFieldsService.GetCustomField(1);

This will return the custom field entity with the lookup data populated.


Mark Wing
· 9108
Mark Wing