Hi All,
I've been working towards adding a field to the Contact Info tab for the 'msidmPhoneGatePhoneNumber' attribute, so that our helpdesk team can quickly see if a user has a number registered for SSPR.
So far, i've done the following:
- Taken a backup of the default RCDCs.
- Edited the 'Configuration for User Viewing' RCDC by adding the following code under the grouping for the Contact info Tab. I copied the 'mobilePhone' attribute and modified it using the system name for the Phone Gate phone number attribute.
<my:Control my:Name="msidmPhoneGatePhoneNumber" my:TypeName="UocLabel" my:Caption="{Binding Source=schema, Path=msidmPhoneGatePhoneNumber.DisplayName}" my:Description="{Binding Source=schema, Path=msidmPhoneGatePhoneNumber.Description}"><my:Properties><my:Property my:Name="Required" my:Value="{Binding Source=schema, Path=msidmPhoneGatePhoneNumber.Required}"/><my:Property my:Name="Text" my:Value="{Binding Source=object, Path=msidmPhoneGatePhoneNumber, Mode=TwoWay}"/></my:Properties></my:Control>
3. Uploaded the new RCDC into the portal.
When using the portal to view a user (ticking the box and clicking details), the page just pops up with the 'unable to process your request' error.
If i click on the users name in the list, the edit window opens fine.
I've had a look at capturing the logs, but they don't seem to indicate an obvious cause.
Has anyone else come across this before
Thanks
Anthony