즐겨찾기lalitha P 님이 #CRM Configuration에 질문했습니다2016년 7월 20일 오전 9: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개정렬날짜별 정렬가장 유용한 항목별 정렬날짜별 정렬댓글 더 보기...Chris van Es8월 10일 오후 6: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 댓글 추가답변을 작성하세요...굵은 글꼴기울인 글꼴밑줄취소선불릿 기호 목록번호가 지정된 목록링크 추가코드 블록이미지 삽입파일 첨부링크 URL취소저장0/9000답글 쓰기
Chris van Es8월 10일 오후 6: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