Update an entry when another entry links to it #4464
Answered
by
edalzell
ARCHES-Academy
asked this question in
Q&A
-
Consider this scenario: An entry (A) blueprint contains an Entry link field, and a user uses this field to link an entry (A) to another entry (B). Is there an option to automatically update the linked entry (B) with a reference to the entry (A) being linked from? |
Beta Was this translation helpful? Give feedback.
Answered by
edalzell
Oct 12, 2021
Replies: 1 comment 5 replies
-
You could write a listener for |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
ARCHES-Academy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could write a listener for
EntrySaved
and handle it in there?