How to add description to Workgroup using a rule

Which IIQ version are you inquiring about?

8.3

Can any one help, how to add description to a workgroup when that is creating using a rule

Hi @y_purini

A workgroup is actually an identity object use the method setDescription(“your description”) when processing the rule.

1 Like

Hi Nicholas,

Thanks for your reply!

setDescription() is not available in the identity class, getting error while trying to use that method.

Hi @y_purini

What is the error? It is inherited from the global SailPoint object class.

Here is the error: Error in method invocation: Method getDiscription() not found in class’sailpoint.object.Identity’

Hi @y_purini

There must be error in the code.

You need to setDescription(“your description”)

You currently have getDiscription()

If you are trying in another place to get the description the method is not correct.

getDescription()

Didn’t notice that, I am actually returning the getDiscription() in the code before setting that up.

I tried setDescription in first place but didn’t worked, may be a typo.

But thanks a lot Nicholas, it worked now

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.