0 votes
in Rock by MarissaEubanks (4.0k points)
edited

How to find attribute Id's for defined type attributes?

1 Answer

0 votes
by MarissaEubanks (4.0k points)
edited
 
Best answer

Example provided by Kate Quinn:

SELECT *

FROM Attribute

WHERE EntityTypeId = 31

AND EntityTypeQualifierColumn = 'DefinedTypeId'

AND EntityTypeQualifierValue = 117

Welcome! Here you can ask questions and receive answers (hopefully) from other members of our team.
...