Link To Entry field: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
mNo edit summary
Line 13: Line 13:


Once linked, fields in the linked library may be referenced from the current library from '''[[Calculation field]]''' scripts, '''[[JavaScript field]]''' scripts, and from aggregation functions.<br/>From a  Calculation field, use '''''linkFieldName.fieldName''''' or pick from the '''+Field''' list. From a JavaScript field, use '''''field("linkFieldName")["fieldName"]'''''. If from a trigger script, you would need '''''entry().field("linkFieldName")["fieldName"]'''''.
Once linked, fields in the linked library may be referenced from the current library from '''[[Calculation field]]''' scripts, '''[[JavaScript field]]''' scripts, and from aggregation functions.<br/>From a  Calculation field, use '''''linkFieldName.fieldName''''' or pick from the '''+Field''' list. From a JavaScript field, use '''''field("linkFieldName")["fieldName"]'''''. If from a trigger script, you would need '''''entry().field("linkFieldName")["fieldName"]'''''.
; Accessing attributes of Link to Entry fields
: Link to Entry fields may have attributes that will have a value for each linked entry. See '''[[Accessing attributes of Link to Entry fields]]'''.


; Importing linked Google Sheets
; Importing linked Google Sheets

Navigation menu