Favoritoslalitha P perguntou em #CRM Configuration20 de jul. de 2016, 09:06How to find the object based on the field name?Hi,I have the field name and I need to find the object to which it belongs to?example:field name: StatusI need to find the object to which this field belongs?3 respostasClassificarClassificar por dataClassificar por mais útilClassificar por dataCarregar mais comentários...Chris van Es10 de ago., 18:39The 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 Adicionar um comentárioEscrever uma resposta...NegritoItálicoSublinhadoTachadoLista com marcadoresLista numeradaAdicionar linkBloco de códigosInserir imagemAnexar arquivosURL do linkCancelarSalvar0/9000Responder
Chris van Es10 de ago., 18:39The 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