OIM Form Customization

Hi,
My customer is having following requirements related to OIM Form Customization.
1.In createuser form,UserID ,Password and Confirm Password Should not be displayed.We are generating userid and password automatically and we should not allow the admin to enter userid and password while creating user.
2.Is it possible to make a form field mandatory only to specific usertype ? . For contractors,we need to make "Deprovisoning Date" as mandatory field but for employees,it should be a non-mandatory field.
3.Is it possible to have different form fields in Create user Form and Manager User Form.Since Create user form will be used to create contracors,we we don’t need to specify user defined fields related to employees ( JobName,PoitionName,EmployeeType etc) in create user form.
I am facing problems in implementing above requirements.Can somebody suggest,how I can implement these?.
Thanks.

Please check this Note 468779.1 from metalink.
Goal
How To Disable Password And Confirm Password or How to set the password fields as optional?
Solution
You can't set password field optional,this is mandatory field and hard coded in action class but you can set default value from jsp(tjspGenerateCreateUserForm.jsp) page. You can't be remove completely password section from User Creation Page as this is hard coded in the source code. Password is mandatory field for User creation API .
You can provide default password value from the JSP file. After modifying the JSP page as below,while creating OIM user both fields(Password and Confirm password) will not be editable.
Please try to modify tjspGenerateCreateUserForm.jsp
*(<BEA-Home>\user_projects\domains\proquire901\XLApplications\WLXellerateFull.ear\xlWebApp.war\tiles\util).
Add < value="123" readonly="true> these two attribute in password section and
ChangePassword section.
===
##Password section######
<td>
<html:password name="manageUserForm" property="password"
value="123" redisplay="true" readonly="true" styleClass="Fields" tabindex="1"/>
</td>
###confirmPassword section######
<td>
<html:password name="manageUserForm" property="confirmPassword"
value="123" readonly="true" redisplay="true" styleClass="Fields" tabindex="2"/>
</td>
==

