Urgent: Form customization

Hi all,
As we know that help key for a particular field shows an icon at tle "left" side of field.
But we require it on "right" side.
Any pointer can be helpful.
This is really urgent.
Please reply.
Thanks in advance.

You could hack your own help component using code similar to this after the field in question:
<Field>
<Display class='Html'>
<Property name='noNewRow' value='true'/>
<Property name='html'>
<String>
<a href="/idm/help/iHelp-content.html
title="Click for more information"
onmouseover="javascript:window.status='Click for more information';return true"
onmouseout="javascript:window.status='';return true"
onclick="javascript:openIHelp('Identity Manager', 'Guidance', '/idm', 'YOUR HELP HTML HERE');return false;"
target="iHelp">
<IMG SRC="images/helpi_gold.gif" WIDTH='12' HEIGHT='12' BORDER='0' ALT=''>
</a>
</String>
</Property>
</Display>
</Field>

Similar Messages

  • URGENT: Form Import FAILED with  Unable to generate UI form: ORA-0650

    I am importing application components from one installation of portal 3.0.9.8 to another installation. Both installed versions of POrtal are the same.
    The application name is PROFILE_APP. I have created this same app with same specifications as in source, in the target portal instance.
    To import, I am using the SQL scripts generated through portal using the "Export" feature available for each component.
    I could successfully import LOV into this app from source to target by running the above generated SQL. When i run the SQL for the form component in the target - i get the following error :
    ...Importing component: ID = 5861481106 Name = WST_USER_PROFILE_V_FRM Owner = WST_PROFILE_PORTAL30_APP Type = FOT
    *** ERROR ***
    wwa_generate_module.transfer_fot_metadata: Unable to generate UI form: ORA-06502: PL/SQL: numeric or value error
    The form worked successfully in the source instance.
    Any help is greatly appreciated.
    Thank you,
    Tanushree.

    Form CustomForm_791b1adc_97fd_4de1_a077_646a418fe59b extends form Microsoft.EnterpriseManagement.ServiceManager.ChangeManagement.Forms.ChangeRequestForm, which already has another extension (CustomForm_3e2fd77f_cfed_40f9_9def_c6735078bf2a).
    you already have a form customization that extends the change request form, and this MP is also importing a different customization to the same form. each form can only have one customization. 

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

  • 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

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

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

  • SSPR form customization

    Hello , 
    is it possible to customize the forms in the SSPR page ? 
    Is it possible to use FIM SSPR for multi-domain ? 
    Regards

    You cannot have password reset working both way (from DomainA to DomainB
    and from DomainB to DomainA). It would create a loop of changes (for example if you would reset pass in DomA it would be flown to DomB, to DomA, to DomB and so on).
    In Sync manager you should have one agent per domain or if they are in the same forest, it can be done with one agent for all domains within the forest. And if you want to use PCNS, users from both (or more) domains should be joined to the same metaverse
    object.
    User has to be registered to be able to password reset. For FIM (Portal) DomainA\user1 is a different user than DomainB\user1, so you would need both users registered. So they can have different answers.
    For customization:
    http://technet.microsoft.com/en-us/library/hh877808(v=ws.10).aspx
    If you found my post helpful, please give it a Helpful vote. If it answered your question, remember to mark it as an Answer.

Maybe you are looking for

  • Mass display or print Purchase Order History

    Instead of checking your Purchase Order History one at a time, you can now mass display or print them with this customized abap report. Mass display or print Purchase Order History You can request report by : 1.  Change date 2.  User Name 3.  Purchas

  • I can't view "Adobe webpage" when i tried to connect my "web widgets" with CS4

    Hi there, i purchased Adode CS4 in 2009, but i haven't tried the "web widgets" in Dreamweaver CS4. i contacted Adode but they said to me that i might have some answer in the forum Adobe. Can't someone help me for CS4 old version for my "web widgets"?

  • Where are real files?

    Hi guys! Maybe somebody knows... I drag and drop video file from the library of Aperture 3 to desktop, but these things (it is obviously not real media files) weight now, for example, about 15 kb for file of half minute HD video... And I can watch th

  • What exactly is the "intervals" input of the "Mode PtByPt.vi"?

    I'm using this "Mode PtByPt.vi" now. I cannot get it to work as I want, since I don't know what the "intervals" input really is. ?How will it affect the "Mode" output of my input data. Appreciate if someone can explain

  • Airport Extreme best practice configuration for Sleep Proxy, DHCP/NAT and PPPOE

    Hi I have recently bought a Airport Extreme and it is working well.  One of the reasons I bought is to take advantage of the Bonjour Sleep Proxy on it so I can wake my MAC up remotely from my iPad using the REMOTE app to stream things like iTunes etc