-
Handle Attachments While Case Creation in xCP
Hi, I have an external webpage from where i fill a form and add multiple attachments and submit. I know how to capture the entered form values in a process but i don't know how to handle the single/multiple attachments. So my question is how to design the process to handle the form data and attachments to create a case…
-
XFormsProcessorException: Unable to perform action because the trigger id, save-trigger, is not in t
Hi all, I got an Exception when i try to configure taskspace component form to taskspace I am creating a taskview using form builder I found the solution that add save button . But there is no option to add save button. whenever I click on finish button this exception has been occur. XFormsProcessorException: Unable to…
-
How to check if a Date Field in a Eletronic Form is null or not set ?
Hi, I need to check if a Date Field in a Eletronic Form is null or not set, like 1/1/0001 12:00:00 AM, to show/hide another field, using Forms Builder rules. I've tried this: 1- myDateField != "" 2- myDateField != "1/1/0001" 3- myDateField != "1/1/0001 12:00:00 AM" But did not work. How to do that? Thanks.