Multi Row Variable set in Walkup appointment record producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 02:23 AM
I'm getting error message 'Invalid appointment' when I added a multi-row variable set to my record producer in wu_appointment table. The multi-row variable set is showing fine, I'm getting the following error message on logs.
I am using OOB script only . There i found one BR "Create Appointment " in which interaction is getting created and giving an error so that appointmentId is not generating. Can anyone help me out in this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 02:37 AM - edited 03-14-2024 02:38 AM
Hi @VincyVDevan ,
Could you please explain problem in brief?
May be Scripting: If you have any business rules, script includes, or client scripts running on the wu_appointment table or related tables, review them to ensure they are not causing the issue. Pay attention to any scripts that might be interacting with the appointment data or the multi-row variable set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 03:56 AM
Hi @Arun_Manoj ,
I have created record producer in wu_appointment table . with single row variable sets its creating an appointment with OOB BR and script includes . When iam adding one multi row variable set to this record producer , it is not creating an appointment. It giving "Invalid appointment" error.
in one Script Include " AppointmentBookingImpl "
Script include "AppointmentBookingDao" , getting javaexception - "createAppointment: JavaException: java.lang.SecurityException: Method returned an object of type which is not allowed in scope sn_apptmnt_booking"
But from these OOB Script, How MRVS is causing an error for appointment creation .