Help

How to get linked field table id?

Topic Labels: Custom Extensions
Solved
Jump to Solution
1469 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Gustavo_Zomer
4 - Data Explorer
4 - Data Explorer

Is it possible to get the linked table id from a Field?

I was looking at the Field docs and I couldn’t find anything.

I tried using the options property, but there is nothing in there.

Many thanks,

Gustavo

1 Solution

Accepted Solutions
Ronen_Babayoff
7 - App Architect
7 - App Architect

Hey Gustavo,

In the FieldType documentation, for the MULTIPLE_RECORD_LINKS field type you will see you have it in the options of the field, so to access it:

field.options.linkedTableId

I got it this way. If your field options are empty, maybe the field type is not MULTIPLE_RECORD_LINKS?

Cheers,
Ronen Babayoff
Superblocks.at

See Solution in Thread

1 Reply 1
Ronen_Babayoff
7 - App Architect
7 - App Architect

Hey Gustavo,

In the FieldType documentation, for the MULTIPLE_RECORD_LINKS field type you will see you have it in the options of the field, so to access it:

field.options.linkedTableId

I got it this way. If your field options are empty, maybe the field type is not MULTIPLE_RECORD_LINKS?

Cheers,
Ronen Babayoff
Superblocks.at