admGetLastActiveDates

admGetLastActiveDates

 

Syntax

admGetLastActiveDates(accountId)

Package

adm

Alias

 

Pkg Usage

lastActiveDates(accountId)

Description

Returns a JLastActiveDates structure containing information about last active dates of the user on different products.

Parameters

Parameter name

Type

Required

Description

Parameter name

Type

Required

Description

accountId

string

Yes

The account Id of the user to be queried.

Return Type

JLastActiveDates

Returns the last active dates of the user.

Example

JLastActiveDates lastActive = admGetLastActiveDates(currentUser()); int indexCC = 1; for(JProductLastActiveDate plad in lastActive.productLastActiveDates) { runnerLog("---productLastActiveDate " + indexCC + "---"); runnerLog("product = " + plad.product); runnerLog("lastActive = " + plad.lastActive); indexCC++; } runnerLog("--------------"); runnerLog("addedToOrganization = " + lastActive.addedToOrganization);

See also

Need support? Create a request with our support team.

Copyright © 2005 - 2026 Appfire | All rights reserved.