Skip to main content
lalitha P 님이 #CRM Configuration에 질문했습니다
Hi,

I have the field name and I need to find the object to which it belongs to?

example:

field name: Status

I need to find the object to which this field belongs?
답변 3개
  1. 8월 10일 오후 6:39

    The query works fine if ordinary single quotes are used: 

     Select Id, Namespaceprefix,developername,TableEnumOrId from customfield where developername LIKE '%(FIELDNAME)%' 

    Otherwise you get :  

    Unknown error parsing query 

0/9000