FIM - Forcing fields to update for empty fields

Hi All,

Please can someone help point me in the right direction and let me know if a custom field [in my case Printer code] is not filled in to force those users to update that field?

If it is possible, can someone paste a link, have tried a bing and TechNet but cant seem to find anything.

February 2nd, 2015 6:40am

Hi,

You need to add the "Required" parameter in the RCDC Edit of person, for your custom field:

<my:Control my:Name="Description" my:TypeName="UocTextBox" my:Caption="{Binding Source=schema, Path=Description.DisplayName}" my:RightsLevel="{Binding Source=rights, Path=Description}">
          <my:Properties>
               <my:Property my:Name="Required" my:Value="{Binding Source=schema, Path=DisplayName.Required}"/>
               <my:Property my:Name="Rows" my:Value="3"/>
               <my:Property my:Name="Columns" my:Value="60"/>
               <my:Property my:Name="MaxLength" my:Value="450"/>
               <my:Property my:Name="Text" my:Value="{Binding Source=object, Path=Description, Mode=TwoWay}"/>
          </my:Properties>
     </my:Control>

You can force the value to "True"

Regards,

Free Windows Admin Tool Kit Click here and download it now
February 2nd, 2015 7:05am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics