• Overridable calculated new request properties

    We are working on a request form using the new Request Properties.

    The requirement is like, when user click on a product, it appears a form and asks few fields to fill up.

    One of those fields would be ‘User ID’.

    The requirement is, when the…

  • how do i update shoppingcartItem column (say ValidUntil) by passing new request parameter values in one identity manager

    I am using the new request parameters (with non-obsolete definition) which captures the ValidUntil, along with few other parameters .

    Question : how do i update shoppingcartItem column (say ValidUntil) by passing this new request parameter value.

  • Where is the value of a request property stored in v9.2?

    Hello,

    I'm currently implementing a request property in One Identity Manager v9.2 using the DialogParameter mechanism. However, I’m unable to locate where the value selected by the requester is actually stored in the request.

    My goal is to:

  • is it possible for request properties to access the value of another parameter and use it within a value definition condition (sql where clause)?

    For my custom request property I have a set of several parameters.

    The first one called "Department" is a user prompt for a department (uid_department) and the second one called "Person" is another user prompt for an identity (uid_person).…

  • ParameterSet ENUM

    9.0 CU3

    Is there a full enum for ParameterSet documented publicly somewhere?

    There is no tab-completion in Manager with this so no idea what options are available except for the very few references in the forums.

  • Modern request properties and columns on PersonWantsOrg table

    We are using modern request properties on some products as we want to leverage some of the new functionality (e.g. validation scripts).

    The behaviour we have noted with these is that:

    1. New request properties shown in a pop out as the item is added to…

  • Request properties value always UID

    9.0 LTS CU3

    I have a request parameter as a table lookup:

    Data Source Table
    Table column (query) ADSContainer - CanonicalName
    Display pattern %CanonicalName%
    Condition (query)
    isnull(CanonicalName, '') LIKE (SELECT Value FROM DialogConfigParm…
  • How to upload a PDF file using Request Properties in the Angular Web Portal?

    I was trying to upload a PDF file using the Request Property in the product, but the Request Property only allows the upload of PNG files. Is there a way to upload PDF files using Request Properties?

  • Modern Request Properties - prevent submission on validation failure

    v9.0 LTS (CU3)

    I'm trying to work through the modern request properties in the Angular portal. For the most part I have the majority working, however I do have a few issues that I can't seem to work out.

    Throw New VIException will correctly display…

  • Request Property cumulative parameter

    Hi,

    We are using version 9.2.1 with the Angular Portal.

    We need to configure a request property for some IT Shop items.

    In our specific case, the user is requesting SAP roles but, since users can have multiple accounts, we wanted to use a request property…

  • Automatic prefilled request property

    Hello everyone,
    I am in the process of deploying a product in Angular Web on OneIM version 9.2 that uses the new request properties.

    These are also displayed as desired.
    Now I am in the process of adapting the valuation scripts and validation scripts.

  • Issue with Multivalue Parameter resetting in Request Property(Version 9.2)

    Hello Everyone,

    I am encountering an issue with the Multivalue Parameter in the request property while using an Angular web portal (Version 9.2). When I select a value from the Multivalue field, it gets selected correctly. However, if I update another…

  • Parameter configuration in Version 9.2 New Request Property

    Hello,

    I’m implementing a user onboarding form using a new request property with fields including First Name, Last Name, Middle Name, Full Name, and Default Email Address. I need to understand where to place my scripts for formatting and calculation within…

  • Request Property field issue

    Hello,

    I am having an issue with the request property:

    The request is from the personwantsorg table, and I want to calculate the dynamic fields in the parameter query using "%", for example, UID_Person = '%UID_PersonOrdered%'.

    This works…

  • Regarding Request Properties, how can I reference another parameter in the Valuation, Validation script columns?

    Hi Guys,

    I am using Request Properties with the Angular Web Portal,

    And I have, for example, the parameters "First Name" and "Last Name". In the Validation column of the "Last Name" parameter, I would like to retrieve the value of the "First Name" parameter…

  • How may I use the Validation, Valuation and Data Dependencies script field in the new Web Portal?

    I am using the Angular web portal and studying how I could replicate other customers' product customizations

    I previously asked how I can customize products, and with the answer I solved part of the problem, with "Request Properties"

    Now…

  • Request property email validation

    I’m using request properties in the new web portal to create and update objects in AD. I’m able to do most of what I need, except validation of email addresses. I have simplified the parameter set a lot in this example, but this is basically what I’m…

  • Anyone implemented ITShop request properties on 9.x version?

    The request properties section has been completely redesigned. I think a lot can be done, just wondering if anyone has already played around and have some reference to check? I didnt find anything helpful in the documentation on how to use it.

  • Web Portal - Error 500 while saving the request properties for a service item

    Hi,
    I added a Condition (query) on a parameter of request property related to a specific service element. 
    When I create the request in Web Portal by proceeding to populate the properties, the first field becomes blank when we select the second field. Also…

  • Request property default value

    Environment: 1IM 9.1.1 Angular WebPortal

    we are adding 2 custom Request Properties for a service item 

    StartDate and ExitDate

    both of'm are DateTime type and UserPrompt, i would like to have the value of ExitDate automatically set to StartDate + 1

  • Request Property and data from PersonInDepartment

    Hi all,

    I am trying to solve the following use case:
    An Employee is associated with several Departments through PersonInDepartment. When the Employee is ordering a product from ITShop, they should be able to select one of their Departments in a drop down…

  • Request Properties 8.2

    Hello request properties' fields with the new definition does not show up in the new web portal (8.2 version). Is there any solution for that problem?

  • One Identity 8.2 - Request Properties dont show up in the webportal

    Hey there,

    i have a problem with the new type of request properties.

    For a product the Requester should fill an String Field and choose a ADSAccount out of Table Query.

    In this case the String Field is called "Mailboxname" and the Table Query directs…

  • Set PersonWantsOrg properties to mandatory for specific products

    This seems like it should be straight forward, however I haven't been able to find a simple solution to the following:

    There are a number of ootb fields on the PWO records which are used to capture details during the request - Reason, Valid From and…

  • Where Does 1IM Pulls Selective List of Columns for Request Properties From?

    I'm trying to build a custom form in web designer and need to load same/similar list of columns for request properties "ColumnName" column. When you go to manager and try to add a new request property, You can select a column from the drop down list,…