Trying to retrieve info from Relationship field in App
So I have an APP called Submission it has a relationship field that looks to an app called Director. The Director App is a list of names of various Directors. A third app is called "Coverage Assignment" and it needs to mirror many of the fields (but not all) from a related record in Submission.
So the Key Field of Coverage Assignment is a relationship field for the Title field in submission. So I can access most of the fields from Submission by using Calculation fields like @all of {field name}. However I can not seem to access the info in the Submission:Directors field which shows the key field from the Director which is Director:Name field.
So the question is can it be done.
-
Hi Joel,
no, you can't access directly the info from a relationship field into a calculation field in a third app. You have to use a workaround: Create a calculation field in Submission which gets the Director's Name
@all of name
. This new field you can access from Coverage Assignment.Rainer
Please sign in to leave a comment.
Comments
5 comments