Similar Messages

  • BPEL with human using task forms (customization in task display).

    All,
    I have deployed a BPEL with human task with task forms (customization in task display).
    For above customization Jdev automatically generates set of jsp files like Header1.jsp,Footer1.jsp,payload-body.jsp and <task name .jsp> and build an ear which includes war file.
    I have deployed ear as j2ee app using em console.
    It got deployed but when I check em console I could not see any active jsps listed.
    due to this task customizations are not displayed properly.
    but for same app in production instance, it is listing all jsp files in EM console
    Any idea where I am missing
    Thanks,
    Praveen

    I got it.
    If there are no active jsp/servlets listed means they are never invoked.
    I invoked them explicitly then they started coming in the list
    Regards,
    Praveen

  • Required Trigger To be Oracle Application Forms Customization and its order

    Hi All,
    I am new to oracle application forms customization.
    Can you please answer following?
    What are the triggers required to be overrided for forms customization in oracle appliocation?
    What is the order of trigger event occurrs when forms comes up in Oracle application?
    Thanks
    Prashant

    Hi Prashant,
    There are a number of triggers in Oracle forms. They are basically 4 types
    1. Form level
    2. Block Level
    3. Record Level
    4. Item Level
    Again there are subclassifications.
    The firing sequence depends on your action. If you make a change in an item and save the item level triggers fire for the item you changed. Then the record level triggers fire. However if you are click in an item(you are technically navigating to the item) the record level(when new record instance-WNRI) fires and then the item level trigger(when-new-item-instance WNII) fires.
    So it depends on the situation. Look in the forms tool help sections. The have some good discussions there.
    Now to 'override' triggers. I am assuming you plan to extend oracle standard forms. The best way to do this is use the CUSTOM.pll. Oracle forms call this .pll in various triggers such as WNRI, WNII etc. You can add your logic here and it will take effect and will be upgrade safe. Nowadays they have forms personalization. Take a look at this also to determine the best way.
    You may want to read the Application developers guide from metalink and they have a good discussion there on forms customization. It also talks about the CUSTOM.pll
    The scope of forms is huge and you would be better of taking a
    1. Forms course
    2. quick look through the forms section of the developer's guide and understand the concepts
    3. Honing on the customizations you want to do and start working on that specific component.
    4. Look in Metalink which has a lot of info on forms and forms forums.
    This is actually a Framework forum which deals with Web applications :-)
    Thanks
    Sandeep

  • How to edit OIM form filed properties

    There is pre-existing OIM form for Xellerate User resource object. The Name of the form is Users.
    I know that I can add additional fields to this form using 'User Defined Fields Definition' tab.
    But I need to be able to edit properties of existing fields of this form, such as 'Organization', 'First Name' etc...
    Let's say, by default 'Organization' field is required, and I want make it optional. What should I do?
    I know that all inputs for Users form are validated using tcUSRcheckACT system adapter. Which java package contains this adapter?
    Message was edited by:
    chii

    Modifying the Users form is all done through the FormMetaData.xml file. You can modify any of the entries as you like through this. However, you cannot modify the Organization field. There is a check on the pre-insert for tcUSRcheckACT that you cannot modify and this checks to verify you have supplied an organization, but i think it's mapped to the default field type and whatnot.
    You might be able to remove it if you export the tcUSR data object and modify the values in the XML and then import, but that might be a mess.
    Anyway, on the FormMetaData.xml file, you declare all your values and field labels and such, and then below that display them on the form as needed.
    -Kevin

  • How to create OIM form through code

    Hi,
    As per requirement, I have to create OIM form by calling createForm(hashmap) method in my code but not sure what parameter i need to paas as hashmap for this method.
    If any one can give me some idea about this or any other way of doing this.
    Thanks

    Hay Martin,
    I think he is talking about creating object and process form on the fly(Thats a weired requirement). To find out the key-value pair for map you need to do following.
    1.Go to the lookup definition and search for structure
    2.You will get lot of field related with structure utility for example: Structure Utility.Table Name,Structure Utility.Description and few more fields.Pass these field as a key in map and put the desired value.
    3.The map should contain all the required field value as it is needed at the time of form creation from design console.
    I have not done it before so I can not tell you exact key value pair needed for createForm () method but th above can be good starting point.Just play with few value and you will get the right combination.
    Hope this will help.
    Regards
    Nitesh

  • Repeat form customization on various Business Groups

    Hi,
    I would like to know if there is a quick way to repeat form customization on various Business Groups.
    I mean, i have done form customization on one Business group and need to do repeat similar form customization on various other Business Groups. I was wondering if there is any quick way to accomplish this other than doing it manually for each business group.
    Any help on this will be appreciated.
    Thank you,
    Raghu

    Hi Raghu
    You can try downloading your personalization via FND LOAD
    and change alter the business group in the files and load them back.
    FNDLOAD apps/$APPS_PWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct
    and alter the ldt file for the business group.
    Cheers
    Ankush

  • Miscellaneous issue form customization

    Hello,
    The form mentioned above is INVTTMTX with Form Version : 11.5.239.
    the user is requesting the following customizations to the form:
    -Use the Reference field to hold a list of values of names that currently have no reference in the system.
    -Add a descriptive flexfield to the form; should hold a seial number for the miscelaneous transactions that should be generated automatically.
    I need guidance because I don't know how to the above and what tools shall i use. Detailed instructions and an action plan will be very helpful.
    Thank you

    Hi,
    1. Reference field - isn't this a separate report? Your requirements are not specific enough.
    2. Setup a Descriptive Flexfield Column - read the Flexfields manual. Create a sequence in the database. Use when-validate-record trigger and forms customization or database trigger to populate DFF field.
    Regards,
    Gareth
    Blog: http://garethroberts.blogspot.com/

  • Problem in reports6i parameter form customization

    I am calling report developed under reports6i using rwservlet from j2ee web application. I was able to successfully customize the parameter form internal to report using Report Escapes properties, Before Form value and After Form value. I am using header.htm and footer.htm to render header and footer related html. I am able to use style sheet file also. Everything is working fine with this file. But when I try to repeat the same changes to another report (rdf), it is not taking the changes. No matter what I do, report is taking the settings from parameter form builder tool. When I run the report outside of web ie., from report builder, it is showing the parameter fields and labels I have made changes to, but when I run as web report it is taking the parameter fields and labels that report builder tool has. I am frustrated and do not understand, everything working fine with one report is not working with the other. Is that a bug? or am I missing something? Please help. I really appreciate your help.
    Thanks in advance,
    Raju

    Thanks Philipp for the response. Yes I verified whether server picking the changes. That's how I found its only picking from the parameter form builder. Whatever changes I made to the actual parameter form I was not seeing. But I was seeing whatever changes I made in the parameter form builder. I do not want to use parameter form builder wizard. It's kind of weird and that's why I do not see logic behind what's going on? I am wondering is it a bug in the reports developer tool. I am using oracle reports6i (Report Builder 6.0.8.11.3).
    Thanks,
    Raju

  • Failed to get value of the "Attachments" column after my Edit Form customization in share point 2010

    Hi,
    I am trying to customize the Edit Form in sharepoint 2010 .After my customization when i click on save it is giving below error.
    Failed
    to get value of the "Attachments" column from the "Attachments" field type control.  See details in log. Exception message: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) "
    Every thing works fine if i  uncheck the Attachments property of the custom list.But i would need user to allow add attachments to the list.Could you
    help me to resolve  this issue.

    Hi,
    It would be better if you could provide the steps in details about how you customize your Edit Form.
    Anyway, you can take a look at the similar thread below, there is someone stuck with the similar issue before:
    http://social.technet.microsoft.com/Forums/en-US/d60e2a8e-575d-4b3c-959f-2a6a2b1364cf/failed-to-get-value-of-the-attachments-column?forum=sharepointcustomizationlegacy
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • Need suggestion on forms customization

    Hi All,
    I'm new to Oracle Forms and would like to know how to go about the following on a seeded form in Oracle apps R12.
    1) On the 'Create Service' form which is available under Field Service Manager responsibility, we have a field called 'Category'. I checked the record history and it is coming from the view cs_sr_incidents_v_sec
    2) The requirement is to get this field from some other table (client has requested for a change based on their business process).
    3) Can you please advise me on how to do this? Can it be done by modifying custom.pll?
    4) Also please help me with links to any tutorial/demo explaining similar change in a seeded form of Oracle apps.

    Modifying seeded forms (objects) is not supported, and your changes might get lost each time you apply an application patch that overwrites this form/object.
    Customizing/Extending Oracle Applications Release 11 FAQ [ID 101048.1]
    Global Customer Services Customization Guidelines [ID 122452.1]
    If you want to change the source object that a form is reading from then you need to create your own custom form and use a different view/table.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Customization&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Forms+AND+Customization&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Sharepoint 2010 List Edit Form customization.

    Hi All,
     we are hiding default Listformwebparts in New & edit forms of a list, and displaying new visual webparts in those pages.
    To save the filled data , we have two options .
    1. Save button in the visual webpart.(which is working fine)
    2. Save button in Ribbon. 
    2nd option is not triggering the code which we wrote in the save button of visual webpart . how do we call custom button code, while clicking on ribbon save button.
    Any suggestions regarding this would be helpful.
    ragava_28

    Hi,
    Please refer below articles to invoke custom action code behind.
    http://www.projectserver2010blog.com/2010/01/sharepoint-2010-ribbon-customization.html
    http://stackoverflow.com/questions/14448391/invoking-code-behind-from-sharepoint-ribbon
    Hope this will help you.
    Senthilrajan Kaliyaperumal

  • Telesales forms customization

    Hello...
    I would like some help on customizing a Telesales screen. I am modifying an existing customizable tab (ASTCUTM1) to query data from a new custom table. I can develop the form easily but I do not know how to integrate with the master block using the party id.
    Can anyone help. Will provide more info if needed.
    Thanks

    Hi, did you ever find a solution for this? We are trying to do the same thing.

  • OIM 10G Customization Guide

    Hello,
    Can anyone provide me the link for customization guide[administrative & user console] for OIM 10g.
    Thank-You

    The PDF is available here:http://download.oracle.com/docs/cd/E14899_01/doc.9102/e14765.pdf

  • Job Scheduling Workbench  filter form customization

    Hi,
    The menu like
    Manufacturing Scheduling - Job Scheduling Workbench
    For each sales order lines there are eight or more work orders, i want to pull this all work orders, based on the sales order no,
    How to customize the Filter form, pls give me pointers how to customize the job scheduling workbench.
    Thanks & Regards,
    Rajasekaran V

    Hi Rajasekaran
    Did you manage to find any information on customising the workbench, particularly to manage by sales order?
    Thanks
    Geoff

  • User form customization

    hi ,
    I have entity adapter for userid and password generation so i dont want those fields to be visible in the create user form and i dont want that fields to be mandatory. How can i change this..
    Am using jboss appserver..how can i make them non mandatory and invisible

    Hi syednister,
              As per my understanding you need to Customize RCDC of User...
    For that you need to create the custom attribute in the Schema management, then adding the attribute in the Administrator can update and view the user MPR.
    Add the Filter permission of the attributes and then Customize the RCDC for user creation and editing.
    Edit the xml file into any XML editor and by pasting the following code:
    <
    my:Controlmy:Name="EmployeeEndDate"my:TypeName="UocDateTimeControl"my:Caption="{Binding
    Source=schema, Path=EmployeeEndDate.DisplayName}"my:Description="{Binding
    Source=schema, Path=EmployeeEndDate.Description}" 
    my:RightsLevel="{Binding
    Source=rights, Path=EmployeeEndDate}">
            <
    my:Properties>
              <
    my:Propertymy:Name="Required"my:Value="{Binding
    Source=schema, Path=EmployeeEndDate.Required}"/>
              <
    my:Propertymy:Name="Value"my:Value="{Binding
    Source=object, Path=EmployeeEndDate, Mode=TwoWay}"/>
            </
    my:Properties>
          </
    my:Control>
    and IIS reset....
     

