Skip to main content
lalitha P a posé une question dans #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 réponses
  1. 10 août, 18: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