AP Invoice Form Personalization

Hello all,
I have a doubt in AP Invoice Form Personalization. I am using R12.1.3
How to prevent update of Liability account during invoice entry... Please give me the step for Personalization.
Thanks and Regards,
Muthu
Edited by: Muthu on Jul 2, 2012 4:27 PM

Hi Octopus,
Thank you for your help.
This is the first time doing form personalization. I am a Functional consultant.
So I couldn't understand the below fields. Please help me on fill that. (Block the Liability Account code while enter invoice in Header level).
Trigger Event: WHEN-NEW-RECORD-INSTANCE
Trigger Object:
Processing Mode:
In Action TAB
Seq: 1
Type: Property
Object Type: Item
Target Object: INV_SUM_FOLDER.LIABILITY_ACCOUNT
Property Name: PROMPT_TEXT
Value:
I don't know which I filled is correct.
Please help to clear my doubt.
Thanks and Regards,
Muthu
Edited by: Muthu on Jul 2, 2012 4:28 PM

Similar Messages

  • AP Invoices form personalization

    Hello
    My client would like to personalize the Invoice form. When you log in with AP User > Invoices > Invoice Entry > Invoices and click on the new button, the following is currently happening when you tab over each field:
    The Invoice_Date field is mandatory and defaults to sysdate if tabbed over. Client wants field mandatory but does not want field to default to sysdate. so if you tab over the Invoice Date field it should not be populated with a value automatically. It should only be populated with a value once the user enters a value in the field. And currently there is no form personalization active that would make the Invoice_Date default to sysdate. So I can only assume it is done in the standard oracle form. Now I do not want to go play in the standard form. I would much rather prefer to do a form personalization.
    The Invoice_Num field is mandatory and defaults to sysdate if tabbed over. Client wants field mandatory but does not want it to default to sysdate when tabbed over. The field should only be populated once user enters a value into the field. Yes I know this seems strange that the invoice_num field can default to sysdate but it does happen.
    any ideas?

    Hello.
    Here are the Form Personalizations you need to create:
    For Invoice Date
    Condition
    Trigger Event->WHEN-NEW-ITEM-INSTANCE
    Trigger Object->INV_SUM_FOLDER.INVOICE_NUM
    Action
    Object Type->Item
    Target Object->INV_SUM_FOLDER.INVOICE_DATE
    Property NAme->VALUE
    Value->=SELECT null FROM dual
    For Invoice Num
    Condition
    Trigger Event->WHEN-NEW-ITEM-INSTANCE
    Trigger Object->INV_SUM_FOLDER.INVOICE_CURRENCY_CODE
    Action
    Object Type->Item
    Target Object->INV_SUM_FOLDER.INVOICE_NUM
    Property NAme->VALUE
    Value->=SELECT null FROM dual
    Let me know if it worked.
    Octavio

  • AP Form Personalization

    Hi all,
    I have a requirement to do the AP invoice form personalization. The requirement is:
    When user enter description in AP Invoice Line and choose the Distribution Set. As normal, when click the Distribution button, distribution will generate according to the selected distribution set. For example, 4 lines of distribution line was created without any description.
    Now, user want the distribution lines description should be default by the line description and can be modified manually. How to handle it?
    B. Rgds,
    Sunny

    Post ur query in functional thread, choose accordingly from the link below,
    http://forums.oracle.com/forums/category.jspa?categoryID=3

  • 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 :(

  • Please I Need Forms Personalization Help Reg AP invoice entry

    Hi All,
    I am new to form personalization,
    my client wants do a form personalization for ap invoice entry form ,in that i need to check duplicate invoices and put those invoices into hold
    I got a API which puts invoices in hold : ap_holds_pkg.insert_single_hold
    and i have done a procedure with that API ,the procedure contains the conditions like checking the duplication and API
    which i defined above
    My doubts are what is the trigger event i have to take
    is there any apps initialization required in a procedure
    Thanks
    SABR

    This forum is for general Oracle Forms questions. Forms Personalization is a feature of the Oracle Enterprise Business Suite (EBS). Please post your question in the General EBS Discussion forum. If you have a general Forms question, by all means, ask it here! ;-)
    Craig...

  • How to displlay multiple Invoice Numbers through Form Personalization?

    Dear All,
    In Ap invoice form if I query one Invoice and click new menu which is created by me, then it shows Invoice Number as a popup. It's done through Form Personalization. But If we Query 5 Invoices and select all by press and hold the control button and select each and every Invoice and then click our menu, that time I need All 5 Invoice Numbers in Popup. So how Can I do this?
    Currently It is showing only one Invoice which currently cursor is there.
    So I need all Invoice Numbers in Popup. So plz give suggestions....

    Pl see if the steps in MOS Doc 856139.1 ((Pics) How To Create Personalized Views For All Users In Professional Buyer Work Center) can help.
    HTH
    Srini

  • Alignment of Form Feilds in Invoice Screen using Form Personalizations

    Hi,
    I want few feilds to hide in Invoice Form. I tried to hide few columns in the middle of the form but couldn align the rest of the columns with in the Position of hided Columns.
    Am able to move the feilds but not able to move the Lable of the Feilds
    Please help me on this.
    Thanks,'
    Maggi.

    Dear,
    This might be the problem of Adobe Acrobat Reader. what is the version of Adobe you are using ?? If it 9.0, then uninstall it and reinstall 8.0 and then check .
    Could you please check your installed SAPGUI component? If component 'Engineering Client Viewer' is installed, please uninstall
    it. And try to call same transaction again.
    BR, Deepak

  • Using Custom.pll on AP Invoices form goes into error in 11.5.10.1

    Hi All,
    I am trying to do some customization on APXINWKB (Invoices form) using CUSTOM.pll. But whenever i am trying to open the form after adding the code in CUSTOM.pll i am getting the following error:
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "APPS.GL_EURO_USER_RATE_API", line 173
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "APPS.GL_CURRENCY_API", line 327
    ORA-01403: no data found
    FRM-40735: WHEN-NEW-ITEM-INSTANCE trigger raised unhandled exception ORA-06502.
    I am trying to display a a small message in the new form instance of the above form thru CUSTOM.pll, nothing more than that!!. If i remove the coding, the form is working perfectly. My oracle apps version is 11.5.10.1
    Can any body help me??
    Raj

    Hi Helios,
    Thank you for the update, actually the problem is solved.
    The issue is : Whenever i am trying to show a message in that form using either form personalization or CUSTOM.pll, it is giving the error, if i do any thing else like 'changing the default where clause etc', it is not giving any error. The problem is only with message. Actually my requirement is changing the where clause, which is happening with out any problem. I dropped the idea of showing the message any way.
    This problem is strange. Any ways, i am raising an SR with Oracle.
    Raj

  • Voucher Number with Forms Personalization

    I am trying to use forms personalization to accomplish the following:
    We've enabled vouchering in Payables and now each invoice, when saved, is assigned a voucher number. (INV_SUM_FOLDER.VOUCHER_NUM_DISPLAY).
    When you click the attachments icon, we want to voucher number to auto-populate the
    FILE_NAME_DISPLAY field when CATEGORY_DESCRIPTION = Supplier Invoice. We have a trigger in place that takes the FILE_NAME_DISPLAY and adds the location path and .pdf. So if voucher number is 110, the trigger adds I:\Invoices\110.pdf. This file will exist as the invoice will be scanned to this directory and given the name as the voucher number.
    We want the FILE_NAME_DISPLAY to = VOUCHER_NUM_DISPLAYED when a specific Category of an attachment is selected.

    You should look at writing a d/b trigger or a periodically fired custom code that create an attachment manually.
    You will find many instances of this code on the net.
    Here is an example to get started
    http://garethroberts.blogspot.com/2007/08/document-attachments-private-stuff.html
    Hope this helps,
    Sandeep Gandhi

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

  • Avoid forms personalization/trigger during record update

    Hi all,
    I am trying to use forms personalization restrict users not to duplicate invoice numbers for a given supplier in Oracle Payables(Oracle Apps
    R 12.1.3).
    Here are my details,
    Trigger Event: WHEN-VALIDATE-RECORD
    Trigger Object: INV_SUM_FOLDER
    Condition: 0<(SELECT count(*) FROM ap_invoices_all WHERE invoice_num =:INV_SUM_FOLDER.INVOICE_NUM AND vendor_id = :INV_SUM_FOLDER.VENDOR_ID) AND :SYSTEM.RECORD_STATUS='INSERT'
    Processing Mode: Not in Enter-Query Mode
    Actions:
    Type: Message
    Message Type: Error
    Message Text: Duplicate Invoice Number
    This trigger shoud only for new record inserts so, I have used the condition, *:system.record_status = 'INSERT'* but this trigger is still firing during update of existing invoices, say when i wanna change terms for the AP invoice.
    I couldnt figure out where the error is, if anyone has any idea, please help.
    Thanks.
    Edited by: Kwin on Oct 10, 2012 9:12 AM
    Edited by: Kwin on Oct 10, 2012 9:21 AM

    You can have one more condition like
    0<(SELECT count(*) FROM ap_invoices_all WHERE invoice_num =:INV_SUM_FOLDER.INVOICE_NUM AND vendor_id = :INV_SUM_FOLDER.VENDOR_ID) AND :SYSTEM.RECORD_STATUS='INSERT'
    AND
    :INV_SUM_FOLDER.INVOICE_ID is null
    because Invoice Id will be not not null for existing Invocies and for new invoices , it will be null.
    Thanks
    Pradeep

  • How to pass the FORM Fields value by Form Personalization

    Hi ALL,
    I want to pass form filds values in to procedure. I am calling this procedure through form personalization of that form..... But it's not accepting any form field's value there... when i am passing hardcoded vales procedure is executing fine...
    can any one suggest what to do???
    i tried with these syntax
    TEST_EMP_FP(:ADDR.ADDRESS_ID,'ABC')
    TEST_EMP_FP(${item.ADDR.ADDRESS_ID.value},'ABC')
    Regards
    Ravi

    Hi,
    Iam calling an SRS from forms personlization. Can any body tell me how to pass the Form field values as parameters to the Reports. (Example when they call this Concurrent request from Transact5ions screen, The invoice number should be defaulted in the report parameter).
    Regards,,
    Anil.

  • Restrict Form Personalization only to selected Responsiblity.

    Hi All,
    Greetings.
    I want to restrict form personalization to only selected responsibilities.
    For example in Oracle Account Payables, we have Invoice Workbench form.
    This form is available in say 5 different responsibilities, Now we want to restrict the form personalization on this form to 2 out 5 responsibilities.
    Is there any way to achieve this? Currently the personalization 'Level' is 'Function'.
    We are on R12.1.3
    Regards,
    Sachin

    Hi Sachin,
    Yes it is possible. Enable the personalization on responsbility level which is located in "Condition" tab, hopefully this will achieve your need.
    Please refer link:
    http://www.scribd.com/doc/44636553/Oracle-Forms-Personalization-Basicsove
    (See page 10 of the above link to know the exact location)
    Regards,

  • R12 - APXINWKB form personalization

    Hi all,
    I have a requirement that automatically copy values from Line Description to distribution line description. I am using form personalization and the following is my setting:
    Condition:
    Trigger Event: WHEN-VALIDATE-RECORD
    Trigger Object: D_SUM_FOLDER
    Processing Mode: Not in Enter-Query Mode
    Action:
    Object Type: Item
    Target Object : D_SUM_FOLDER.DESCRIPTION
    Property Name: VALUE
    Value: =(package which return the required description)
    After the invoice is entered, click on the Distribution Lines button. All the distribution line description are displayed correctly. Then, I save the changes.
    Here is my problem:
    The Decision dialog will then be display when I want to exit the distribution window. System will prompt the user to:
    Please commit or clear your changes before continuing.
    Save, Discard or Cancel button
    Where I can setting it right or is I am missing something?
    B. Rgds,
    Sunny Yip

    Hi,
    From the description of the setup of personalization, the behavior seems to be intended.
    From what I understand, you are copying value of "Description" from one reference block to other "target object" block.Once the value is changed for a form field, the forms techstack will dirty the record and hence the message to save/discard the changes.
    Once you save the data for distribution lines, the "When Validate Record" is firing again and making the record status dirty again.
    Alternative may be to move the code to "When new record instance" based on your functional requirement.
    You can, as well, use the action of -- "Built-in" -> "DO_KEY" -> "COMMIT_FORM" to commit the data, though I don't think it will be a good idea to commit the data in "When-validate-record".
    Thanks,
    Pankaj

  • 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