Maybe you are looking for

  • 10.9.2 update sleep issue with NEC monitors confirmed

    After updating from Mac OS10.9.1 to 10.9.2, both my friend, who lives in another city, and I find that attempting to put our MacPros (2010, think his is a 2009 model) attached to a NEC PA 301 (mine) or PA 271 (his) series pro monitors to sleep experi

  • Firefox freezes for up to a minute when I have two tabs open and running a video and a flash game. Why?

    Firefox freezes for up to a minute when I have two tabs open, one playing a YouTube video, the other with a flash game running, and the screen shows the contents of both tabs, one superimposed on the other. If I have other tabs open, they also appear

  • Firefox doesn't finish loading

    Yesterday my Firefox browser crashed. When i tried to reopen it, it only comes up as a window with a title bar (no words) and a black window for the body. I have tried: A) restarting my computer B) reinstalling firefox C) uninstalling firefox and rei

  • Subvi will not terminate

    I am having issues with terminating a subvi. From searching the forum, I have found that several people want a similar setup, but I was unable to find one that met my needs. I am trying to have a "main" vi that have "links" to other "vi's" so that wh

  • Where is Nokia reader for C6-01 ?

    I have successfully updated to Anna, but many users here havo claimed they have received Nokia reader app while I didnt get one. Or is it only for C7? And what is this notifications app that is installed as built in? What is it used for And how shall