I am using 4.4.3 CE on BPM 8.5.7 and none of the controls appear to show a red asterisk when setting them as required in the visibility settings. Is this by design?
OK, so I created a function createDateFromDateString(): <script> function createDateFromDateString(dateString){ var date = new Date(dateString); return date; } </script> And I am [...]
When I remove that portion, I get this error: Error in [eventON_CLICK] inline event handling logic for view /Button4 (UID=78)a.log.error.a.log.error @ bpmext.js?build=201603010311:15 [...]
I am trying to write a formula in a Data CV that would calculate the difference between two dates selected in Date Selector CV’s on a coach. Currently I have just @[email protected] but [...]
I am interested in this pattern. I am trying to create a table with button int he row that will open a modal with additional editable details for that row (address, phone, etc.). I need the [...]