Forms Personalization Issues / Urgent help

Hello Oracle Gurus,
I have an issue while customizing the Customer Standard Form in Oracle Applications using Forms Personalization.
Issue descritption:
1) In Customer Standard Form (ARXCUDCI), at Bill-to Site level i need to disable the buttons NEW and OPEN for a custom responsibility.
I have written code in Trigger Event "WHEN-NEW-FORM-INSTANCE" and in actions i mentioned as
1. Property - Object Type as Item
Target Object as CTRL.ADDR_SU_NEW
Property Name as Enabled
Value as False
2. Property - Object Type as Item
Target Object as CTRL.ADDR_SU_OPEN
Property Name as Enabled
Value as False
When i check, it is working for the NEW button (i.e. NEW button getting disabled) but the same is not working for OPEN button.
Am i missing any thing else.........Any suggestions are highly appreciated.
Thanks & Regards,
Lakshmi Kalyan Vara Prasad.

I would guess that the problem with the Open button is that there is existing standard code within the form that runs after the WHEN-NEW-FORMS-INSTANCE trigger that enables/disables the Open button based on some other condition.
Apart from opening up the form in Forms Builder and working through the code to work out what standard code is doing this (which can be an extremely painful process), I would suggest that you try moving your personalisation to a later event, such as WHEN-NEW-BLOCK-INSTANCE.

