on 2024 Oct 02 2:03 PM
Hello,
Could someone let me know which JavaScript functions are supported in Business Rules (SAP FSM).
Are there any restrictions?
Request clarification before answering.
"JavaScript expressions used to define variables, conditions and input fields in business rule actions should be based on the ECMAScript 6 standard."
Aside from ECMAScript 6 expressions we support the following commands:
arrays.equals(array1, array2)
arrays.equalsIgnoreOrder(array1, array2)
Getting a translated string
i18n.translate(language, key, [argument1[, argument2[, ...[, argumentN]]]])
Convert an Identifier to a UUID
fsm.identifierToUUID(id)
Convert a UUID to an Identifier
fsm.UUIDToIdentifier(uuid)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
8 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.