-
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…