Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Not able to see attribute column while update user request

Sekhar
New Contributor III
New Contributor III

Hi Team,

Iam getting below error while update user request & attribute column is not visible.

I created 2 attributes prior i.e, location (Parent) & locationcode (Child) but locationcode is working properly. I used the same method for this one also.

Sekhar_0-1696416534724.png

Sekhar_1-1696416897360.png

I created child attribute that is departmentcode, parent attribute is department.

The column able to see & value is getting while creating user request, but issue is happening while update user request.

Attribute Name

Dyndepartmentcode

Request Type

User

Attribute Level

Department Code

Attribute Type

Single select from SQL Query

Value

select dv.ATTRIBUTE2 as ID from dataset_values dv join dataset d on dv.DATASETKEY=d.DATASETKEY where dv.ATTRIBUTE3 = ${dyndepartment}

Default

select dv.ATTRIBUTE2 as ID from dataset_values dv join dataset d on dv.DATASETKEY=d.DATASETKEY where dv.ATTRIBUTE3 = ${dyndepartment}

Required

Yes

Editable on Create

No

Editable on Update

Yes

User Column

departmentnumber

Parent Attribute

dyndepartment

What action to perform when Parent attribute changes?

Mapping

Could you please help me in this issue.

Thanks,

Sekhar

 

6 REPLIES 6

Dhruv_S
Saviynt Employee
Saviynt Employee

Hi @Sekhar , Thanks for contacting the Saviynt forums. Our team is reviewing the issue and we will keep you informed.

Dhruv_S
Saviynt Employee
Saviynt Employee

Hi @Sekhar , could you please also share the screenshot of the dynamic attribute details for the attribute locationcode for which it is working fine. Also please share the parent attribute details for the dyndepartment.

Sekhar
New Contributor III
New Contributor III

Hi @Dhruv_S ,

Location name (Parent Attribute):

Sekhar_0-1696490223003.png    Sekhar_1-1696490278596.png  Sekhar_2-1696490372249.png

Value: select distinct attribute1 as id from dataset_values where dataset_values.datasetname ='Name'

Location Code (Child Attribute):

 

Sekhar_3-1696490629466.png   Sekhar_4-1696490662364.png   Sekhar_5-1696490684834.png

Values & default values: select dv.ATTRIBUTE2 as ID from dataset_values dv join dataset d on dv.DATASETKEY=d.DATASETKEY where dv.ATTRIBUTE1 = ${dynlocation}

Department (Parent Attribute):

Sekhar_6-1696492285552.png  Sekhar_7-1696492311160.png  Sekhar_8-1696492327651.png

Values: select distinct attribute3 as id from dataset_values where dataset_values.datasetname ='Name' 

Department code (Child Attribute):

Sekhar_9-1696492579069.png Sekhar_10-1696492605831.png Sekhar_11-1696492622242.png

Values & Default Values: select dv.ATTRIBUTE2 as ID from dataset_values dv join dataset d on dv.DATASETKEY=d.DATASETKEY where dv.ATTRIBUTE3 = ${dyndepartment}

I used same method & query as but department getting issue.

 

Thanks & Regards,

Sekhar.

 

 

Dhruv_S
Saviynt Employee
Saviynt Employee

Hi @Sekhar , Could you please set the both flag to true (editable on create and editable on update) of the department code attribute and test the scenario again on create user/update user requests.

Regards,

Dhruv Sharma

Sekhar
New Contributor III
New Contributor III

Hi, @Dhruv_S 

Requirement is different, so we can't be editable on create.

The issue is resolved now. I think this is bug issue. After 3 days without any changes issue is sorted.

 

Thanks,

Sekhar.

Dhruv_S
Saviynt Employee
Saviynt Employee

@Sekhar 

Thanks for the update. Good to know that issue is resolved. If you face similar problem in future, you can raise a support ticket and our team will check if it is a possible bug.

Regards,
Dhruv Sharma
If this reply answered your question, please accept it as Solution to help others who may have a similar problem.