A customer who is in 22R2 has a requirement to attach several media items in to a survey answer.
Is this possible to make it available on survey answers media attachments so that multiple images can be attach to a single answer.
Is this possible by enabling object connection on surveyAnswer LU and with a customization enabling
media items on ServiceEngApp-cust.app
@Override
medialibrary {
entity SurveyAnswer {
prefetch = true;
}}
I suspect there’s more to be done in ServiceEngApp-cust.client file as well as above only did not work as we wanted. I tried adding as a image viewer and added to the card EmployeeSurveysCard. but that didn’t work either.
imageviewer CardSurveyAnswerImageViewer for SurveyAnswer {
media {
enabled = /true];
}
}
Should we add this as a command as well?
Is it possible for someone who has MWO experience to guide me on this customization? Are there any additional steps to be done here or this is not supported in mobile for 22R2?
Thank you!