cancel
Showing results for 
Search instead for 
Did you mean: 

Create Universe Access Restrictions with Java SDK

Former Member
0 Kudos

Hi,

We are having a problem creating Universe Access Restrictions, we can create an overload object but we can't find the way to associate it to a user group and set its priority.

Thank You

James

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

which BI version? In BI 4.1 have a look at IUniverse and the applyOverload method:

universe.applyOverload(overloadObj, userGroupID, true);

Never tried to set the priority number, so no clue how to do that, other than removing all restrictions and applying it again in the needed order, but that seems a bit odd.

Regards,

Matthias