I have an entity name = CStudentApplication. One of the fields is a Enum called callingCampaignOutcome.

When the user views the Student Application then can log calls via rthe History part of the screen
I want the value of callingCampaignOutcome to be shown in the call window and I would like to add the same enum and for the operator to be able to change the value in this window so they dont have to go back and change in the main window -
When the operator saves the call I would like the new value to be reflected back in the main student application window.
Can this be done? If so what are the steps involved as I would need to bring the current value into the form and save it afterwards?
As a minor curveball the Call entity has other parents so I only want the calling campaign to be displayed if the recipient (parent) is a Student Application as other parents will not have calling campaigns
I hope that makes some sense!
I am using Version 9.1.8 running on ubuntu.
When the user views the Student Application then can log calls via rthe History part of the screen
I want the value of callingCampaignOutcome to be shown in the call window and I would like to add the same enum and for the operator to be able to change the value in this window so they dont have to go back and change in the main window -
When the operator saves the call I would like the new value to be reflected back in the main student application window.
Can this be done? If so what are the steps involved as I would need to bring the current value into the form and save it afterwards?
As a minor curveball the Call entity has other parents so I only want the calling campaign to be displayed if the recipient (parent) is a Student Application as other parents will not have calling campaigns
I hope that makes some sense!
I am using Version 9.1.8 running on ubuntu.

Comment