Improvements
Download from the Tasks Grid
If you need to use your to do list or those of your team outside the Deyel user portal, you now have the possibility to download the tasks grid to an Excel spreadsheet. To do this, a download button was added to My Tasks grid, so that you can do it in the same way you download your form instances.
Highlights
- Your to do lists can be downloaded and, if you are in charge of a team, you will also be able to do so with those of your collaborators.
- The downloaded file will respect the filters and sorting selected in the portal grid.
New Classes and Methods in Deyel SDK for Sending Files by Email
Deyel SDK continues to expand its functionality, making it easy to develop business rules that attach files to email notifications.
Highlights
- A new model class was added for sending emails that will allow the use of Deyel SDK the same way as with Deyel objects.
- Recipients, copy, blind copy, reply-to, subject, text and attachments can be indicated.
- Email files generated from the business logic, as well as references to files contained in fields of form instances can be sent.
Enhancements to the Java SDK for IT Developers
The SDK for Java continues to extend its functionality by allowing developers to perform case cancellation. This operation complements the use of cases, which together with the start and execution of tasks, gives users full control of their cases.
Highlights
- The service class of processes can be used with the cancelCase() method.
- The case to be canceled and the reason should be indicated.
- Any case under execution can be cancelled.
- If you cancel a case using the SDK facility, the same validations performed when doing so from the case show interface will be performed.
Reminders Integrated in Deyel
Deyel can send reminders of personal or work commitments. Events to be remembered can intuitively get registered for later visualization within graphical calendars.
Schedule a new reminder with a simple click on the desired date, indicating a brief description and its time if necessary.
By activating the new “Reminders” calendar these events represented in the graphical calendar can be seen and detailed information of each event can be accessed for consultation or update.
Highlights
- Repetitive events can be defined by configuring their periodicity (daily, weekly, monthly or yearly), indicating that they are repeated indefinitely or that they end on a certain date or after a certain number of occurrences.
- Each reminder can be configured so that Deyel notifies by email with the defined anticipation (in minutes, hours, days or weeks).
- If the events are repetitive, each occurrence will be notified independently, keeping the configured anticipation.
- The definition of reminders is private, each user can manage their reminders, without having access to the reminders of other users.
Other Improvements
- Business rules can be developed to interact with the Mercado Pago API by using a new Deyel adapter that easily integrates with this platform. By using this new functionality, operations carried out on the Mercado Pago platform can be shown, for example, show incoming payments or show, search and update orders.
- New functions to use in embedded rules were added:
- lastWorkingDay(pDate) allows to obtain the last work day of the month from a type date field.
- length(text) assists in calculating the number of characters in a text.
- extension(fileField) informs the file type uploaded to a form field.