Mandatory Fields in Angular Web Portal

Hello,

I am using One Identity Manager v9.2.

I want to make the Valid Until and Reason fields mandatory in the Angular Web Portal. Employees shouldn't be able to submit a request without filling in these fields. How can I enforce this in the Angular Web Portal?

BR,

Volkan 

Parents
  • Alternative OOTB config option

    Create a new Request property (new definition)
    Ex: ShoppingCart

    On the parameters tab click Add
    Parameter name = OrderReason
    Parameter type = User prompt
    Display name = Reason
    Mandatory parameter = Yes

    On the parameters tab click Add
    Parameter name = ValidUntil
    Parameter type = User prompt
    Display name = Valid until
    Mandatory parameter = Yes
    Go to 'Value definition' tab and set Date type = Date

    Save and set this "Request property" on the service item.

Reply
  • Alternative OOTB config option

    Create a new Request property (new definition)
    Ex: ShoppingCart

    On the parameters tab click Add
    Parameter name = OrderReason
    Parameter type = User prompt
    Display name = Reason
    Mandatory parameter = Yes

    On the parameters tab click Add
    Parameter name = ValidUntil
    Parameter type = User prompt
    Display name = Valid until
    Mandatory parameter = Yes
    Go to 'Value definition' tab and set Date type = Date

    Save and set this "Request property" on the service item.

Children
No Data