Aggiungi ai preferitilalitha P ha fatto una domanda in #CRM Configuration20 lug 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 risposteOrdinaOrdina per dataOrdina in base alla maggiore utilitàOrdina per dataCarica più commenti...Chris van Es10 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 Aggiungi un commentoScrivi una risposta...GrassettoCorsivoSottolineaBarratoElenco puntatoElenco numeratoAggiungi linkBlocco codiceInserisci immagineAllega fileURL del linkAnnullaSalva0/9000Rispondi
Chris van Es10 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