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…
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…
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.
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:
…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).…
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.
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…
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… |
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?
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…
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…
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.
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…
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…
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…
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…
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…
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…
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.
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…
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
…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…
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?
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…
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…
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,…