Hello everyone,
I am trying to populate a notStored field with the value of a field from a linked entity:
I have entity "Tenancy" linked to entity "Landlord" in a many-to-one relationship, and I am trying to populate notStored field "tenancy.landlordSignature" with the value from "landlord.signature".
I have been reading and believe that the correct way is to use "select": option at Tenancy entityDefs in field "landlordSignature" but I don't understand the syntax for accomplishing this.
Can anybody help or provide guidance ?
Thanks !
I am trying to populate a notStored field with the value of a field from a linked entity:
I have entity "Tenancy" linked to entity "Landlord" in a many-to-one relationship, and I am trying to populate notStored field "tenancy.landlordSignature" with the value from "landlord.signature".
I have been reading and believe that the correct way is to use "select": option at Tenancy entityDefs in field "landlordSignature" but I don't understand the syntax for accomplishing this.
Can anybody help or provide guidance ?
Thanks !
Comment