How to find attribute IDs for specific attributes

We had to request a backup copy of our database recently for a deleted record. I'm trying to get back the attribute/custom fields. By process of elimination I was able to figure out 5 of the 10, but the remaining 5 have no text or comments in the fields only the Attributes ID and Attribute Types ID. Anyone have any magic insight as to where I find those. When I try querying, it appears only the attribute import ID comes out which is not what I'm looking for. Thanks in advance!

Best Answers

  • Alex Wong
    Alex Wong Community All-Star
    Tenth Anniversary Facilitator 5 Kudos 5 bbcon 2025 Attendee Badge
    Answer ✓

    not exactly sure what you are trying to do, but if you want the attribute id, that's not the same as *** attribute import id (i.e. Consittuent Attribute Import ID). Attribute ID is the ID assigned to the attribute category, not the individual attribute for a constituent record.

    If you are on RE NXT, you can use Query, select the attribute (custom field) category's description or any field) as filter or output, then go to Option and Copy JSON. paste into notepad.

    image.png

    the unique_id is the attribute id

    image.png
  • Denise Miller
    Answer ✓

    Thank you @Alex Wong! What I had been trying to do, was from the record that no longer existed within RE/NXT, the backup file had many code #s/IDs for the various fields but did not give the actual field names. Our IT department was able to provide most of the data but I was trying to figure out where to get some of the actual table names that the code #s referenced. It was from that information by process of elimination I was able to decipher what the field names were. Our IT department had been extremely helpful in securing the backup and finding that missing record, I was trying to be proactive in not having to ask them for additional data. :) Appreciate this community!

Answers

  • Elizabeth Johnson
    Elizabeth Johnson Community All-Star
    Tenth Anniversary Kudos 5 April 2026 Monthly Challenge First Reply

    If you use Import in the database view you can export all of the fields necessary for backing up your attributes. The hot pink are required and the purple are conditionally required.

    image.png

    What I like to run is a query I shrunk the name field (third column) to protect our data. I export this data before deleted any attribute from the system on the off chance someone regrets it (no one has ever in my time here) so I can restore it.

    I do have to update the fields each time so that it reflects the Import ID, Description, Data, and Comment of the specific attribute.

    I don't know of any other ids involved with attributes. This system has worked well for our org for the last 20 years. We will see how this all works next year.

    image.png
  • Sorry, I should have elaborated more. The file that comes back from BB is coded and the schema data is what is strictly coding where my need to have been able to decipher what those tables were connected to. By "process of elimination" for the section I was working on, I believe I have figured out the action types and have been able to replace the data within the Action area of the database. I appreciate your insight @Elizabeth Johnson!

Categories