Similar Messages

  • Wlan Security Issue urgent help needed

    Dear Community,
    i have a wlc 5500  with two ssids for employees and contractors
    both ssids with layer2 security WPA+WPA2 and auth key mgmt 802.1x are authenticated with ACS 5.0 (active directory) for users access and are working fine after windows adapter setting
    but my question is, can i do some thing like
    authentication with acs 5.0 (active directory) for users access but without windows adapter seting????
    i mean without changing any setting on windows adapter ( leave it as default).
    if i can then how i can???
    or i cann't do that i mean there is not any option to do that?
    plz give me your seggustions i need urgent help on this topic.

    thanks for your reply George
    it seems only for 802.1x authentication key methode needs windows adaptor changing as per you.
    is there any other option to configure wlan scurity with acs (MS active Dir) user authentication like
    let me tell you something
    i want when any client will try to connect any wlan he ll just prompted to use his username and password(of active directory) without doing any changes in window adapter setting???
    i don't care layer 2 security will be whatever like wpa+wpa2 with 802.1x OR something else
    can i do that or no ??
    if yes i can than what type of security?
    please don't tell me about webauthentication i already know about that and i ll use that mothed for GUSET-Wlan.
    kindly reply me soon 
    Thanks

  • Forms Personalization issue - Default GRE on Tax Balances form

    Hi -
    Since we have only 1 GRE in our HRMS system, I am trying to populate ( basically default) the GRE name on the GRE field of the Tax Balances form.
    I chose when new form instance and in the action i am setting the value of field TAXSEL.GRE = 'Name of GRE'
    So, when I open the form, it looks like it is successfully able to populate the field with the name of the GRE, but then it opens up the find person window where you need to enter the name of the employee whose tax baalnce you want to view. When I enter the name of the employee, the GRE field automatically dis-appears. So it defeats the purpose of the personalization.
    Has anyone tried this kind of personalization ? or any insights will be greatly appreciated.
    Regards
    Tushar

    Dear Tushar,
    try the following:
    1 - Help --> Diagnostic --> Custom Code --> Show Custom Events.
    2 - repeat the failing scenario
    3 - see which event on wich item is making GRE field dis-appearing
    4 - set your custom code on the event after the one identified in 3
    hope this help
    Giuseppe

  • ERD Design Issue Urgent help needed .

    Hi ,
    I'm designing a movie theatre system . I was drawing the ERD Diagram but I'm stuck .
    One theatre can have many movies and One movie can be run on many shows .So I have created seperate Theatre and Movie tables and another associative table containing only MovieID and Theatre ID .
    Now number of shows in a theatre are fixed .. Morning ,Evening and Night .
    The problem comes when I want to find which movie is running on which theatre and what is the show timimg . If I create another table as show table having theatre id and showid (say 1 is Morning and so on ) then how to relate that with movie .I tried a lot but not being able to find out .
    How will I design the tables so that they are in 3rd Normal form .Its a bit urgent.
    Please help me out .
    Regards,
    Rahul .

    Hi Rahul
    If I were you, then to make it flexible i would have tables for
    1) Theatre
    2) Movie
    3) Show
    4) movie_show_theatre_mapping
    And according to your design it should be
    1) Theatre
    2) Movie
    3) Show table with foreign key to theatre
    4) Show_movie_mapping
    Here you can find the movie timing at a particular theatre by quering
    show_movie_mapping and show table where theatre id is a foreign key in show table.
    Regards

  • Direct Deposit Issues Urgent Help needed

    We recently switched to DD. We had a new employee come in and give us incorrect account info. So when payroll was run, this employee did not get money in his account. It went to a different account.
    I need help asap on how you all handle this situation? Is there any way for us to generate a NACHA file to do a debit to the incorrect account? If not, how do you handle this at your company? We have even opened a SR and they are telling us the application can't do this. There has to be a way to correct errors and we don't know what this is.
    Please help us and let me know how you all handle DD errors like this. We are needing to find a solution to this as quickly as possible.
    thanks
    Ronnie
    [email protected]

    Yep, you are in a tough situation there. Trying to take money out of an account is a whole different story from putting money into an account. Technically you need the approval of the account owner to do a debit to the incorrect account. My suggestion - contact your bank and ask them how best to recover this money from the account that it went to. I am surprised that the receiving bank accepted the deposit. Surely you are including the employee name in the ACH detail, correct? Normally such an error would come back as a reject. You would void the payment and issue a new payment (either check or ACH).
    What we do here is that the first week we do a prenote entry for an employee. No dollars. You are not required to do a prenote, but it can save you a lot of problems. We also ask the employee to provide a blank (voided) check from their checking account. That helps avoid getting bad information from an employee. Anyway, if the employee gives you bad information, the pre-note should come back with a reject, you would go back to the employee and get the right data, reset the prenote process and do another pre-note, and once good, start doing the ACH payment.
    So I suggest - 1) Find out why this payment was not rejected but accepted into the wrong account, 2) Do a prenote process, and 3) Have employees submit a check (voided) with their ACH request form. Do steps 2 and 3 and you should not have errors. But do ask your bank what they recommend doing if a payment does get accepted to the wrong account.
    John Dickey

  • Forms Personalization issue condition error in post-forms-commit.

    I am trying to personalize PERWSEAC form (i.e. Assignment costing form in HRMS).
    In the post-forms-commit, I added condition like this
    :SYSTEM.CURRENT_BLOCK = 'COST' AND 1=1, when validated it is working fine.
    And at runtime it throws error like this "The condition :SYSTEM.CURRENT_BLOCK = 'COST' AND 1=1 could not be evaluated because of error"
    If condition is changed to :SYSTEM.CURRENT_BLOCK = 'COST' it works fine.
    Please suggest what is going wrong, before it was working fine.

    Hello,
    This is the "standalone" Forms forum. Ask personnalization questions in the dedicated E-Busines Suite forum.
    Francois

  • SAML configuration issue-Urgent Help required!!!

    I have configured SAML using the following article guidelines http://www.oracle.com/technology/pub/articles/dev2arch/2006/12/sso-with-saml.html
    but I 'm unable to login to Application A itself which is SAML source site.Please Help me to understand where am i going wrong!!!!!

    Hi George,
    The issue is I wanted to download few app from google play on Cisco DX 650 example office suite whic helps to open an attachment like word pdf etc on the phone.In order to do that we require a google play store app on the phone which I am able to see on few phones and on few phones it is missing.
    I have checked the CUCM config for all the phone and I can see allow application from android market is enabled.
    still I am not able to see the play store Icon
    Rgds,
    Ajith

  • IE6 form button issue (urgent)

    I have an issue I've suddenly hit, my submit button it doesn't perform it's action. The action assigned to the button is Print()
    var f = getField('hideTitle');
    f.textColor = color.red;
    f.value = 'Not a valid document unless printed using the Print button. This text will not display on the printed document.';
    f.alignment = 'center';
    f.display =display.visible;
    var g = getField('hideBc');
    g.textColor = color.red;
    g.value = 'Not a valid document unless printed using the Print button. This text will not display on the printed document.';
    g.alignment = 'center';
    g.display =display.visible;
    function Print() {
    f.display =display.noPrint;
    g.display =display.noPrint;
    print();
    I *think* the issue is related to the fact that they tend to use Adobe Reader 8, however it could also be related to the fact that they use IE6!!!!
    Of course, this has been working perfectly under test as we use version 9 and no-one in their right mind uses IE6 any more...
    Can anyone point me in the right direction

    If it helps...
    The font textColor (colour, gah!) attribute gets set, but the alignment doesn't!!!
    It's as if it parses the first line then falls over.
    Could it be quote marks????

  • User soliciting adobe forms as "Need Urgent Help" is phishing for phone #'s

    Is anyone getting these? Call me silly but I just don't think it's Adobe "Help And Support"
    and "And" is never capitalized in a title dumb-dumb
    Hi!
    We apologize for the inconvenience caused we will help you out to resolve the problem which you are facing for further assistance provide us your Skype ID and Telephone Number so our one of the technician will contact you!
    Thanks & Regards
    Adobe Help And Support

    you told me to remove the post, but I think you're the same guy embarrassed he got caught.
    did I guess right?
    Want to know how I know?

  • Performance Issues - Urgent Help Required.

    Hi All,
    I have some performance problems on the application that is running on WLS 6.1
    SP2.
    1. I have a UI (jsp), in which the user can select either single or multiple product
    IDs. If the user just selects one product ID and then submit the request to the
    server the response is faster. However when the user submits multiple product
    IDs, all these are submitted to the server and it takes a longer response time.
    I was just thinking of generating multiple requests in batches (say 5) to optimise
    the performance. If I submit multiple requests, how will i be able to manage the
    response and display in the presentation layer. Any comments / suggestions are
    welcome.
    2. In my application, I have data access objects which fetches the data from the
    Database. After the rows are fetched, these data is processed by business process
    which converts them to java objects and returns them to clients. The business
    process of converting the data fetched from Database to java objects is slow.
    We need to improve the response time. What do we need to do?.
    3. Is there any performance benchmarking info / comparision available between
    WeblogicServer 6.1 and WebLogicServer 7 or any higher versions?.
    Will appreciate any help to address the above problem.
    Regards,
    Renga

    To Really figure whats going on, you need to get some performance numbers,
    more specifically where things are slowing down. It could be anywhere from a
    sql query thats doing a full table scan verses using index, or some method
    somewhere slowing things down, or even something slow on the network. You
    might want to try something like JProbe or OptimizeIt that can profile your
    application and give you slow methods/modules of your application.
    Haider
    "Renganathan" <[email protected]> wrote in message
    news:[email protected]..
    >
    Hi All,
    I have some performance problems on the application that is running on WLS6.1
    SP2.
    1. I have a UI (jsp), in which the user can select either single ormultiple product
    IDs. If the user just selects one product ID and then submit the requestto the
    server the response is faster. However when the user submits multipleproduct
    IDs, all these are submitted to the server and it takes a longer responsetime.
    I was just thinking of generating multiple requests in batches (say 5) tooptimise
    the performance. If I submit multiple requests, how will i be able tomanage the
    response and display in the presentation layer. Any comments / suggestionsare
    welcome.
    2. In my application, I have data access objects which fetches the datafrom the
    Database. After the rows are fetched, these data is processed by businessprocess
    which converts them to java objects and returns them to clients. Thebusiness
    process of converting the data fetched from Database to java objects isslow.
    We need to improve the response time. What do we need to do?.
    3. Is there any performance benchmarking info / comparision availablebetween
    WeblogicServer 6.1 and WebLogicServer 7 or any higher versions?.
    Will appreciate any help to address the above problem.
    Regards,
    Renga

  • VPN Issue urgent Help needed

    Guys i have a problem bit strange one can someone please help me out .....i have a sites in which i have pix firewall (515E). Now i have already 3 Vpns site to site established.......(without NAT) now i want to establish fourth VPN....now th eporblem is that my service provider has given me an ip adress that he shd get the VPN request for that IP adress (i shd do nating to translate my internal ip to his ip) i tried to put few things but it doesnt work.....even i m failed to estalblish IKE pjase 1 ......on the otehr hand the device is VPN conc 3000......i have checked all the policies transform set but i m failed to even get working the first bit (IKE 1)....i have treid to debug it but my router doesnt even consider as an intersting traffic and it just send it through to default gateway....can some please hlep me out

    Hello,
    Can you give me an example as to what you are trying to do. I dont understand what you are trying to do.
    What is the current IP address on the inside of the PIX firewall?
    What is the current IP address on the outside of the firewall?
    What does the ISP want the IP address to be on the outside?
    What do you like to do after that?
    Thanks
    Gilbert

  • VPN Issue Urgent help

    guys the scenario is i have a client and i tried to install cisco 2851 router (via FR) with other peer router .....i coudnt get IPSEC running......the VPN never establish i have took a debug statement can someone please help me and tell me what i sthe problem as i tried my best

    Hi person,
    This forum is focused in to discuss questions about PCI Compliance. By this way, post the same question in the VPN Forum (http://forum.cisco.com/eforum/servlet/NetProf?page=Virtual_Private_Networks_discussion), when i will to answer with pleasure.
    At this moment, that i say to help is: verify parameter og ISAKMP, like ttl, encryption, peer, and so on. This behavior is typicaly seem in enviroments with misconfigured parameter.
    At end, verify conectivity between boths peers.
    Regards,
    BHS.

  • HFM 3.5 to HFM 9.3.1 issues Urgent help needed

    Dear All:
    i am on an upgrade Scenario
    Upgrading HFM 3.5 and Hyperion Reports 7.0 to System 931
    Environemt details : Windows 2003 sp2, SQL 2000 sp3a
    PROD HFM Server version : 3.5.1 sp2
    PROD HR Version 7.0
    Server 1: HFM Full Server
    Server 2: HFM App Server
    Server 3: HFM Web Server
    Server 4: SQL / HReports 7.0 (HFM DB=100+GB Size)
    Task : Upgrade/Migrate the HFM 3.5.1 to System 9.3.1 on a different environment, (different domain).
    I'm not sure if i cant use the HFMCopyApplication.exe utility for two reason... HFM DB is huge and botht the servers are in two domains.
    What would be the suggested or best method to do this migration/upgradation ? I have the HFM DB backup from PROD Server....
    Edited by: SRIRAM Kalyanaraman on Apr 10, 2009 10:50 PM

    Hi,
    Can you define "diffrent domains" for me? Are they diffrent phisyical machines? What type of database server are you using?
    -Tony

  • Oracle 9i OMS Login issues - URGENT help needed !

    Hi,
    I am a new user for ORACLE 9i (windows 2003 server ) and I am in deep trouble! I need to take backup of an existing database in our production server but I cannot login to the OEM as I do not know the sysdba ( userid & Password). The worst part is that no one knows the Admin userid & password.
    I can login to the standalone database using the sys password.
    Question1 : Is there any other way to login in the OMS ???
    Question2: Is there any other way of taking backup of the Database ???
    Message was edited by:
    PC5

    Question1 : Is there any other way to login in the OMS ???
    Use system user login , Also once you can login as sysdba on sqlplus
    you change password as well
    Alter user sys identified by <password> ;
    Alter user system identified by <password> ;
    Question2: Is there any other way of taking backup of the Database ???Yes you can take backup manually as well but,
    What kind of backup you want to take logical or physical backup ?
    Virag

  • Licence Issue  --urgent help needed

    Hi all,
    I'm working on a configuration management for a OWB data warehouse environment.
    The client is going to buy two iDS package for two developers involved in OWB development.
    Can anyone answer two outstanding questions from the DBA who is going to implement the configuration stuff?
    Q1: Do we need additional licence of iDS on QA server and Production server? Or we can install iDS on more than one server but limit the use to these two developers?
    Q2: Do we need to buy extra licence ($1200 for each named user) for the schemas created when using OWB, including: owb (Build Repository),
    rtr( Run Time Owner),
    rtu( Run Time Access User)
    two target schema (one for staging, one for data warehouse schema).
    If yes, do we need to buy for all the servers(Development, QA, Production).This is realy painful to ask client to buy just because we choose to use OWB.
    Besides, there is another owbrt_sys created by OWB. Licence also needed for this one?
    You may suggest me talk to the Local Oracle representative. Yes, the DBA did. And DBA got different answers from different guy like:
    Answer 1: You don't need to buy iDS on QA and Prod servers as you can just copy your schemas (exp/imp) from Development to QA and Production where you can just run your ETL script generated from OWB.
    (I'm surprised for this)
    Answer 2: Install Runtime repository on Servers where you don't have OWB installed by doing a remote installation. So we don't need OWB(iDS licence for thise servers).
    Sounds good idea and smart. But I failed to do that. The error message shows like :
    INS0034: The Database Server needs to be configured by
    Running Runtime Repository option locally. Please run
    The Runtime Assistant on the Server where the database
    Is located.
    But I can do the remote install of runtime repository after install OWB on the server.
    Thanks for anything about this from your experience or knowledge.
    Daming

    Damming,
    iDS is licensed per developer - if you have 2 developers, you need to buy 2 licenses, if 3, 3 licenses etc. There is no license for the runtime.
    You need to have an Enterprise edition Oracle DB license though.
    Regards:
    Igor

Maybe you are looking for

  • Installed windows, can no longer see MB on network

    I installed boot camp on my new macbook and everything went very smoothly with that. I have internet access in both OSX and WIndows XP. The problem is that I use my iMac and ChronoSync to sync up the two computers and to do so I have to connect them

  • Remove HTML tags from a string

    I have a string that contains a couple of HTML or XHTML tag, for example lv_my_string = '<p style="something">Hello <strong>World</strong>!</p>'. For a special use case, I want to remove all HTML from that string and process only the plain text lv_my

  • Signed applet runs in Firefox but not in Internet Explorer

    I've signed an applet with keytool -genkey -validity 3650 -keyalg rsa -alias ddkey keytool -export -alias ddkey -file ddcert.crt jarsigner planner.jar ddkey jarsigner -verify -verbose -certs planner.jar but loaded from the webserver with... <!DOCTYPE

  • Syntax error in Unicode environment

    Hi all, I have below piece of code in 1 program ...         do.            replace ',' with space into w_mbew.            if sy-subrc > 0.               exit.            endif.         enddo. It works fine when unicode attribute set. But the moment i

  • Port 0 on solaris 7

    what algorithm does solaris use for random port selection? (is it random based on time and a pool of free ports, or does it start from one number and work its way up... something else? I'd imagine it's the first case, but I need to be sure. (in other