cancel
Showing results for 
Search instead for 
Did you mean: 

what is a Field Id for a Taxonomy Record ? (Java API)

Former Member
0 Kudos

First, I get the fields of the taxonomy table:

Taxonomy Id T6

Field DisplayName

Field Id F30_36

Then I get the records of the taxonomy table

but when I tried to use :

records<i>.getAttributes(FieldId);

I get the error:

java.lang.IllegalArgumentException:

Field with ID 'F30_36' is not Taxonomy field of table 'T6',

what field Id do I need to get the attributes of the record?

Thanks

Nicolas

Accepted Solutions (0)

Answers (1)

Answers (1)

nitin_mahajan2
Contributor
0 Kudos

Field with ID 'F30_36' is not Taxonomy field of table 'T6', Seems you are using the field Id of the taxonomy field of the main table and trying to use the same field Id to get value of another field from the taxonomy table.

I think the Field Id that you have is of the field on the main table record.

You may want to get the fieldId of the Texonomy Table field.

Regards,

Nitin