Skip to content

Releases: doyle-johnpaul/ROToolbox

RO Toolbox - CheckboxGroup

01 Aug 15:45
c7b1ced
Compare
Choose a tag to compare

The CheckboxGroup tag will convert a simple list prompt into a set of checkboxes allowing the end user to make multiple selections from the list. The output is a string with the selected values separated by semi-colons.

Usage:
Add a display only text prompt called @CheckboxGroup before a Simple List prompt in a request offering.

RO Toolbox with DateString tag

30 Jul 15:20
6708857
Compare
Choose a tag to compare

Sometimes you want a user to provide a date, but you don't want to specify the time. SCSM will always store dates with the time in UTC, but if you need a date of birth for instance, the time zone information is irrelevant.

The @DateString tag placed before a text field in a request offering will create a date picker on the form, but store the data as a string in the user input.

It takes one optional parameter, format.

Examples:
@DateString {"format": "D"}
@DateString {"format": "yyyy-MM-dd"}

This will format the date in the display and in the output using the formatting rule specified. See this page for the options available.

ROToolbox for SMP 9.4.1 and above

20 Dec 07:39
1c4a543
Compare
Choose a tag to compare
Merge pull request #8 from doyle-johnpaul/SMP941_Compatibility_Release

Returned properties changed

ROToolbox for SMP up to v9.4

20 Dec 07:31
923ddfe
Compare
Choose a tag to compare

This release of the ROToolbox is compatible with the Cireson Portal up to release 9.4.0.