Code:
"accountPhone": {
"type": "varchar",
"notStorable": true,
"directUpdateDisabled": true,
"select": {
"sql": "pn.name",
"leftJoins": [
[
"Account",
"accountLink",
{
"opportunity.accountId:": "accountLink.id",
"accountLink.deleted": false
}
],
[
"EntityPhoneNumber",
"epn",
{
"accountLink.id:": "epn.entity_id",
"epn.primary": true
}
],
[
"PhoneNumber",
"pn",
{
"epn.phone_number_id:": "pn.id"
}
]
]
},
"options": []
}

Leave a comment: