Question

Photo of Damaris Carreno

0

AttributeID 12021, 11660, 18311

Does anyone know what AttributeID 12021,11660, or 18311 is referring to? We've been having some errors with our Connection Card. 

Screen_Shot_2022-11-09_at_2.32.04_PM.png

  • Photo of Kurt Vogeler

    0

    If you have problems finding them in the attributes list,

    and you have access to "Admin Tools > Power Tools > SQL Command.

    You can enter this select query and see the names.

    SELECT
    [Id]
    ,[Name]
    FROM
    [Attribute]
    WHERE [Id] in (12021,11660,18311);

  • Photo of Morgan Woods-Leshe

    1

    These are the ids for certain attributes. You can find all the attributes in rock by going to the admin tool box -> System settings -> entity attributes. You can see all the attributes in Rock and their IDs there.