PO Form Personalization affecting for False condition.

Hello All,
  I have done with PO(Enter PO) form personalization to disable the Cancel functionality from tools Menu for 'Goods' Line Type.
The condition am using  for personalization is  (:PO_LINES.LINE_TYPE= 'Goods') AND (:PO_HEADERS.DOC_TYPE_NAME = 'Standard Purchase Order')
For True status showing one Error message " You Cant Cancel PO"
Personalization is working fine for True Condition but for False condition the normal process has to happen means other than 'Goods' Line Type, User should able to Cancel PO.
But whenever am trying to Cancel Po other than Goods line Type its not working, Cancel PO form is not opening at all.
For this personalization I have followed the (Doc ID 1316584.1) Metalink document. I Also tried personalization with Trigger Special13 still same problem persisted.
If anyone knows Please help.
Thanks
Ravi Raj.

Oracle Forms Personalization is a feature of the Oracle Enterprise Business Suite (EBS) not a feature of Oracle Forms.  Please post your question in the EBS General Discussion.
Craig...

Similar Messages

  • Forms Personalization -document for different 'Property Name' on Action tab

    Hi,
    I am trying to find document which contains meaning of different 'Property Name' in Action tab, while in form personalization screen. I had searched for document but no luck.
    Please let me know the link for such document.
    Thanks,
    Atul

    Hi Sandeep,
    I am looking for default value only but INITIAL_VALUE does not work in EBS. Here property name VALUE is working for default value. Hence, the confusion for usage of INITIAL_VALUE in EBS.
    Although I know INITIAL_VALUE works on Oracle Forms but same does not apply in EBS forms personalization.
    Regards,
    Atul

  • Form Personalization - Validation for an existing field value can be done?

    Dear All,
    I have a requirement to have a validation on a form value based on its current value.
    The field should be editable as well it should check its current value with the newly eneterd value, which should not be less than the originally displayed value.
    Can I do this through Form Personalization..?
    If Yes how can I do that..? Please update...
    Many thanks.....

    Hi,
    Please see if the examples under the "Validation" section in (Note: 744065.1 - Sample CUSTOM Library Code To Customize Applications) helps.
    Not sure if this can be implemented using personalization, but you may review the documents and see if it helps.
    Note: 279034.1 - Information About the Oracle Applications Form Personalization Feature in 11i
    Note: 468657.1 - How To Do Forms Personalization
    Note: 395117.1 - Form Personalizations in Oracle E-Business Suite (Release 12)
    Thanks,
    Hussein

  • FNDLOAD for Form Personalization migration - OKEKAUWB form

    I wrote some Form Personalization code for the Form OKEKAUWB (Project Contracts --> Authoring workbench form). I need to migrate the work to the Test environment.
    I am using the following FNDLOAD command:
    $FND_TOP/bin/FNDLOAD APPS/<password> 0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct XX_OKEKAUWB.ldt FND_FORM_CUSTOM_RULES function_name="OKEKAUWB"
    This command creates the .ldt file but it does not contain the Personalization Data. Hence the upload of the .ldt file to the TEST environment does not yeild in migration of any data, and obviously I am seeing 'No data found for upload' in the log file generated.
    What is wrong with this command? why is it not extracting the data from the FND_FORM_CUSTOM_RULES and other tables containing the personalization data?
    Any help much appreciated.
    Thanks
    -ravi

    Yes. remove the quotes and try it. it works for me. and also make sure you are giving the function name but not the form name.
    http://erpschools.com/Generic_loader_FNDLOAD.asp
    Thanks
    Prudhvi

  • Forms Personalization

    Hi,
    I am receiving the following error message when opening the Forms Personalization.
    "Function not available to this responsibility. Change responsibilities or contact your System Administrator"
    Should I need to install anything extra in the EBS 12i (Linux) to make the Forms Personalization available for the users??
    Please guide me..
    Thanks,
    Anand

    Can anybody help me on this issue?

  • Interactive messages with form personalization

    Hi All,
    Can we have interactive messages with form personalization.
    For Eg : If we i want two buttons proceed or cancel, then is this possible with personalization.
    Regards,
    Shruti

    Hi;
    Can we have interactive messages with form personalization.
    For Eg : If we i want two buttons proceed or cancel, then is this possible with personalization.Yes it possible, please check below thread's mention note, i belive you can find some good notes in there
    Forms Customization
    Re: Enable Submit Button at User Level and Disable at Block Level
    Forms Personalization Document
    Re: Forms Personalization Document
    Personalization Issue
    Regard
    Helios

  • Form Personalization is not working for copied Sales Orders

    Hi All,
    We have a requirement in Sales Order form, if the order type is "Standard" then Ship method field should be mandatory.
    We were able to do this using below form personalization, it is working for new order creation.
    When we did the below testing it is not working
    Inactivated the ship method and try to copy the order with Standard type the field remains mandatory and null but still it is allowing to book the Sales Order.
    Please help to sort out this issue, let me know if it is not clear
    Condition
    Trigger Event : WHEN-NEW-ITEM-INSTANCE
    Trigger Object: ORDER.SOLD_TO
    Condition:
    (:ORDER.ORDER_TYPE not like '%STANDARD%')
    Action
    Type : Property
    Object Type : Item
    Target Object : ORDER.SHIPPING_METHOD
    Property Name: REQUIRED
    Value: True
    Thanks,
    CSK

    Hi CSK,
    try it in well validate item trigger.
    If that order type is list then you may disable the field in WHEN LIST CHANGED  trigger itself.
    Hope it will work,
    Regards,
    Soofi

  • 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

  • Forms Personalization for an LOV -- Issue

    Dear All,
    I want to restrict the Expenditure Types LOV in the Expenditure Entry screen in Projects Module. I am using forms personalization for this.
    The restriction is done as per Operating Unit.
    The LOV query used by the current system is:
    /* Formatted on 2010/02/04 13:01 (Formatter Plus v4.5.2) */
    SELECT et.expenditure_type, et.unit_of_measure uom, et.cost_rate_flag,
    et.description, et.system_linkage_function system_linkage_function,
    et.system_linkage_m
    FROM pa_expenditure_types_expend_v et, pa_expenditure_types_desc_v dt
    WHERE et.expenditure_type = dt.expenditure_type
    AND :exp_items.expenditure_item_date
    BETWEEN et.expnd_typ_start_date_active
    AND NVL (
    et.expnd_typ_end_date_active,
    :exp_items.expenditure_item_date
    AND :exp_items.expenditure_item_date
    BETWEEN et.sys_link_start_date_active
    AND NVL (
    et.sys_link_end_date_active,
    :exp_items.expenditure_item_date
    AND ( et.system_linkage_function = :GROUPS.system_linkage_function
    OR ( :GROUPS.system_linkage_function = 'ST'
    AND et.system_linkage_function = 'OT'
    AND ( NVL (
    :expenditures.denom_currency_code,
    :expenditures.acct_currency_code
    ) = :expenditures.acct_currency_code
    OR ( :expenditures.denom_currency_code !=
    :expenditures.acct_currency_code
    AND et.cost_rate_flag = 'N'
    ORDER BY et.expenditure_type
    I am adding a DECODE condition to the above query, to make the following modified query:
    /* Formatted on 2010/02/04 13:01 (Formatter Plus v4.5.2) */
    SELECT et.expenditure_type, et.unit_of_measure uom, et.cost_rate_flag,
    et.description, et.system_linkage_function system_linkage_function,
    et.system_linkage_m
    FROM pa_expenditure_types_expend_v et, pa_expenditure_types_desc_v dt
    WHERE et.expenditure_type = dt.expenditure_type
    AND :exp_items.expenditure_item_date
    BETWEEN et.expnd_typ_start_date_active
    AND NVL (
    et.expnd_typ_end_date_active,
    :exp_items.expenditure_item_date
    AND :exp_items.expenditure_item_date
    BETWEEN et.sys_link_start_date_active
    AND NVL (
    et.sys_link_end_date_active,
    :exp_items.expenditure_item_date
    AND ( et.system_linkage_function = :GROUPS.system_linkage_function
    OR ( :GROUPS.system_linkage_function = 'ST'
    AND et.system_linkage_function = 'OT'
    AND ( NVL (
    :expenditures.denom_currency_code,
    :expenditures.acct_currency_code
    ) = :expenditures.acct_currency_code
    OR ( :expenditures.denom_currency_code !=
    :expenditures.acct_currency_code
    AND et.cost_rate_flag = 'N'
    AND DECODE (
    (SELECT DISTINCT fdfcuv.application_column_name
    FROM hr_operating_units hou,
    pa_lookups pl,
    fnd_descr_flex_col_usage_vl fdfcuv
    WHERE pl.meaning = hou.NAME
    AND fdfcuv.end_user_column_name = pl.predefined_flag
    AND pl.lookup_type = 'PFC_OU_TO_DIVISION_LOOKUP'
    AND hou.NAME = :GROUPS.operating_unit
    AND fdfcuv.descriptive_flexfield_name =
    'PA_EXPENDITURE_TYPES_DESC_FLEX'),
    'ATTRIBUTE1', dt.attribute1,
    'ATTRIBUTE2', dt.attribute2,
    'ATTRIBUTE3', dt.attribute3,
    'ATTRIBUTE4', dt.attribute4
    ) = 'Y'
    ORDER BY et.expenditure_type
    The Apply now button in Forms Personalization screen throws up the following error:
    FRM-41076: Error populating Group.
    followed by...
    FRM-41072: Cannot create Group %s
    I first query above is also getting accepted with a condition like "AND ROWNUM = 1'
    but the 2nd query is throwing errors...
    Please Help.

    This worked..
    Just I don't have to press the Apply Now button.
    Just saved and executed it in form perfectly
    Thanks !!

  • Forms Personalization for multiple Functions

    Hello, I am looking to make a forms personalization to the FORM FNDRSRUN (The standard Submit/View Request Form). This is generally no problem to set up the personalization itself, however FNDRSRUN is referenced as many different FUNCTIONS. It's my understanding that Forms Personalization only operates on FUNCTIONS. I am looking for a way to apply my personalization to every function who's form is FNDRSRUN. Is this possible (without typing the information into each individual function)?
    Thanks
    Brent

    If the above does not work, you can try this -
    1. Enable the necessary personalization at the function level.
    2. Download the personalization using FNDLOAD to an ldt file.
    3. Edit the function name in the ldt file and replace it with the desired function name.
    4. Upload the ldt file back using FNDLOAD
    5. Repeat steps (3) and (4) as many times as necessary (for each function)
    I have not tested this process (will do so tomorrow when I have access to an instance and post the results here).
    HTH
    Srini

  • Forms Personalizations for Scheduling Organizer: update Promise Date

    Hi,
    we are using the "Scheduling Organizer" for reviewing lists of order lines. This is the Order Organizer in the search mode click on tab "Scheduling".
    In this form I want to display the field Promise Date and allow changes. I managed to show the field, but the field is read-only per default. I thought that I can change this maybe with forms personalizations (set update_allowed to TRUE) but this does not help. Now the field is not read-only anymore, but my changes in that field are not saved to the database.
    Does anyone know if that is possible? To make this field from read-only to updateable?
    Thanks,
    David.

    David,
    I understand that you want to be able to just click the relevant row in the Organizer and change the promise date directly but I don't think that's designed into the functionality of the form.
    Have you considered clicking on the lines you want to change to a particular promise date (usual trick - CTRL+click, SHIFT+click as appropriate) and then going to Tools > Mass Change? This works very well but has the significant drawback that you have to select more than one row each time or Oracle doesn't deem it to be a 'mass' change.
    Regards,
    Jon

  • Forms personalization for DFF

    Hi All,
    We have a requirement to restrict for a user to view only one descriptive flexfield (Not the attributes) but the flexfield itself and make it read only.
    The steps I did were to make the DFF form ReadOnly and was trying to restrict the title to display only the Invoice DFF, but I am not able to display this.
    Please let me know if this is possible at all.
    Thanks,
    Prathima

    Hi,
    Have a look at this thread and see if it helps.
    How to make a DFF segment 'Read-Only' using Form Personalization?
    [Solved] How to make a DFF segment 'Read-Only' using Form Personalization?
    Regards,
    Hussein

  • Supplier form Personalization - One Time Flag

    form personalization on supplier window
    Forms Personalization to check one time flag
    I have performed below steps to default the one time flag on supplier window for a custom reponsibility
    1.Open the Suppliers and the Forms Personalization windows.
    2. Seq=1, Description: Activate One_Time flag
    3.Level = Function
    Condition:
    Trigger Event = WHEN-NEW-RECORD-INSTANCE
    Trigger Object = VNDR
    Condition = :SYSTEM.RECORD_STATUS = 'NEW'
    Actions
    Seq=1, Type = Property
    Description = One Time
    Object Type = Item
    Target Object = VNDR.ONE_TIME_FLAG_MIR
    Property Name = VALUE
    Value= Y
    4.In the Context area entered the custom responsibility to be affected by this personalization.
    5.Save your work and close all windows. Using the responsibility on 4, open the suppliers window again, go to the Classification tab and see if it is checked.
    Issue is
    when i open the supplier form it shows One Time Flag as checked
    and I entered the supplier details and save the record .
    from Find Supplier window when I query that particular supplier it shows One Time Flag as unchecked i.e ('N')
    can you help me reg this issue ?

    You can do one personalization at the form level without any scope
    And then in the condition clause you can say
    fnd_global.resp_id in (select responsibility_id from fnd_responsibilty_tl where RESPONSIBILITY_NAME in ('PAYABLE MANAGER','Payables', etc....))
    This will make the personalization kick in only for the responsibilities you enter in the where clause above.
    Hope this answers your question
    Sandeep Gandhi
    Independent Consultant
    513-325-9026

  • Problem in Forms Personalization

    Hi All,
    i am new to forms personalization.
    I need to do form Personalization for Advance supply chain planner Module.
    Req is when Order_type is Planned Order and Min_Ordered_qty >0 then make the row in Green Colour.
    I am able to do Green colour but this green colour appears everytime even if my condition in not fulfilled.For eg. if order_type_text = 'Mixed order' then also its changing font to green color.
    Trigger Event -When new Block instance.
    Condition-
    ${item.MRP_ORDERS.ORDER_TYPE_TEXT.value} = 'Planned order'
    AND (${item.MRP_SYSTEM_ITEMS.MINIMUM_ORDER_QUANTITY.VALUE}>0)
    Could you please suggest on the same.
    Thanks
    BC

    You need to set the property at Item-Instance level to affect only the current row (which also makes me think that you should use WHEN-NEW-RECORD-INSTANCE trigger event), if that is available to choose from forms personalization. Otherwise, if it is a multi-row block, the property change affects all instances of the item. Looking at what is available, the most promising property is "VISUAL ATTRIBUTE (ITEM-INSTANCE)", but you would need to rely on one being available for the form as I don't think you can create them at runtime.

  • Saled Order Form Personalization Error

    Hi Friends,
    I have a problem while doing the Form personalization for Saled order form, particularly for the 'Payment Terms' in the 'Others' Tab.
    Problem is that i have disabled the 'Payment Terms' filed as per the requirement that no client cannot insert, update and delete the Payment terms in that filed but client want to default value in the Payment term as a 'CREDIT CARD'.
    while creating the SO also the filed is disabled, problem is while querying the Sales Order form, it is not allowing to query because 'Credit Card' already is there.
    please suggest me a solution for this.
    Thanks
    Anushka

    Hi,
    As far as I understand; You have 2 requirements
    1. Payment term should be always 'CREDIT CARD'.
    2. Payment term defaulted should not be updated or deleted by User.
    Action Plan:
    1. Use 'Not in Enter Query Mode'
    2. First Insert value into Payment terms.
    3. Make Update allowed as False instead of Disable.Disabling a field and inserting may cause errors in particular scenarios.
    If you still face problem, try inserting Payment terms on the basis of some condition, i.e when this condition is met then only insert will be done or else the field will be left blank. Ex: Customer Name not null
    Regards,
    Sridhar

Maybe you are looking for