Forms Personalization..How to accomplish this case?

Hi Gurus,
I have a case in which I have to make use of Forms Personalization.
Go to Payables Manager Responsibility>Suppliers>Entry>Query any supplier here and then go to Sites>Go to Control Tab (under Sites)>Here you will see a checkbox Hold All Payments
My requirement is I want to default this “Hold all Payments”-flag to “Yes” upon creation of a new supplier site. This default must be manually overridable. I know I can do this using Forms Personalization, but I am not getting the exact way to write so as to perform this function as I am new to this field. Please help me! Any reply will be highly appreciated.
Thanks,
Chawla

Hi,
See what I did...
In my Condition part, I have given..
WHEN-NEW-FORM-INSTANCE (Trigger Event)
Not in Enter-Query Mode(Processing Mode)
Lvel:Form (not Function)
In my Actions Part:
I have given,
Type: Property
Object Type:Item
Target Object:SITE.HOLD_ALL_PAYMENTS_FLAG
Property Name: VALUE
Value:Y
It is not working...where i have done a mistake?
Or is this related to some other issue....? How can I handle this issue?
Thanks for your fast reply..Ankur
Chawla

Similar Messages

  • I cannot find a way to sort the bookmark folders themselves alphabetically by name.I am not talking about in a view mode but in the way they are displayed when I click on my bookmarks tab. Can someone explain to me how to accomplish this.

    I have a lot of various book mark folders with websites contained within each folder. I am able to sort the websites within each folder alphabetically by name but I cannot find a way to sort the bookmark folders themselves alphabetically by name.I am not talking about in a view mode but in the way they are displayed when I click on my bookmarks tab. Can someone explain to me how to accomplish this other than manually dragging them as this is extremely hard for me due to the fact that I am a quadriplegic with limited hand movement dexterity

    Bookmark folders that you created are in the Bookmarks Menu folder. "Sort" that folder.
    http://kb.mozillazine.org/Sorting_bookmarks_alphabetically

  • Can music from the ipod classis be uploaded to icloud? If so, can someone tell me how to accomplish this task?

    Can music from the ipod classis be uploaded to icloud? If so, can someone tell me how to accomplish this task?

    Hi Crystal,
    So I cancelled the first & only order I will ever make thru this company & want my account deleted.
    I can't get thru to anyone by phone or chat. Is there no other way to accomplish this?
    Sorry for this hassle. No, you need to contact them. What is the problem you are facing in contacting them?
    What happens if I sign out & just never sign back in?
    You might still get charged. Let me know if you still can't get through.
    Thanks,
    Kevin

  • Cannot burn an iMovie project to a DVD because the computer can't find iDVD.  Anyone know how to accomplish this task.

    Cannot burn an iMovie project to a DVD because the computer can't find iDVD.  Anyone know how to accomplish this task.

    Macs don't come bundled with iDVD anymore. If you have an older Mac that came with an iLife disk, you can install iDVD from that.
    If your Mac didn't come with iDVD, you can still find iLife '11 disks in some stores.
    There are other programs that can create DVDs, but I've never used them. From what I've heard, they're not as good as iDVD.

  • What is a (xml parsing error:not well-formed) and how to fix this

    what is a (xml parsing error:not well-formed) and how to fix this
    == URL of affected sites ==
    http://sudburyfinecars.subarudealer.ca
    == Troubleshooting information ==
    XML Parsing Error: not well-formed
    Location: http://sudburyfinecars.subarudealer.ca/WebPage.aspx?WebSiteID=205
    Line Number 258, Column 152:

    I found the solution to my own problem by using Internet Explorer instead of Firefox, it turn out that the site i was trying to get into is an old site using proxy servers that Firefox doesn't read properly giving me the XML parsing error:not well-formed.
    Its not Firefox's fault its just letting you know that this could be a problem site if it lets you in.

  • Embedding (not linking) videos in keynote, Then exporting as Powerpoint (mostly PC users) so they can use from a jumpdrive without needing internet connection.  Instructions/tips on how to accomplish This?

    I'd love your advice/guidance!!  I need to embed (not link) videos in a Powerpoint doc so that anyone (mostly PC users)can open and use from a jumpdrive without needing internet connection. I was considering using keynote and exporting as a PPT.
    Or is there a way to do this in a newer version of Powerpoint? (i'd rather stick with keynote) what would that be the best option?
    Any Instructions/tips on how to accomplish this? Thank you in advance for taking the time!
    I have an old version of PPT on my g5 tiger tower. (microsoft office version doens't owrk on the macbook pro.)
    i have iWork09 on both computers.

    I'd love your advice/guidance!!  I need to embed (not link) videos in a Powerpoint doc so that anyone (mostly PC users)can open and use from a jumpdrive without needing internet connection. I was considering using keynote and exporting as a PPT.
    Or is there a way to do this in a newer version of Powerpoint? (i'd rather stick with keynote) what would that be the best option?
    Any Instructions/tips on how to accomplish this? Thank you in advance for taking the time!
    I have an old version of PPT on my g5 tiger tower. (microsoft office version doens't owrk on the macbook pro.)
    i have iWork09 on both computers.

  • Forms Personalization: how to Set default value to field

    Hi all,
    I have trouble with to fill in a field with an initial value where in defined an LOV.
    When I open the screen "Contract Commitment" via the responsibility "Contract Commitment Super User" I would like to see a initial value in the "Type" field in "Details" tab. I have tried some cases but with no result.
    Could someone point me to a solution or give me a hint how to solve this issue via forms personalization?
    field to be filled in:CC_ACCESS_NAME
    screen: IGCCENTR
    Block: ACCESS
    LOV: ACCESS_TYPE_LOV
    GROUP_NAME of LOV: ACCESS_TYPE_RG
    EBS version 12.0.4
    Many thanks,
    Cafer

    Thanks Fassi for your information.
    I can use INITIAL VALUE only with WHEN-NEW-RECORD-INTANCE trigger. In my case this is not usefull but wel correct advise.
    I need the trigger WHEN-NEW-FORM-INSTANCE and I have used VALUE property
    I could notice that there are 2 other fields which have also LOV on them in the same screen.
    if I gave these fields (ACCESS.NAM and ACCESS.CC_ACCESS_LEVEL_DESC) a defualt value then it was working for them but not for the first field (ACCESS.CC_ACCESS_TYPE_NAME)
    I have solved my issue with a trick as follows:
    In the same personalization I have created a new action row with a sequence earlier than ACCESS.CC_ACCESS_TYPE_NAME action and the field CC_DESC is also earlier in the screen than ACCESS.CC_ACCESS_TYPE_NAME. So I have given this field (CC_DESC ) a value as '' (SPACE). So I could manange to see the defualt value in ACCESS.CC_ACCESS_TYPE_NAME field.
    Regards,
    Cafer

  • Form Personalization: How to validate record?

    Hi,
    We need your help. We have developed one custom form which captures data for Inter-Org transfer in Oracle Inventory. User enters Source Organization Code, Destination Organization Code, Item Number and rest of all other information. Source & Destination Organization are in one block of the form and Item number , Quantity etc are in another block on the same form. Item Number field is showing LOV of all list of items from mtl_system_items_b from master Org and that's the requirement of the form.
    Through Form Personalization, User wants while saving the record on the form, it should validate item-Organization assignment for both Source & Destination organization. Item should exist in Source & Destination organization else it should display error message while saving the record.
    Please help me how we can achieve this through Form Personalization.
    Thanks
    Rajesh

    trigger = when-validate-record
    condition =
    not exists (select 1 from mtl_system_items msi, mtl_parameters mp
    where mp.organization_code = :dest_org
    and mp.organization_id = msi.organization_id
    and msi.segment1 = :item_number)
    Action = message
    type = error
    message text = Item not assigned to dest. org.
    Sandeep Gandhi

  • How to create this case study in oracle

    Orient Courier Service is a leading provider of courier services to international/domestic destinations.  The service has offices all over the country where it picks up parcels for delivery. When a customer walks in for handing over packets for delivery the clerk at the desk keys in the customer’s name, address, email, hp no,weight (package) as well as the receiver’s name, address, hp no, city and country. All the fields are compulsory except the email address. Amount is also entered and is calculated based on fixed charges which are stored in the database. For example.
    City
    Charges
    Johor Bahru
    10/kg
    Sydney
    30/kg
    London
    25/kg
    Based on the above scenario you have to come up with a physical database with the following.
    A stored function to calculate delivery charges given city and weight
    Hint (create two parameters city and weight)
    A stored procedure to insert records into deliveries table
    HINT create stored procedure with parameters for each field in the deliveries table for ex customer address, phone, email and receivers’s address etc
    please help me to solve this case study, i new in  oracle..

    How about starting here:
    Oracle® Database PL/SQL Language Reference
    http://docs.oracle.com/cd/E11882_01/appdev.112/e25519/toc.htm

  • Forms Personalizations - How to navigate to a specific tab

    I am trying to do a forms personalization in Oracle Financials.
    The business requirements is have a menu option in AR Account Details form which takes the user to the Customers - Standard (ARXCUDCI) form and then queries back the customer and displays a particular tab.
    I have everything working except the tab navigation. I do not know how to navigate to a particular tab using forms personalizations.
    I'm not even sure that the 'Tabs' I'm thinking of are the same as Forms 'Tabs' as, when I try to look at the 'Tabs' in Forms Personalization it doesn't appear there are any. It looks like each tab the user sees is a different Canvas.
    The canvas my 'tab' is on is called CUST_MKT.
    As you can prob tell, I'm a functional consultant with limited forms dev experience. I expect the answer is simple - so hoping someone can help me out???
    Thanks,
    - Matt

    Hi Matt,
    You can use the action 'GO_ITEM' (type BuiltIn). In the argumen, you should write MYBLOCK.MYITEM where MYITEM should be an navigable item in the tab to which you want to navigate. To check the actual name of MYBLOCK and MYITEM, go to that item in the screen and check the menu Help > Diagnostics > Examine...
    I hope it helps.
    Regards.

  • Forms Personalization - How to refer to the current form

    Hi,
    I have created a Custom Form for Element Entries, and the associated function.
    I want to then personalize this specific form to hide a column. I don't want to hide the column in all the Element Entries forms, just the Custom form .
    My thinking is to add a statement somehting like
    :CTL_GLOBALS.DESTINATION_FORM = "MY_CUSTOM_FORM_NAME"
    Is this possible?
    Bernard

    Just do the forms personalization at your custom function level.
    -Open your custom function in front end
    -Help > Examine > Personalize
    Go on creating your personalization record. Ensure the level set as "Function".
    Will work surely. No need to write anything in the Condition tab. Just add your field hiding action in Action tab.

  • How to solve this case sensitive problem for the parameters in function?

    Hi,
       I have a function, which should receive one parameter comes from textbox in BSP form. User will input upper case or lower case characters together in this textbox. But when I debug function, I found after function recevice the value from BSP form, the string value was converted into upper case automatically.
       I don't want system convert string to upper or lower case. I want keep the original value that user inputted.
       So is it possible to do this?
       Thanks!

    Hi,
       Thanks for your reply.
       Yes, I use the inputfield. The problem is if I use the parameter which contain user's input in the event handler of BSP, the value is equal to the user's input. But if the parameter was transfered into function, the value was converted to uppercase.
       But I want to keep  the original value.
       Thanks!

  • AP Form Personalization - How to default Values.

    Hi All,
    I am trying to Personalize the *"Payment Batch"* Form in AP Super User.
    (Navigation : Payments > Entry> Payment Batches.)
    My Requirement is:
    *"Once the Bank Account(LOV) is selected, the Pay Group(LOV) should get defaulted."*
    There is a ONE-TO-ONE Relationship with the Bank Account and Pay Group given by the user.
    1. How can I default the Pay Group corresponding to a Bank Account.
    2. Is there any table which links Bank Account and Pay Group to accomplish the same.
    3. Can i do it by creating LOOK-UPS
    Please help me start with this personalization.
    Thanks a TON in Advance.

    Please post your question in the [EBS General Discussion|http://forums.oracle.com/forums/forum.jspa?forumID=475] forum as this forum is dedicated to NON-EBS Forms development.
    Craig...

  • Hi, I got an Error 23 when trying to restore my phone. Apple support centre says its a hardware issue without doing anything to come to this conclusion. They will not tell me how to escalate this case. Please let me know if there is a way to escalate.

    One day when tried to restart my iphone 4, I got a screen asking me to connect to itunes. Itunes asked me to restore my phone. When I tried to restore, I got an Error 23 saying it cannot be restored. I tried the phone support. They asked to contact the service centre. I then tried the service centre guys. They clearly did not know what Error 23 was. They asked to contact the apple support again. After 2-3 guys tried to blow me off saying it is a hardware issue, I asked for a senior analyst. Apple support assigned a senior guy who said he will contact the engineering team. After 2 days, I was told that the engineering team has confirmed that this is a hardware issue.
    What I am surprised about is that no one seems to have done any analysis or debugging to figure this out. How do they decide that this is a hardware issue?
    The first time I tried it from my laptop and got this message. The support guy told me that my laptop may have an antivirus software which may be causing this issue. So I took it to the service centre. They tried the same restore from their machine and got the exact same error.
    The senior analyst that was later assigned to my case, again asked me to restore from my machine. I got the same error.
    Basically what they had verified in all these activities was that I was getting error 23. I dont know how they decided that this was due to hardware issues?
    Online documentation on Error 23 is vague. It is bunched long with other error codes. There is no clear explanation of what Error 23 is.
    But most importantly It says 'In rare cases, this may be a hardware issue'.
    So if it is a hardware issue in rare case, how was my case deemed to be a 'rare case'?
    When I asked them to escalate this, they said that there is no way to escalate.
    I have had a horrible experience with Apple support. Till this point I used to think of Apple as a class apart. But now I am totally disillusioned.
    My phone was about a year and a half old. I dont mind it if it actually turns out to be a hardware issue. I will take it as my bad luck.
    But I dont see how the support guys decided that this is a hardware issue. I need to know.
    And secondly I am shocked that Apple has no escalation path.
    Can anyone please help?

    Hi @imobl,
    You sound like an Apple support guy who hasn't been able to answer my questions.
    To respond to some of the points you made,
    - I did not ignore Ocean20's suggestion. If you has read my post, you would have known that I took my phone to the apple service centre where they tried this restore on THEIR machines. I am assuming that Apple guys know how not to block iTunes. So I actually do not understand your point about me trying the hosts file changes on my machine. Do you not believe that apple tested this issue with the correct settings?
    - you also give a flawed logic of why the issue is a hardware issue. You mentioned that If I thought that the issue was with the software, i should try a restore and getting it to work. The problem is that my error (23), and many others comes up when the restore fails. And you would be astonished to know that not all errors are hardware errors. Sometimes even software errors prevent restores. Funnily enough Apple itself mention that 'in rare cases, error 23 could be hardware related'.
    - all Apple has done so far is replicate the issue. I don not know how anyone can conclude that the issue is a hardware issue.
    And by the way, I am not certain that this is a software bug. Again if you read my Posts, you will notice I only want a confirmation,/proof that the issue is hardware related as they mention..
    Please refrain do. Responding if there is nothing to add.

  • Forms Personalization - How to pass parameter to a Report

    Hi All,
    I am trying to run a report from a menu entry in the AP Invoice entry form. For this I have done the necessary steps of creating the menu entry and am assigning the values for the 2 parameters to a global variable and then launching SRS form.
    In SRS form created an action to assign the global variable value to work_order.parameters. I can invoke the SRS OK except that my 2 parameter values appear concatenated in the first parameter itself and are not getting assigned to each of them seperately.
    my global variable assignment is as follows :
    =${item.inv_sum_folder.vendor_name.value}||'.'||${item.inv_sum_folder.vendor_site_code.value}
    and my work_order.parameters value assignment is as follows :
    =select nvl(${global.kmg_invalid_po_gv.value}, ${item.work_order.parameters.value}) from dual
    Any ideas why this is not working ?
    Thanks in advance.
    Shankar

    Hi Prudhvi,
    Thanks for reply.
    I have actually seen it work for another report 'Supplier Payment Listing' (there are a few ppt presentations of this on the internet, can dig it out if reqd)
    The Select of the Single Query is assigned using INTO to the output variables. Just as you can use these output variables anywhere in the message you can also use them as parameters to pass to a concurrent prorgam or a function.
    However, when I try to mimick what i saw with above report for my custom report it somehow cannot distinguish between the parameters and treats them as 1 parameter value.
    I believe the parameters need to be seperated by a period(.) when assigning to global variables.
    Thanks
    Shankar

Maybe you are looking for

  • REP-1425 report formula DO_SQL error putting value into column

    Hi all I have opened a report 2.5 in Oracle9i Reports Developer and, it converted ok. However, when I run the report (paper layout), the message rep-1425 report formula DO_SQL error putting value into column. Column may not be referenced by parameter

  • Add a new printer to my MAC

    Hello Macs, I need to add a new printer so that I can use it on my MB. It is an HP 5250 all in one. It is hooked up to a PC running Windows XP. The printer is on my home network, and is setup to be shared. However, my MB does not "see" it in the prin

  • Sudden lock of files in reader for ipad

    When first opening some pdf files, that are unlocked, they suddenly become locked, not allowing me to highlight or write notes. How can I stop this?

  • My iPhone Music playlist is not in the form that I organized it as?

    So after iOS5... My iTunes playlists are all organized from Date Added. The most recent songs will be on the top of my playlist which is perfectly displayed on my iTunes. However, no matter how many times I've tried to sync or change anything, it doe

  • Streams on Standard Edition

    Hallo list, Iam trying to configure Oracle streams on SE 10g database ,this Master database will replicate data to many Personal or XE databases. My question is this configuration possible under SE 10g ? i have read that SE support message queining a