• [Web portal] Placeholder text for date field

    Hello everyone,

    Anyone know how I can change the placeholder format of the Date field in OIM version 9.1?

    The placeholder has the format M/d/yyyy and I would like to use DD/MM/YYYY which corresponds to the French format.

    Thanks in advance

  • Direct product url in the IT Shop

    Hello, 

    I would like to know how we can have an url for a product in the IT Shop, so that when employees click on the link ( in an email or from another webpage like Jira) it takes the employee to the product page in the IT Shop directly so that they can…

  • Migration from WebDesigner Frontend to HTML5 Frontend - Object Dependent References

    Hello,

    we currently use the OneIM WebDesigner IT Shop and want to migrate to the HTML5 IT-Shop.

    In WebDesigner we have some Object Dependent References like Insert_ShoppingCartItem, Edit_ShopingCartItem or Edit_PersonWantsOrg to add popups, custom verification…

  • Resize identity image - Web Designer

    Hello everyone,

    How can I resize the jpeg picture of an identity on the Web Portal? The images we have are too big (for example, 604x906 px), so they are being cropped on the master data page of the employee.

    Is it possible to resize the images on the…

  • How to convert a query from SQL to be inserted in the condition of a Case in Web Designer?

    In One Identity Manager 8.2 I would like to edit the (viewing) condition of a Case inside a Switch in the Web Designer:

    The problem is that I don't know how to convert the query from SQL to the language supported by the condition. The docs says it's…

  • Make a custom columns view automatically selected in WebPortal

    Hi everyone,

    Is there a way to automatically select a saved custom view at page load in One Identity 8.1.5?

    Basically, I would like to select this

    without have to do it every time.

    Thanks,
    Andrea

  • How can I change the login page error message?

    I need to change the error message on the login page, but I looked in the VI_Common_Login Web Designer component and I didn't find any message that I could change, I just found container5 - Error/message that just change the message display style to a…

  • DialogParameters in 8.2 - how does validation works

    Hi,

    I have 2 questions regarding new feature in 8.2 meaning DialogParameters. There are fields for validation scripts - do you have any examples of such scripts? What's the expected output and how can we refer to current value?

    Second thing - how…

  • Fetching Data from standard view going into infinite loop for some users during Web Portal login, no issue during tool login

    Currently a few test users in one of our Pre-production environment are having logon issues while logging on to the web portal. The issue is that once they try to logon using their username and password (authentication method - Employee (role based) they…

  • Where does webdesigner/web portal gets the Field displaynames from?

    For some fields e.g UID_PersonOrdered, displaypersonordered, webdesigner/ITshop shows it as "Delegate" but the displayname in PersonWantsOrg or Shoppingcartitem is "Recipient".

    I'm trying to find where is it picking these names/titles…

  • How to dynamically display Logo in webportal

    Hi

    I would like to display the VI_Common_CompanyLogo dynamically, it should be calculated by importsource value of currently logged user.

    Can anyone advise on this?

  • Allow Approver to edit the details of the requester in Web Designer

    In the Web Designer I have an IT shop item-Service Account, when a person requests for that Item he needs to fill in some details and then send it for approval.

    The Hierarchy for the same is- Business Owner->Product Owner.

    I want the details mentioned…

  • VI_UserRegistration_Web compiler error since migration

    Hello,

    since the migration to 8.1.2 we have a compiler error in VI_UserRegistration_Web that we cannot understand because it was never used or extended.

    2020-09-30 09:24:36 +02:00 - Serious -         Error in CCC_Start, nodes VI.WebDesigner.Definition…

  • Select multiple values from dropdown list in Web UI Newhire form

    Hi,

    We have a requirement to provide an option to end user to select multiple products from a dropdown list in WEB UI New hire form.

    with OTB option available, we are able to make user select one product from dropdown, but any leads how to make multiple…

  • Default Grid Sort in Web Designer

    Hi,

    Currently in grids being used in web designer, when we click on a column to sort it sorts ascending first  and then descending on the next click. Is it possible to change this default behavior to descending on the first click and ascending later.

  • Remove Column from Hyperview Person in WebDesigner

    Hello ,

    We are using One Identity Manager version 8.1.2  and we need to remove certain columns from Person hyperview in webdesigner .

    We were able to do this in v7 by modifying propertylist() , but we don't seem to find this in V8 . 

    Any help would…

  • Display delegated manager in WebPortal

    Hi,

    I'm trying to customize the Person-overview page (VI_Common_ObjectSheet) in the webportal to show the manager currently responsible for the displayed user. I get the desired manager with the following SQL, but I don't know how to get this to work…

  • Web Designer viewing changes

    Helo,

    I recently had a co-worker change some condition on employees in Configure Project.

    My co-worker can see the changes altough I cannot. I closed and reopened and made sure he pubisled the changes to all.

    Anyone had this issue or know how I can see…

  • Icons missing in Web Front-End

    Hi ,

    We have recently migrated to version 8.1.2 .Certain icons like 'ico_open-decisions.png' , 'ico_my-history.png' , 'ico_user-roles_edit.png'  and few more are missing from WFE  . 

    These roles are being displayed  using PictureUrl…

  • Add field in web portal (version 8.0)

    Hello all,

    I'd need to add some fields from 'Person' table in the 'additional columns' but on the 'Pending Attestations' view in the web portal. (For instance, I'd need to add recipient's email address, among others)…

  • WebDesigner - Timer node

    Hi,

    I have a problem with 'Timer' node using. Here is my Web Designer project:

    Timer parameters: timeout in milliseconds - "5000", loop condition - "1=1" (also I have tried "true", "exists(...) " etc), Run asynchronously - unchecked, Execute…

  • New module in Web Designer

    Hello,

     I have reviewed the Web Designer documentation and searched the user forum without success. I created a new module in my project, and added a tab to the menu. How now to create sub-tabs in the menu item and where in my project (I mean the path to…

  • Default Icon colors

    Hello,

    Has anyone changed some of the default icon colors in web designer?

    I was able to change the scheme but the icons are still blue i would like to change them to match my scheme.

    Icons such the information icon, back button, and filter buttons.

  • How can i increase character length of "Reason" field when submitting the Request in ITSHOP?

    Hello Experts,

    We have a need to expand the character limit on the "Reason" Field to accomodate additional notes for the users to put in the requests.  Where can i find this?  i tried looking in to Web Designer but was not able to find it...…

  • How to work with timespans in webSQL

    I try to check a time range between 2 dates.

    WebSQL can execute this statement 

    addMonths(getDate(),5) - getDate()

    with the result "153.00:00:00"

    If I use Len,substring or other string functions on this result it won´t work. If I use a format…