
3 respuestas
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

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