Output

Function Description
ftos.logging.log Saves a log a message in the trace_roll.log file located in the root of the web application.
ftos.logging.setProperty Sets a custom property to be included in log messages.
ftos.logging.getProperty Retrieves the value of a custom logging property.
ftos.logging.clearProperty Clears the value of a custom logging property.
ftos.logging.isPropertySet Checks if a custom logging property has been defined.
ftos.context.response.setMessage Displays a notification or alert message at the bottom of the screen after the transaction completes.
throwException Displays an error message at the bottom of the screen, logs the error, and rolls back the transaction.
ftos.messaging.send Sends an email using a predefined template.
ftos.messaging.sendNoEx Sends an email using a predefined template. In case of errors (email address or SMTP), does not raise an exception, it continues the workflow execution.
ftos.messaging.sendMobileNotifications Sends a notification to subscribed user devices using the Azure Notifications Hub push engine.
ftos.messaging.sendEmail Sends an SMS message.
ftos.identity.otp.send Sends a server generated one-time password.

server.b2c.deleteTemporaryIdentity

Deletes temporary identities created in B2C sessions.