cancel
Showing results for 
Search instead for 
Did you mean: 

Triggering modify task assigned to privileges

Former Member
0 Kudos

Hi there,

on privilege level a modify task can defined which is triggered whenever selected attributes are changed. Obviously, this works only if the attributes are set via "to Identitystore pass". If the attribute is being set via javascript function, the task is not being triggered. Is this a known issue and is there a workaround?

kind regards

Matthias

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

by jScript I take it you mean using the uIS_SetValue function. This could be a known issue but you should register a ticket to make sure. There's traces of an additional function called uIS_Validate(mskey,operation) but its not documented and it doesnt appear to work so...

The easiest way to work around it is usually to make a To IdStore pass that uses functions to return values for the attributes you want to update:

MSKEYVALUE   %MSKEYVALUE%

MXREF_MX_ROLE   $function.myListOfRoleChanges()$$ which would return a list of {A}rolemskey|{D}rolemskey operations.

This obviously gets difficult if you want to update multiple entries...

Br,

Per Christian

Answers (0)