Hello all.
I am using the VOIP integration extension and am having issues with adding a custom link field to the call popup. I am trying to add a "CallScript" link field of the "Call" entity. The "Call" entity works fine with the "CallScript" link, but referencing that field in the "popupNotifications.json" file doesn't work properly. The call popup shows the field properly, but when you click to select one, it returns a null error in the console. I'm assuming this is because there is no call record associated with the current VOIP popup, therefore it cannot get the CallScript for that call?
I have referenced "https://docs.espocrm.com/extensions/voip-integration/customization/#adding-a-call-name-to-a-call-popup" and that is what led me to the error. Do I need to add a link to the "VoipEvent" entity? Or am I completely missing something else?
I am using the VOIP integration extension and am having issues with adding a custom link field to the call popup. I am trying to add a "CallScript" link field of the "Call" entity. The "Call" entity works fine with the "CallScript" link, but referencing that field in the "popupNotifications.json" file doesn't work properly. The call popup shows the field properly, but when you click to select one, it returns a null error in the console. I'm assuming this is because there is no call record associated with the current VOIP popup, therefore it cannot get the CallScript for that call?
I have referenced "https://docs.espocrm.com/extensions/voip-integration/customization/#adding-a-call-name-to-a-call-popup" and that is what led me to the error. Do I need to add a link to the "VoipEvent" entity? Or am I completely missing something else?

Comment