Pulling specific field from a contact for a calculation field
I'm trying to pull the "organization" detail from the contact field on an app. I've tried '@Client(organization)' but get the error 'organization is not defined' and it will not let me save. Is there a method to this madness?
-
Do you want to pull it from the Workspace contacts (thats's not possible, you only can get the name) or from an App? If from an app: Is the calculation field in the same app or in another app?
If in the same app: @NameOfTheFieldWhereOrganizationIsIn
If from another (related) app: @all of NameOfTheFieldWhereOrganizationIsIn.
Please sign in to leave a comment.
Comments
1 comment