locked
Help about a "required" field on RCDC RRS feed

  • Question

  • Hello all,

    I have a "required" field here but I would like to know if its possible to get this field "mandatory" depending on the "UserType". Is that possible ?

    <my:Control my:Name="RestaurantRef" my:TypeName="UocIdentityPicker" my:Caption="{Binding Source=schema, Path=RestaurantRef.DisplayName}" my:Description="" my:RightsLevel="{Binding Source=rights, Path=RestaurantRef}">
            <my:Properties>
              <my:Property my:Name="Required" my:Value="true"/>
              <my:Property my:Name="Mode" my:Value="SingleResult"/>
              <my:Property my:Name="ObjectTypes" my:Value="Restaurant"/>
              <my:Property my:Name="ColumnsToDisplay" my:Value="DisplayName,Description"/>
              <my:Property my:Name="AttributesToSearch" my:Value="DisplayName"/>
              <my:Property my:Name="Filter" my:Value="/Restaurant[ActiveStatusBoolean = True]"/>
              <my:Property my:Name="ResultObjectType" my:Value="Restaurant"/>
              <my:Property my:Name="Value" my:Value="{Binding Source=object, Path=RestaurantRef, Mode=TwoWay}"/>
              <my:Property my:Name="ListViewTitle" my:Value="Search Restaurant Category"/>
              <my:Property my:Name="PreviewTitle" my:Value="Restaurant Category"/>
              <my:Property my:Name="MainSearchScreenText" my:Value="Search Restaurant Category"/>
            </my:Properties>
          </my:Control>

    Tuesday, September 29, 2020 8:35 AM

All replies

  • Hi Kevin,

    you can apply the below section in the RCDC (Creation, and Editing).

    <my:Properties>
              <my:Property my:Name="Required" my:Value="true"/>
    </my:Properties>


    Srinwantu Ghosh

    • Proposed as answer by Borys Majewski Saturday, November 21, 2020 12:00 AM
    Friday, November 20, 2020 6:22 PM