Creating a Custom Form

I have been involved in IDM for some time but am new to the Sun solution - so new to Identity Manager and Netbeans so am after some basic information.
I am using Sun's Identity Manager 7.0 release with Apache 5.0, Java 1.4.2, MySQL 5.0 and AD/AM (it's on XP) - it's up and running.
I would like to create a dummy form (just some basic data - firstname, lastname, some text boxes, radio buttons, drop down fields) and then be able to post that form to the the Identity Manager Portal. Then i'd like to view the form in a web browser. I am having problems finding documentation on how this is done.
Is there a tutorial (i have been through all pdf's) or can someone provide step by step (detailed for a newby) instructions on how this is done?

I am searching for the same information - I found these two promising posts - there is reference to "Workflows, Forms and Views" guide (819-6131) that I will search for:
http://forum.java.sun.com/thread.jspa?forumID=764&threadID=5136944
http://forum.java.sun.com/thread.jspa?threadID=5136944&messageID=9744755#9744755

Similar Messages

  • How to create a Custom form Template..

    Hi Eperts,
    I would like to seek a help from you regarding creating a custom form template on custom BO. could you guide me where i have gone wrong in successfully creating a Print form. I am in dead need of this particular solution for a client. It is hampering my entire scenario......
    1. I had created a Custom BO and I am trying to preview the created form on the OIF screen.
    2. I had created a form on above of the custom BO. This created form and form group is activated and configured as of needed by opening it through ALD (Adobe Life Cycle Designer).
    3. I had created a BAC element with some scoping questions and activated it. After activating it i had deployed the Business configuration.
    4. my solution got updated with the created and deployed BAC elements and i had done scoping for those elements to make my created form available.
    5. I can see my form template in Form Template maitaince under Application user managment WOC. I had made it to be available for all users and published.
    6. All the above steps are done success fully with no errors.
    7. When i accessed my custom BO and tried to preview the created form i am unable to view it and i am seeing the following window.
    Could you help me out in solving this or send me across any detailed document regarding this what you had done previously.
    Thanks in advance for your valuable help...
    Regards...
    Hanu K

    It looks like system didn't identify the form template. So please check if the required configuration for "Preview" modal dialog is done properly. In the SDK documentation, refer to section "8.4.3.4 Create a Preview Button for a Print Form"
    If you have already done the steps mentioned in the section 8.4.3.4, but still facing the issue then let me know.
    Best regards,
    Hari

  • Can I create a custom form in BC to output spreadsheet

    Hey Guys I'm new to Business Catalyst and wondering what would be the best way to create a Custom Form that after it is filled out it would generate a link to a spreadsheet with info from the form, or a link to download the spread sheet or even better an email with the spreadsheet attached.

    Hey there,
    That is currently not possible in BC. You cna have a download spreadsheet come through but not one you can update with info.

  • Creating a Custom Form - SurveyESQUE form (PLEASE READ!)

    Hello,
    I'm looking for help building a custom form that is like a survey (compiles "votes) but it allows users to "vote" more than once. We would be using this to compile data to find trends at our company for certain aspects of our organization.
    So all I need is something like a survey that let's users "vote" (but not really a vote) as many times as they want. Does anyone know if there is a way I can do this with Vibe or would this be something I would have to custom make using a .JSP?
    Please anyone with any ideas chime in! I really appreciate the help

    rblehar,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Create a custom form

    Hi All,
    I am trying to create a Webcenter Portal application that would allow users to create a new page and add some Input Box and a button which would call the Email API to send emails.
    First, I have added Input Box and Command Button components to Resource Catalog
    Command Button:
    <cust:showDetailFrame xmlns:cust="http://xmlns.oracle.com/adf/faces/customizable" id="#" background="light" contentStyle="background-color:transparent;" displayHeader="false" showMinimizeAction="none" showResizer="never" stretchContent="false">
      <f:attribute xmlns:f="http://java.sun.com/jsf/core" name="sdf_selection_rule" value="sdf_for_edit_mode_only"/>
        <af:commandButton xmlns:af="http://xmlns.oracle.com/adf/faces/rich" id="#"/>
      <cust:customAction action="sendEmail" location="both" id="sndEmail1" icon="/emailIcon.gif" text="Send Email" shortDesc="Send Email Action"/>
    </cust:showDetailFrame>
    Input Box:
    <cust:showDetailFrame xmlns:cust="http://xmlns.oracle.com/adf/faces/customizable" id="#" background="light" contentStyle="background-color:transparent;" displayHeader="false" showMinimizeAction="none" showResizer="never" stretchContent="false">
      <f:attribute xmlns:f="http://java.sun.com/jsf/core" name="sdf_selection_rule" value="sdf_for_edit_mode_only"/>
      <af:inputText xmlns:af="http://xmlns.oracle.com/adf/faces/rich" id="#"/>
    </cust:showDetailFrame>
    I have defined a Custom Action in the Command Button component.  Here is my adfc-config.xml:
    <?xml version="1.0" encoding="windows-1252" ?>
    <adfc-config xmlns="http://xmlns.oracle.com/adf/controller" version="1.2">
      <method-call id="testMethodCall">
        <method id="testMethodDef">#{backingBeanScope.backing_Test.testMethodCall}</method>
        <outcome id="__8">
          <fixed-outcome id="fixedOutcomeOfMethodCall">defaultOutcome</fixed-outcome>
        </outcome>
      </method-call>
      <task-flow-call id="dummy-task-flow">
        <description id="__2">A dummy task flow</description>
        <display-name id="__1">dummy-task-flow</display-name>
        <task-flow-reference>
          <document>/WEB-INF/dummy-task-flow.xml</document>
          <id>dummy-task-flow</id>
        </task-flow-reference>
      </task-flow-call>
      <control-flow-rule id="__11">
        <from-activity-id id="__12">*</from-activity-id>
        <control-flow-case id="__18">
          <from-outcome id="__19">sendEmail</from-outcome>
          <to-activity-id id="__17">testMethodCall</to-activity-id>
        </control-flow-case>
      </control-flow-rule>
      <control-flow-rule id="__3">
        <from-activity-id id="__4">testMethodCall</from-activity-id>
        <control-flow-case id="__6">
          <from-outcome id="__7">defaultOutcome</from-outcome>
          <to-activity-id id="__5">dummy-task-flow</to-activity-id>
        </control-flow-case>
      </control-flow-rule>
      <managed-bean id="__14">
        <managed-bean-name id="__13">backing_Test</managed-bean-name>
        <managed-bean-class id="__15">mypackage.beans.TestBacking</managed-bean-class>
        <managed-bean-scope id="__16">backingBean</managed-bean-scope>
      </managed-bean>
    </adfc-config>
    This is an unbounded task flow that has an action "sendEmail" that can move from * - any activity - to a test method.
    I added this to adf-config.xml
      <cust:adf-config-child xmlns="http://xmlns.oracle.com/adf/faces/customizable/config">
        <enableSecurity value="true"/>
        <customActions>
          <cust:customAction action="sendEmail" displayName="Send Email"
                             location="both" icon="/images/emailIcon.gif"/>
        </customActions>
      </cust:adf-config-child>
    Problem:
    I am not able to see this custom action when I try to change properties of this Command Button at Runtime.
    1) I run my Portal application.
    2) The default page opens.
    3) I go to edit mode, adding the Command Button from edit model
    4) I don't find the custom Action when I try to assign Action to the command button.
    Can someone have any suggestion on how I can debug this?
    Thanks, in advance.

    The doc describes how to integrate a Task Flow with my application.  I would like to see some documentation about how I can invoke a particular Task Flow from a particular page.
    Can you please let me know how I could invoke a particular Task Flow when I click on a button? I will also need to pass parameter from a af:inputText to the invoked Task Flow. Any help in this will be greatly appreciated.

  • What is the easiest way to create a custom form?

    I am trying to update some of my business forms, but there is no template for this. They are currently in PDF and they look horrendous when copied and pasted. I can't find a way to make it look better and more professional. I am also new with Pages, so it is possible I missed something. Thanks!

    My own tip :
    Copy your PDF then paste it in a Pages blank document.
    If you plan to use a Word Processor document, look in Pages User Guide the way to define the pasted object as a master one so you will be able to work in the main text layer.
    When the document will be OK, you will be able to reverse the process and remove the PDF which behaved as a temporary template.
    If you plan to use a Page Layout document, no need to change the PDF in a master object, there is no main text layer in such documents.
    Yvan KOENIG (VALLAURIS, France) mercredi 25 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k

  • Error while Creating user using Custome form

    Hi,
    I created a custom form same as create user form
    updated in xlDefaultAdmin.properties,xlWebAdmin_en_US.properties,struts-config.xml
    on this custom every thing is working fine but when on submit(Create User) it gives me below error
    in Admin Console : You do not have permissions to perform this operation.
    in App server log: maoRejections:You do not have permission to insert this object.

    My response is based on the following assumptions:
    Your custom form is similar to that of CreateUser form in all manners. The logic at the back-end has been written by you as well. As soon as you get all the values you call the createUser API of OIM to create the user. You have wriiten your custom action classes as well.
    The insert error may be due to the reason that the user which you are using to create the user doesn't have sufficient permissions. In other words, if this is done through Java code then while instaniating the API, the user used must be missing these permissions.
    If the error is due to this permission for users then we can give these additional permissions to individual users, if in case its not and you have some other scenario then just give me more details, probably I can help you for it.
    Thanks
    Sunny

  • Is it possible to edit a custom form created in SPD 2010 in Infopath 2010

    I created a custom form in SPD, and need to use Infopath to further modify the form using features not available in SPD.  But I can't get Infopath to open the custom form. Even if I selected the custom form in SPD and then click "Edit with Infopath"
    in the ribbon, it still opens the default form.  From list ribbon, it also always opens the default form, there is no way I can pick the form I want to edit.
    Just want to confirm - Infopath can only edit default form (from SPD or the list ribbon), but not any form custom built in SPD.
    Correct?

    Hi QuickLaunch,
    When edit SharePoint list forms in Infopath 2010, it always opens the original default Edit Form of the list.
    It is impossible to edit a custom form created in SPD 2010 in Infopath 2010.
    I suggest you Customizing SharePoint List Forms
    in InfoPath 2010 directly.
    Best Regards,
    Lisa ChenForum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]

  • How to use custom forms created in SharePoint 2007 to work in SharePoint 2010

    Hi,
    We have created some custom forms  in SharePoint 2007 (for add a New item and Edit item for some list and libraries) after migration to SP 2010 we found out thet we can use those custom forms because the document versions are 12.0.0.0 which
    should be 14.0.0.0  in  SharePoint 2010
    Could someone please tell me if we can migrate forms from SP2007 to SP2010 as well?
    I even tried to change document Version and content but still not working! Do we need to recreate those forms in SP2010?
    Thanks 
    Kate

    Hi Khojasteh,
    How did you do for changing document version and content?
    Whether you tried to set the forms update automatically, then re-publish them.
    There are some similar posts for your reference:
    Migrate Infopath 2007 to SharePoint 2010 site
    Unable to open infopath forms when migrated from MOSS 2007 to sharepoint 2010
    Migrate browser based InfoPath Forms with code behind from MOSS 2007 to SharePoint 2013
    Plan to upgrade form templates during an upgrade to SharePoint Server 2010
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • Creating custom forms

    It should be (is) possible to customize forms. In the create activities form i want to delete some buttons, however if i log on to the UK-hrms manager responsibility and go to configuration tools, custom forms, it is not possible to find the create activities form (otapddav).
    any help is welcome

    The problem seems partly solved... i created a custom form, and the button wasn't active anymore... but now the problem is the other way around, i can't seem to get this button active again.... well, well, well.

  • Text Items And Push Buttons Created on a customized form does not appear.

    Hi,
    I created a custom form and attached it to ebs. The form opens without any error.
    I had 3 text items and 2 push buttons with proper property class applied to them. But I am only able to see the prompt of the first text item. All the other widgets are not visible. What could be the possible cause for this.
    Deepak

    How are you running the form? Have you deployed it properly and attached it to a menu/form function and are viewing it within EBS?
    Did you open the TEMPLATE.fmb form and save a copy of it as the starting point for your custom form?
    --Johnnie                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to Call  fnd_submit.submit_program  in a custom Form ?

    Hi,
    Im creating a custom form based on TEMPLATE.fmb in Oracle EBS R12.
    I want to call a concurrent program (called: RVCTP) through trigger WHEN_WINDOW_CLOSED or WHEN_BOTTON_PRESSED whatever..
    I'm using this function: fnd_submit.submit_program
    How i can call it through the trigger ?
    I tried :
    declare
    con bolean;
    begin
    con:=fnd_submit.set_request_set('PO','TEST');
    con:= fnd_submit.submit_program('PO','RVCTP',NULL,'BATCH',NULL,89);
    commit;
    end;
    Nothing happening!
    Please advise!
    PS. i used fnd_submit.set_request_set because in Oracle Apps Developer's Guide it says i have to use it before fnd_submit.submit_program.

    Thank you,
    Check This in (20-30 Oracle Applications Developer's Guide R12 ) :
    Example Request Submissions
    /* Example 1 */
    /* Submit a request from a form and commit*/
    :parameter.req_id :=
    FND_REQUEST.SUBMIT_REQUEST (
    :blockname.appsname,
    :blockname.program,
    :blockname.description,
    :blockname.start_time,
    :blockname.sub_req = 'Y',
    123, NAME_IN('ORDERS.ORDER_ID'), 'abc',
    chr(0), '', '', '', '', '', '',
    IF :parameter.req_id = 0 THEN
    FND_MESSAGE.RETRIEVE;
    FND_MESSAGE.ERROR;
    ELSE
    IF :SYSTEM.FORM_STATUS != 'CHANGED' THEN
    IF app_form.quietcommit THEN
    /*form commits without asking user to save changes*/
    fnd_message.set_name('SQLGL',
    'GL_REQUEST_SUBMITTED');
    fnd_message.set_TOKEN('REQUEST_ID',
    TO_CHAR(:PARAMETER.REQ_ID), FALSE);
    fnd_message.show;
    ELSE
    fnd_message.set_name('FND',
    'CONC-REQUEST SUBMISSION FAILED');
    fnd_message.error;
    END IF;
    ELSE
    DO_KEY('COMMIT_FORM');
    IF :SYSTEM.FORM_STATUS != 'CHANGED' THEN
    /*commit was successful*/
    fnd_message.set_name('SQLGL',
    'GL_REQUEST_SUBMITTED');
    fnd_message.set_TOKEN('REQUEST_ID',
    TO_CHAR(:PARAMETER.REQ_ID), FALSE);
    fnd_message.show;
    END IF;
    END IF;
    END IF;
    I'm still getting an error "Wrong Number of types or arguments in call to 'SUBMIT_REQUEST' "

  • Calling Custom Form from Another Form

    Hi All,
    I have created a Custom form using TEMPLATE.fmb and created functions in Apps and assigned to Responsibility etc and it all works OK.
    Now, I need to call this Custom form from another seeded(PO form) Via Tools -> Menu.
    using Forms personalization I can get the Menu Entry and Actions to execute the Form successfully from the PO Form.
    BUT, I need it to automatically query records in my CUSTOM form based on my current PO_HEADER_ID value on my PO Form.
    How can I do it ?
    Do I need to modify my Block and add some parameters and then pass a value via Personalization ?
    Please help !
    Thanks
    Shankar

    Hi ,
    I found similiar solution on another forum as below.
    http://it.toolbox.com/blogs/apps-traction-blog/how-to-create-a-zoom-using-oracle-form-personalization-12081
    This works fine for the Purchasing form and allows me to zoom to the Supplier form.
    But in my case, I want to zoom from the Supplier Form to my CUSTOM form. I replicated the exact steps as per the link.
    However, it does NOT work as expected. It gets up to the ENTER QUERY mode in my CUSTOM form and remains in Enter Query mode. If I manually then Press key F11 to execute the query it brings back all records.
    Do I need to do anything special in my CUSTOM form to make it behave in a similiar way to the Supplier Form ?
    Thanks
    Shanky

  • Issue in Enter Query mode (F11) is not changing color to blue in oracle apps custom form 10g

    Experts,
    I have created a custom form , everything is working fine but when i pressed on the oracle apps custom form ( F11)  then its not changing the form color to blue.
    I have already done below setup but nothing is working fine :-
    1.APP_STANDARD.EVENT('WHEN-NEW-RECORD-INSTANCE'); at your block level Trigger.
    2.Execution Hierarchy Property to "Before" or "After" at block level trigger.
    Could anyone help on this.

    please compile the CUSTOM form and retest the issue
    $ frmcmp_batch.sh module=<form name>.fmb userid=apps/<apps password> output_file=$CUSTOM_TOP/forms/US/<form name>.fmx module_type=form compile_all=special
    AppsMasti
    shairng is Caring

  • How to register custom form into Oracle Applications

    I created a custom form based on a custome table, then I registered in Oracle applications, but it is not opening properly in Oracle applications. It is running fine outside of Oracle Applications. Are there any standard packages which I need to attach while creating this custom form.
    Please help.

    1. Copy your form (test.fmb) into $AU_TOP/forms/US
    2. Compile with f60gen
    3. Copy the test.fmx file to $PRODUCT_TOP/forms/US
    4. Login to Oracle Applications with sysadmin user
    5. Select Application Developer responsibility
    6. Navigate to Application - Form -
    7. Enter the values for following parameter
    Form = test
    Application = You can select from LOV
    User Form Name = Enter as you like
    Description = Enter if any
    8. Navigate to Application - Function
    9. Enter the values in the function form
    in Description TAB - Enter the value for Function, User Function Name, Description
    in Properties TAB - Type = FORM
    Maint.Mode Support = None
    Context Dependence = Responsibility
    in Form TAB - Form = Select your form name that already registered (above one)
    Application = Will display
    Parameters = STARTUP_MODE= TEST
    10. Now you can attach the form in Menu then Responsibility
    Revert back if you have any query.
    Regards,
    S. Velusamy Raja
    Oracle Apps DBA

Maybe you are looking for

  • Adobe Flex/AIR Photo Booth Software

    Hi, I hope everyone is doing well. Is it possible to build a Photo Booth software like http://www.photoboof.com/ http://sparkbooth.com/features/ etc. using Adobe Flex/AIR ? I know that we can build desktop applications using Flex/AIR. But I have a ve

  • Can I save selected pages from a PDF into another PDF

    In other words: I have a Pdf with 100 pages and I only want to save 10 pages. they are continuous i.e. pages 15-28 I have Adobe XI version 11.0.07 Thanks

  • Adding PDF File to Email Message

    When I attempt to add a PDF file to an email message (via Outlook) I get the following error message, after which the program shuts down: "The instruction at 0x6148f787 referenced memory at 0x00000000. The memory could not be read." Please Help!

  • Officejet Pro 8600 N911a will not scan to computer

    I have run the print and scan doctor with no luck After 12 months of no trouble at all my printer will no longer scan to my computer. The computer shows as available on the printer screen but I keep getting an eror. Scan cancelled

  • Uploading to Creative Cloud

    How do I upload directly from LR 4 to Creative Cloud?