Ajouter aux favorislalitha P a posé une question dans #CRM Configuration20 juil. 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 réponsesTriTrier par dateTrier par ordre d’utilitéTrier par dateChargement de commentaires supplémentaires...Chris van Es10 août, 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 Ajouter un commentaireRédiger une réponse...GrasItaliqueSoulignerBarréListe à pucesListe numérotéeAjouter un lienBloc de codeInsérer une imageJoindre des fichiersURL du lienAnnulerEnregistrer0/9000Répondre
Chris van Es10 août, 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