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.

Similar Messages

  • Problem in Form personalization of FA module of Quick Additions

    Hi Experts,
    Version : 12.1.1
    I am doing a form personalization in Quick additions of FA module.
    I have registered a concurrent as PL SQL procedure. The procedure updates the asset number as per our requirement once the asset gets added.
    To achieve this I have created a procedure to submit the concurrent request and executed the procedure as follows in form personalization:
    Condition:
    1) Trigger Event=> When Validate record
    2) Trigger Object => Addition Dist
    Actions:
    1) Type => Buitin
    2) Builtin Type => Execute a Procedure
    3)Argument => 'begin proc_name end'
    The problem is concurrent is being executed seven times,
    Please suggest me your valuable solutions as soon as possible.

    Hi,
    In PBO write like this.
    Module SET_NAME_OF_SCREEN_PBO.
    THEN INSIDE THE MODULE WRITE
    Module SET_NAME_OF_SCREEN_PBO OUTPUT.
    DATA PROCESS TYPE STRING.
    IF SY-TCODE EQ 'ZPURCR_22609'.
    PROCESS = 'CREATE'.
    ENDIF.
    IF SY-TCODE EQ 'ZPURCHG_22609'.
    PROCESS = 'CHANGE'.
    ENDIF.
    IF SY-TCODE EQ 'ZPURDIS_22609'.
    PROCESS = 'DISPLAY'.
    ENDIF.
    ENDMODULE.
    Regards
    Sandipan

  • After Form Personalization getting problem

    Dear All,
    I did one form personalization, it's working fine. But the problem is ..
    At the time of closing that form it's asking Do you want to save? with out changing any filelds.
    Just i opened that form and queried records, then i tried to close that form . at this time it's asking do u want to save.
    i didn't change any filed data.
    why it's asking .pls give me solution.
    Regards,
    Reddy.

    E-business related questions are better asked here OA Framework

  • Error when calling procedure from form personalization

    Hi every body
    I want to call a procudre using form personalization . I made the procedure and in form personalization i call it as follow:
    built in type : Execute a Procedure
    Argument :
    ='GAZ_EMP_ASSIGN_UPDATE(' || :ASSGT.ORGANIZATION_ID || ', ' || :ASSGT.ASSIGNMENT_ID || ', ' || FND_PROFILE.VALUE('USER_ID') || ', ' || FND_PROFILE.VALUE('DB_SESSION_ID') ||' )'
    but the following error raised when i click on Apply Now button :
    the string (='GAZ_EMP_ASSIGN_UPDATE(' || :ASSGT.ORGANIZATION_ID || ', ' || :ASSGT.ASSIGNMENT_ID || ', ' || FND_PROFILE.VALUE('USER_ID') || ', ' || FND_PROFILE.VALUE('DB_SESSION_ID') ||' )' )
    couldn't be evaluated because of error ORA-06550 :line 1 , column 43
    PLS-00103:encountered the symbol ")" while expecting one of the folowing (- + ...... etc
    can anyone have a solution to this problem because it made me mad .(urgent)
    Or if anyone have another way to call the procedure ??
    Note that i want to pass db_session_id to the procedure from the application so does anyone have a complian about the way of passing this parameter to the procedure ??

    See http://oracle.ittoolbox.com/groups/technical-functional/oracle-apps-l/forms-personalization-execute-a-procedure-1778674

  • How to capture OK / Cancel Button response of warning type message in EBS D2K form using Form personalization

    Hi Experts
    We are working on one requirement in which on a standard D2K EBS form based on the response of a warning message we need to perform certain actions using Form Personalization.
    The problem is that we are not able to capture response of OK and Cancel buttons of the warning.
    If any one has come across such scenario, I would request to please share your valuable suggestions. 2898414
    Thank You
    Regards
    Mirza Tanzeel

    Figured out myself that this is mot possible using Form Personalization.
    Only option possible is to try implementing by modifying custom.pll
    Thanks
    Mirza Tanzeel

  • 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

  • FOrm Personalization(PO form)

    Hi,
    in the PO form,when the match approval level is 3-way,i need to set the invoice match option to Receipt and when the match approval level is 2-way,i need to set the invoice match option to PO using form personalization.
    can anyone help with this?
    thanks,
    JA
    Message was edited by:
    user581846

    Hi,
    I don't think i understand u r problem at all. The whole point of purchase options, is to set up some default values. How do you change the match approval for individual records??
    Regards,
    Utsav.

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

  • 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

  • FORMS PERSONALIZATION - AR invoices transaction screen

    hi all
    i am trying to stop users entering more than 5 rows in an invoice via forms personalization so far i have the following:
    trigger event: WHEN NEW ITEM INSTANCT
    Trigger object: TLIN_LINES.LINE_NUMBER
    condition: :TLIN_LINES.LINE_NUMBER > 5
    Action of Message with an error
    this fires but still saves the line to the transaction
    also looking to make it so people cannot enter a negative amount in the line but i imagine if we can figure out the top problem i will be able to sort out the next using similar items
    any help would be great!

    hi octavio!
    have tried that and it fires the event. only problem is if i enter a line 6 i can only clear it i cant delete it as it just keeps erroring ( is that a word? :) ) so this might be ok for new invoices but not ok if there are any legacy invoices that have more than 5 linesit means you cant delete the rows about 5
    hmmm :(

  • Forms Personalization - FRM-40502: ORACLE error: unable to read list of val

    Hi,
    I am using Forms Personalization to create an LOV using builtin. In the Builtin, I have put the sql query under create record group from query. In the query, when I hardcode a value, in a where condition, the LOV works fine but when I replace the hardcoded value with :block.field value, it gives the error, FRM-40502: ORACLE error: unable to read list of values. Below is the part of the sql query where I am facing this issue.
    "WHERE related_customer_id = :ORDER.INVOICE_TO_CUSTOMER_ID"
    Please get back to me if anyone has faced similar problem.
    Thanks all in advance,
    Regards,
    AN

    Please post a new thread for each issue. Tacking onto a 2 year old post is generally a bad idea.
    Forms personalization is a feature in Oracle E+Biz Suite and as such you should post your question in this forum:
    OA Framework

  • How to do this Form Personalization in oracle purchasing

    Hi All,
    Am using oracle E-Buz -R12.1.3.
    I trying to do one small form personalization
    Resp --> Purchasing--> Requisitions--> Requisitions.
    Now i ill query for one REQ number for example 1130011. Next ill enter a new line in the line level.
    Requirement:
    Once the line level data entry is completed, User will try to save the line.
    So at this time. I need to fire one message that.
    When the Destination Type is "Expense" and the user didn't enter the project details in the Distribution tab. Then i need to fire a popup message.
    So i tried like this
    Created a new FORM Personalization
    Trigger event :WHEN-VALIDATE-RECORD
    Trigger Object : LINES
    Condition :
    :SYSTEM.RECORD_STATUS IN ('INSERT' ,'CHANGED') AND :LINES.DESTINATION_TYPE_DISP = 'Expense' AND :DISTRIBUTIONS.REQ_LINE_QUANTITY IS NOT NULL AND :DISTRIBUTIONS.PROJECT IS NULL
    And in Action i have created a message type and mentioned to show.
    So Now the problem is when the user click the save button without entering the project detail the message is firing and i clicking three to four times ok and the record is getting saved.
    So my requirement is when the pop messages comes when i click ok i need to go back to the Project block.
    Can any one help in the requirement to get solved.
    Thanks & Regards
    Srikkanth.M

    Hi;
    1. I suggest check:
    Setting Up - Using - Demonstrationg - Personalizations In Oracle Purchasing [ID 1391679.1]
    2. You may get more quick response at Forum Home » Application Development in PL/SQL » Forms
    Regard
    Helios

  • 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

  • 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

  • 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

Maybe you are looking for

  • Vendor debit balance - S_ALR_87012082 vs. fbl1n

    I'm new to the portal, so first of all would like to say "Hello" to Everybody. And, of course, comming here with SAP puzzle to be resolved - I hope you will be able to give me some piece of advise. The thing is that while pulling out vendor debit bal

  • Setting Namespace for Xalan

    I'm using JAXP 1.2 I have a custom sax parser (implements XMLReader) that reads csv files then sends SAX events to a stylesheet for translation. My problem is that Xalan requires a namespace-aware SAX parser. The SAXParserFactory has a method (setNam

  • How to configure Local Info in Site Manager ASP (Mac to Win)

    I am developing an ASP page for Windows 2000 IIS 5.0. If I am developing on my desktop which is XP Pro, I have setup the local IIS webserver and everything works well. If I choose to develop ASP pages in Dreamweaver on my Mac OS X, what do I use as m

  • Type for SENDER parameter in Class Method

    Hi all, I have an import parameter declared in a Class method . in SE38 program i want to retrieve through export parameter . But i am not able to figure how to defind the type of SENDER parameter . Please suggest if my perception is wrong or the poi

  • Recommendation for Backup of Virtualized NW6.0-SP5-Servers

    Hi, at time we are learning to fly with ESX and will be moving the first Netware-Server for evaluation and tests in a few days. At time we backup with BackupExec 9.1 right to tape, but my guess is that this will not work on ESX any longer. As we do n