• Web Portal issues with different data types

    Hi folks,

    We are trying to update our current One Identity Manager installation from v9.2 to v10.0. So, we are designing the web portal from scratch (as we were using Web Designer before).

    During creating new request types, we've faced an issue related…

  • Showing Different Data Types in Web Portal

    Hi folks,

    We are trying to update our current One Identity Manager installation from v9.2 to v10.0. So, we are designing the web portal from scratch (as we were using Web Designer before).

    During creating new request types, we've faced an issue related…

  • IT Shop Department Request parameter - hide the fullpath field

    I have a table lookup request parameter into the Department field.  This is working as expected, but the drop list showing the departments shows the name of the department, but also the full path to the department.  Is it possible to hide the fullpath line…

  • Enforcing reason to a product that has request propertiea

    From a user experience perspective I think it is very annoying that if I set some request properties to a service item and mark it to require freetext reason on request (ordertypereason) allows the user go all the way to submit a request before the system…

  • Debugging feature of request properties - just sharing

    Just because of the missing debugging feature something I implemented on our side.

    First a logging function which is working in all client, service and web application (even in log views):

    Public Shared Function CCC_CreateLogEntry(logType As MsgSeverity…

  • Request parameters validation - works when entering but fails check in shopping cart

    I am trying to build a few IT Shop requests, and am up to the point where I am adding in field validation.  I am using 9.0LTS CU4 with Angular portal.

    I have a number of fields, but I think I have tracked it down to one field validation that is causing…

  • How to get a visible computed request property

    I want to add a computed request property, which is visible in the request form in the new web portal.

    As far as my tests go, only parameters of "user prompts" are visible.

    How can this be done?

  • Permissions issue in IT Shop request - on property changed script

    I have an IT Shop item:

    paramTenant - Table view into AADOrganization

    paramPartnerID - Table lookup into AADUser user

    paramFirstName - Text field

    paramLastName - Text field

    I have created a on property change script (contains a lastName field as well…

  • Angular Request Properties - alternate to %UserUID%

    v9.0 LTS - jumping to v10 LTS early next year

    I was using '%UserUID%' in the condition query for a table lookup, but I noticed that this is always the authenticated user even if they are requesting on behalf of someone else.

    Is there an equivalent…

  • 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…