Current Account
Content Type: Module
Categories:
Overview
A single javascript action to retrieve the current account.
Useful for example to show the FullName of the logged in user without having to call a microflow.
Documentation
Demo url
Description
This app store module contains a single javascript action to get the current account.
If the currentUser does not exists or is not of type account returns empty
Typical usage scenario
Get the current account in a nanoflow to do any kind of logic on it or use it as a datasource to show for example the fullName of the logged in user.
Features and limitations
Gets the current account without a call to the server as is the case with a microflow.
Releases
Version: 1.1.0
Framework Version: 8.0.0
Release Notes: Added example
Version: 1.0.0
Framework Version: 8.0.0
Release Notes: First release