Maybe you are looking for

  • How to create and export a still frame from a movie in iMovie 09

    Disclaimer: Apple does not necessarily endorse any suggestions, solutions, or third-party software products that may be mentioned in the topic below. Apple encourages you to first seek a solution at Apple Support. The following links are provided as

  • Connecting to my macbook pro is impossible

    I have been trying for 5 days to connect my macbook air 13" mid 2011 to my macbook pro 13" mid 2012 using thunderbolt cable and several times it connects and the disconnects on its own and now not even that. Both macs are running Mavericks.

  • Mavericks upgrade Xerox C2200 Print issues

    Previous templtes and options on 10.9 setup to print envelopes on the bypass tray on my C2200, upgraded to Mavericks and now envelope printing on the bypass tray printing 90 degrees out. Preview looks fine as it always has before clicking print. Usin

  • Sysdiagnose_2013.09.29_20-04-06-EDT.tar.gz

    When I logged into my computer this monring I found finder open and the file above.  It was located at macintosh HD>privateder>var>tmp.  The private folder is grayed out and if I open a new finder window the private folder is not visible.  Is this a

  • Print Preview Chines Word layout Run

    Hi All,   I did a smartform with displaying the chinese word, when i display the form in print preview all the wording is run and overlay. But when I print out from printer overall is ok without any layout problem . Any ideas why the layout is run wh