Storing profile screen picture label in attribute
search cancel

Storing profile screen picture label in attribute

book

Article ID: 100069

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal

Issue/Introduction

How do I display two pictures as part of a task profile tab, and save the selection of one of these pictures (mandatory attribute, radio button) in a user attribute?

Environment

Release:
Component: IDMGR

Resolution

Pull in the pictures and the radiobutton html code via a field html object..
Then use that method to add an onclick() handler to the radio button that stores the selected value of the radio button in a user's field attribute.