-
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.
-
DQL faster than sysobject in DFC
Hi All, I heard and noticed that DQL is faster than sysobject creation in DFC coding.. So, should we use DQL for most or all our operations... Collection closing and other we can handle ... but is it a good practice to use DQL for every operation... Thanks, Hitesh
-
xCP 2.0: BAM reports does not show results
I have a problem with the BAM server. Any historical report I create and deploy gives me "do data" or "no results found". At first the quartz scheduler was not running, after i "auto-started" it, now the log files has no errors, except for: unable to store job with name: 'job name' and group: 'bamAggregations', because one…