Special Menu Form Personalization

Hi All,
In form personalization, using special menu entry we called a form from tools menu....
And it was working good...
Now we wanted to call different form with same name from tools menu....
So i unchecked the enabled checkbox.... and created new entry with same label name ....
But in tools menu its showing two label entries with same name.... the first one is not working which is ok.
But menu entry shouldn't be there..one working label has to show ...thats my problem....
Please anyhelp....
Thanks,
Kittu.

Hello,
This is the "standalone" Forms forum. You'd better ask your question on the E-Business Suite forum ;-)
Francois

Similar Messages

  • Enable SPECIAL menu using forms personalization

    Hi,
    I am trying to instantiate SPECIAL16 menu usning forms personalization and enable it for particular event like post-query for any block.
    I am able to instantiate it but cant able to disable it.
    Is there any way to disable the SPECIAL type if items usning personalization features
    Thanks

    i will give an example for special2 i have done recently: in the 'when_new_form_instance' then form_name='XXXXX'
    if(fnd_function.test(''custxxx_fndscaus_special'))
    then app_special2.instantiate('special10_checkbox','special 10 box w line custom','',TRUE,'line');
    app_special2.set_checkbox('special10_checkbox','true');
    ....set all the required special menus
    else fnd_message.debug(Special not available');
    end if;
    end if;
    elseif event_name in('special13','...) then
    fnd_message.set_string(event_name);
    fnd_message.show;
    raise form_trigger_failure;--stop processing before menu logic in forms fires or gives an error
    end if;
    hope it helps!!!!

  • Oracle Forms Personalization - Menu Icon

    Hello, hopefully a quick question. Looking at forms personalization and want to add a new menu item. I can achieve this using Forms Personalization no problem. My question is regarding the 'Icon Name' field for the Action Type of Menu. I understand that this is asking for a .ico file to display in the toolbar, however I'm not sure where to place this .ico file on the file system for it to be picked up? Any thoughts?
    Thanks

    Thanks.
    Basically in the Forms Personalization Form for an Action Type of "Menu" there is a parameter called "Icon Name". According to the Forms Personalization documentation (279034.1) the definition for this field is:
    "Icon Name: Specify an optional icon name that you want added to the Toolbar to achieve the same functionality as in the special pulldown menu entry"
    I tried specifying one of the icons in the directory you mention below: afattach.gif (even tried just afattach) to see if that would render on the Toolbar, but no luck.
    Any thoughts on what is required for this field?
    Thanks

  • Form Personalization to add menu

    Hi all,
    We have a requirement on form personalization to add menu option under 'Tools' in Service Request form (Field Service).
    The option should be enable only when INCIDENT NUMBER contains any value. Else it should be disable in nature.
    Any one has any idea to do the same..
    Thanks in advance.

    Hello,
    This is the "standalone" Forms forum. You would ask your "personalization" questions in the E-Business Suite Forum.
    Francois

  • Create SPECIALXX_CHECKBOX menu using form personalization

    How to create SPECIALXX_CHECKBOX menu using form personalization?

    You should ask that question in an eBusiness-related forum, maybe here OA Framework

  • Hi There, Any one Know How To Call Workflow Process From Special Menu.

    Hi There,
    Any one Know How To Call Oracle Workflow Process From Special Menu.
    I mean Tool -> Special Menu 1-45
    Or How to call Oracle Workflow Process From Command Button.
    Thanks
    Bachan.

    Can u give me some examples.
    Second thing we can add special action (special Menus) from Form Personaliztion.
    But how to add launch wft through Personalization
    Please Give me a breaf detail.
    Thanks
    Bachan

  • Form Personalization: Calling custom form

    Hi Folks,
    I need to call a custom form from a seeded form using "Tools" menu and also need to pass parameter.
    Here I was able to achieve this using "SPECIAL 1" from personalization, but the problem here is I was not able to pass parameter from seeded form to my custom form. version of EBS is R12
    Would be vey greatful if someone could help me on same.
    Thanks,
    gvk
    Edited by: gvk on Mar 13, 2011 11:53 PM

    You can pass the parameter only if the called form accepts a parameter.
    If it does, you define a global variable and use it on the called form.
    The following link gives a great example of passing vendor_id.
    http://it.toolbox.com/blogs/apps-traction-blog/how-to-create-a-zoom-using-oracle-form-personalization-12081
    Hope this answers your question,
    Sandeep Gandhi

  • Query on Oracle form personalization

    Guys,
    I want to Open (Zoom) Approved Supplier Form from RFQ Form for a particular item of a buyer.
    To implement the same, I followed the below provided steps.
    A. I just opened the RFQ Form.
    1. Seq# 10
    Condition# WHEN-NEW-FORM-INSTANCE
    Processing Mode# Not in Enter-Query Mode
    Actions#
    Seq: 10
    Type: Menu
    Menu Entry: SPECIAL10
    Menu Label: Open Approved Supplier
    2. Seq# 20
    Condition# SPECIAL 10
    Processing Mode# Not in Enter-Query Mode
    Actions#
    Seq: 10
    Type: Property
    Object Type: Global Variable
    Target Object: XX_ITEM_NUM
    Property Name: VALUE
    Value : =:PO_LINES.ITEM_NUMBER
    Seq: 20
    Type: Message
    Message Type: Show
    Message Text: :GLOBAL.XX_ITEMNUM
    Seq: 30
    Type: BuiltIn
    Builtin Type: Launch a function
    Function Code: PO_POXSCASL
    Funcation Name: Define Approved Supplier List
    Saved my personalization and clicked on 'Open Approved Supplier' that takes me to "Approved Supplier" form.
    B. Approved Supplier form is opened
    1. Seq# 10
    Condition# WHEN-NEW-FORM-INSTANCE
    Processing Mode# Not in Enter-Query Mode
    Actions#
    Seq: 10
    Type: Builtin
    Builtin Type: GO_BLOCK
    Arguement: ASL_ITEMS
    Seq: 20
    Type: Builtin
    Builtin Type: DO_KEY
    Arguement: ENTER_QUERY
    2. Seq# 20
    Condition# WHEN-NEW-RECORD-INSTANCE
    Trigger Object# ASL_ITEMS
    Processing Mode# Both
    Actions#
    Seq: 10
    Type: Property
    Object Type: Item
    Target Object: ASL_ITEMS.ITEM_NUM
    Property Name: VALUE
    Value : =:GLOBAL.XX_ITEM_NUM
    Seq: 20
    Type: Builtin
    Builtin Type: DO_KEY
    Arguement: EXECUTE_QUERY
    Saved everything and log out/log in and navigate to RFQ form and clicked on "Open Approved Supplier". the moment controller takes me to the Approved Supplier Form, it throws me an error message "Duplicate Item/Commodity being defined (ITEM_COMMODITY = 900842)" Though If I open Approved Supplier form without any personalization and query for 900842 item, it does not throw me an error. I am wondered why its happening. Can you guys please advise me where I am wrong?
    Waiting for your replies.
    Thanks
    Sunil

    Pl post details of OS, database and EBS versions.
    Pl see these MOS Docs
    How to Zoom or Create Master-Details relationship Using Forms Personalization?          (Doc ID 457643.1)
    ORDER MANAGEMENT SUITE - USAGE OF CUSTOM LIBRARY CUSTOM.pll          (Doc ID 438922.1)
    HTH
    Srini

  • Fnd.request.submit_request fails in Forms Personalization - fine in TOAD

    Hello,
    I have this code to call a concurrent request within TOAD - it works perfectly.
    I've created a special menu in the PO form so the user can submit the PO. In the personalization, I am calling the same code as I run in TOAD (with a slight exception), but I am getting an error. Since the code is long, the error doesn't display.
    Here is the code that runs fine in TOAD:
    DECLARE
    l_success NUMBER;
    xml_layout boolean;
    BEGIN
    fnd_global.apps_initialize( user_id => 1110, resp_id => 20707, resp_appl_id => 201);
    xml_layout := FND_REQUEST.ADD_LAYOUT('PO',
    'POXPRPOP',
    'en',
    'US',
    'PDF');
    l_success :=
    fnd_request.submit_request
    ('PO', -- Application Short name of the Concurrent Program.
    'POXPRPOP', -- Program Short Name.
    'TEST PO', -- Description of the Program.
    SYSDATE, -- Submitted date. Always give the SYSDATE.
    FALSE, -- Always give the FALSE.
    'R',
    NULL,
    '23',
    '23',
    NULL,
    NULL,
    NULL,
    NULL,
    'Y',
    NULL,
    'Y',
    NULL,
    1110,
    2,
    'N',
    NULL,
    'N',
    'N'
    COMMIT;
    END;
    Here is the forms personalization:
    ='DECLARE
    l_success NUMBER;
    xml_layout boolean;
    BEGIN
    xml_layout := FND_REQUEST.ADD_LAYOUT('PO',
    'POXPRPOP',
    'en',
    'US',
    'PDF');
    l_success :=
    fnd_request.submit_request
    ('PO',
    'POXPRPOP',
    'TEST PO',
    SYSDATE,
    FALSE,
    'R',
    NULL,
    '23',
    '23',
    NULL,
    NULL,
    NULL,
    NULL,
    'Y',
    NULL,
    'Y',
    NULL,
    1110,
    2,
    'N',
    NULL,
    'N',
    'N'
    COMMIT;
    END;'
    Any ideas why this code won't run in the forms personalization?

    I shortened the code and the error is:
    "could not be evaluated because of error ORA-00923: FROM keyword not found where expected"
    This isn't of much help to me.
    Edited by: user11970177 on Mar 4, 2011 7:06 AM

  • How to open Workflow status monitor from form personalization

    I am trying to open workflow status monitor page from special menu using form personalization and encountering below error message.
    Any help or guidance in this regard will be much appreciated. Here are the personalization details that I have set.
    Builtin Type : Launch a Function
    Function COde: FND_FNDWFIAS
    Function Name: Monitor Activities List
    Parameters:
    I tried both the below in parameter field and both are returning null point exception while opening page.
    =SELECT 'FUNCTION_NAME='||'FND_FNDWFIAS'||' OPEN_FLAG='||'Y'||' SESSION_FLAG='||'Y'||' ITEM_TYPE='||'XXOMCP'||
    ' ITEM_KEY='||:GLOBAL.XXG_WF_KEY||' ADMIN_MODE='||'NO'||' ACCESS_KEY='||'Y' FROM DUAL
    =SELECT 'FUNCTION_NAME='||'FND_FNDWFIAS'||'OPEN_FLAG='||'Y'||'SESSION_FLAG='||'Y'
    ||'OTHER_PARAMS ='||'ITEM_TYPE=XXOMCP'||'&ITEM_KEY='||:GLOBAL.XXG_WF_KEY||'&ADMIN_MODE=NO&ACCESS_KEY=Y' FROM DUAL
    Regards,
    Sree

    Sorry Phil,
    but that's all you got.
    Frank

  • Form personalization for a read only responsibility for a custom form

    Hi,
    I have a read only responsibility. My requirement is to make a custom form updatable through this responsibility but wth a condition that only the specific custom form should be updatable and rest all other form accessed through read only responsibility be read only. How can i achieve this using form personalization?
    Pls give me detailed steps if possible.
    Thanks

    I tried override Query Only values through Forms Personalization but it did not work for me. With a bit of determination I might have been able to work around it but no luck on that front.
    You can do it this way, although it's a bit cumbersome:
    1. Clone every function and menu in the Responsibility
    2. In all but your custom function set the Function parameter QUERY_ONLY=YES

  • How to remove values from a drop down menu with personalizations

    I have been unable to find any examples of removing values from a dropdown menu using forms personalizations. We have a specific responsibility that we would like to limit the actions that they can carry out on the person form. I have tried setting default values, setting the object to update_allowed = false, and have been unable to come up with a solution. The examples I have found do not show this type of personalization so I am unsure if it can be done. If anyone has done a personalization like this, please post the steps to reproduce or a link to an example. Thanks.

    DineshS wrote:
    Which dropdown menu you want to customized ?The specific menu we would like to customize is the 'Action' menu on the Person form that usually contains 'Create Employment' and so on. We have a specific recruiter responsibility that we would like to limit to 'Create Applicant'. I have been unable to come up with a combination of steps in personalizations that sets that value in the dropdown and allows it then be unchangeable. If you have any suggestions, please let me know. I would prefer not to create a custom form but without personalizations, I might have to.

  • Call form in EBS with form personalization

    Hi all guru,
    i try to call a form (function in EBS) with the form personalization and pass it one parameter (P_PO_HEADER_ID) in new SPECIAL41 menu:
    1) create new sequenze with condition "TRIGGER: special41"
    2) create action Built-in, type "Launch a function", function code "XX_TEST", parameter "P_PO_HEADER_ID = 3473".
    In this case it's work fine
    But i want pass the parameter P_PO_HEADER_ID dynamically coping the valus from the field :PO_HEADERS.PO_HEADER_ID....so parameter "P_PO_HEADER_ID = :PO_HEADERS.PO_HEADER_ID".
    In this case dosen't work!!!!!
    Any idea for solved the problem?
    Tank's all
    Attilio

    with these tests I got the following errors:
    1) P_PO_HEADER_ID = $(PO_HEADERS.PO_HEADER_ID)
    errors(a,b,c,).....
    a)no such parameter named G_QUERY_FIND exists in form XX_TEST.
    (note: the parameter G_QUERY_FIND exist in the custom form)
    b)Unabled to resolve reference to item PARAMETER.G_QUERY_FIND.
    c)Parameter P_PO_HEADER_ID type does non match definition in form XX_TEST.
    end of errors...
    2) P_PO_HEADER_ID = ${PO_HEADERS.PO_HEADER_ID}
    error....
    Tokens in the string (P_PO_HEADER_ID = ${PO_HEADERS.PO_HEADER_ID}) could not be evaluated. Please check the syntax
    Attilio

  • Parameter Values passed in WEBHTML or Forms Personalization Parameters

    Hi All,
    I'm calling my OA JSP from a core Form via a menu item enabled via Forms Personalization.
    The JSP was tested in Jdeveloper called from another jsp that passed it a Project Number and Task Number that it retrieved and displayed.
    I would like to pass the same parameters from the Core Form that it is enabled on.
    I have set up the parameters on the Parameters section of the personalization using in the format
    'projectNumber=':block.item||'&taskNumber='||block_item
    When I press the verify button the JSP run successfully, however when I rerun the
    form the JSP does not return the data.
    Does the form function definition webhtml need the parameters defining as well and
    if so what would the format be!
    Thanks in advance
    Cheers
    Guy

    Does the form function definition webhtml need the
    parameters defining as well and
    if so what would the format be!No it doesn't. You can pass in the values from the Form Fields using the below statement in the parameters window.
    'param='||${item.<block>.<item>.value}
    Please note that you need to close your form (that you've personalized) and re-open for personalization to reflect.
    HTH.

  • Call Another Form using Forms Personalization

    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

    Duplicate thread (please post only once).
    calling Custom Form from Another Form
    calling Custom Form from Another Form
    Thanks,
    Hussein

Maybe you are looking for