Extending Views
I have extended all the password views to support an attribute that needs to be updated when the password is changed or reset. I am able to update the attribute via the password views.
I am not able to reference the value of this attribute with the password views within either a form or a workflow. I can do so with the user view. I cannot see it when I check out any of the password views but I can when I check out the user view.
I extended the view by adding the following code to the attribute in the resource:
<AccountAttributeType id='6' name='companyPasswdDate' syntax='string' mapName=''companyPasswdDate' mapType='string'>
<Views>
<String>Password</String>
<String>ResetUserPassword</String>
<String>ResetPassword</String>
<String>ChangeUserPassword</String>
</Views>
</AccountAttributeType>
Is it possible to reference from these views or is this for updating the attribute only?
Thanks,
Ruth

