Login to follow
Reactive Utilities

Reactive Utilities (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 27 September 2022 by Product League
Reactive Utilities

Reactive Utilities (ODC)

Documentation
0.1.0

You can see the full list of actions and their respective use-cases below. For detailed instructions on how to use each action, please refer to the Demo Application available at https://productleague-eap-dev.outsystems.app/ReactiveUtilitiesDemo.


DATES

Get the current device's date and time.

  • GetDeviceDateTime


ENCRYPTION

Cypher a text using SHA512 algorithm.

  • CypherText


SEARCH

Highlight a text list with a searched value.

  • HighlightSearchList


DEBUG

Create a debug log.

  • Debug
  • Debug_StartSync
  • Debug_EndSync

Delete all client logs.

  • Debug_DeleteAll


TIMERS

Focus on an input after a timeout.

  • FocusAfterTimeout

Execute a function after a timeout.

  • SetTimeout

Start/stop a timer to execute a periodical action.

  • StartTimer
  • StopTimer


HTTP REQUEST HANDLER

Add a favicon in the application.

  • AddFaviconTag

Get the application domain.

  • GetDomain
  • GetPageName

Perform a GET request (REST API).

  • RestAPI


CUSTOM MENU

Create and retrieve a custom menu.

  • GetDummyMenu (client & server actions)


MATH

Execute a set of mathematical functions.

  • Math_*


TEXT

Split a text by a splitter character

  • String_Split


RANDOM

Generate a random decimal or integer number.

  • RandomDecimal
  • RandomInteger

Generate a random GUID

  • RandomGUID


REGEX

Replace a text inside another.

  • Regex_Replace

Search a pattern inside a text.

  • Regex_Search

Verify if a pattern exists inside a text

  • Regex_Test
  • Regex_Validator


VALIDATOR

Validate an information.

  • IsEmailValid
  • IsNaN
  • IsTextValid


JAVASCRIPT EVENTS

Focus an input.

  • FocusIt

Trigger a click on a button or a link.

  • ClickIt


KEYBOARD KEYS

Detect an Enter press.

  • GetEnterPress
  • CloseKeyboardOnEnterPressed

Trigger a button when pressing a key.

  • KeyboardKeyMakeWidgetClick
  • TriggerButtonOnEnterKeyCode

Get a character code.

  • GetCharCode


CLOSE FEEDBACK MESSAGES

Close a feedback message.

  • CloseFeedbackMessage
  • CloseFeedbackMessageUsingAPI

Close a feedback message with timeout.

  • CloseFeedbackMessageWithTimeout