I have a Primary Contact entity that setup with:
I was hoping to add the email address to the name. Also is it possible to modify a value in the export as well?
Thanks in advance,
Stephen
PHP Code:
fields --
"primaryContact": {
"type": "link",
"required": false
},
links --
"primaryContact": {
"type": "belongsTo",
"entity": "Contact",
"foreign": "member"
},
Thanks in advance,
Stephen
Comment