Documentation Index

Fetch the complete documentation index at: https://help.rapididentity.com/llms.txt

Use this file to discover all available pages before exploring further.

Dashboard Action

Prev Next

incrementROITally

Increment the tally for a user-defined ROI Type

Property

Value

Description

connection*

expression, variable

the Portal connection definition

roiTypeId*

choice (dss.addDistributionListMember, dss.addGroupMember, dss.changePassword, dss.createAccount, dss.createDistributionList, dss.createGroup, dss.createMailbox, dss.deleteAccount, dss.deleteDistributionList, dss.deleteGroup, dss.deleteMailbox, dss.disableAccount, dss.disableMailbox, dss.enableAccount, dss.enableMailbox, dss.moveAccount, dss.moveDistributionList, dss.moveGroup, dss.removeDistributionListMember, dss.removeGroupMember, dss.renameAccount, dss.renameDistributionList, dss.renameGroup, dss.updateAccount, dss.updateDistributionList, dss.updateGroup, dss.updateMailbox) text, expression, variable

the ID of the ROI Type whose tally should be incremented

count

expression, variable

the number of tallies to generate (must be > 0). The default value is 1 if no value is provided

returnVariable

expression, variable

name of the variable to be assigned to the return value

roiTally = incrementROITally(connection, "TestROITally")
log("ROI incremented = " + roiTally, "green")