OTL: Custom LOV in Timesheet issue (QUALIFIER_ATTRIBUTE6 help)

Hi,
I have successfully added a custom LOV to procurement timesheet. However, there seems to be an issue with the result items of the LOV.. I know that there is something wrong with my QUALIFIER_ATTRIBUTE6.
Below is my custom code.
All I want is lovcolumn1 to get stored in the table, lovcolumn2 to get displayed to the user. (QUALIFIER_ATTRIBUTE8 and QUALIFIER_ATTRIBUTE9 are set accordingly)
So, how should my QUALIFIER_ATTRIBUTE6 be? Pls help.
BEGIN HXC_LAYOUT_COMPONENTS "Purchasing Timecard Layout - Customer Code"
OWNER = "ORACLE12.1.0"
COMPONENT_VALUE = "CUSTOMERCODE"
REGION_CODE = "PO_CUI_TIMECARD"
REGION_CODE_APP_SHORT_NAME = "PO"
ATTRIBUTE_CODE = "XXXXPO_CLIENT_CODE"
ATTRIBUTE_CODE_APP_SHORT_NAME = "PO"
SEQUENCE = "245"
COMPONENT_DEFINITION = "LOV"
RENDER_TYPE = "WEB"
PARENT_COMPONENT =
"Purchasing Timecard Layout - Day Scope Building blocks for worker timecard matrix"
LAST_UPDATE_DATE = "2012/11/06"
BEGIN HXC_LAYOUT_COMP_QUALIFIERS "Purchasing Timecard Layout - Customer Code"
OWNER = "XXXXX"
QUALIFIER_ATTRIBUTE_CATEGORY = "LOV"
     QUALIFIER_ATTRIBUTE1 = "CustomLov1VO"
     QUALIFIER_ATTRIBUTE2 = "Y"
     QUALIFIER_ATTRIBUTE3 = "/oracle/apps/hxc/selfservice/configui/webui/CuiCustomLov1RN"
     QUALIFIER_ATTRIBUTE4 = "201"
     QUALIFIER_ATTRIBUTE5 = "15"
     QUALIFIER_ATTRIBUTE6 = "Lov1column1|CUSTOMER_CODE-DISPLAY|CRITERIA|N|Lov1column1|CUSTOMER_CODE|RESULT|N|Lov1column1|CUSTOMER_CODE-DISPLAY|RESULT|N"
     QUALIFIER_ATTRIBUTE8 = "Lov1column2"
     QUALIFIER_ATTRIBUTE9 = "Lov1column1"
     QUALIFIER_ATTRIBUTE10 = "oracle.apps.hxc.selfservice.timecard.server.CustomLov1VO"
     QUALIFIER_ATTRIBUTE20 = "N"
     QUALIFIER_ATTRIBUTE21 = "Y"
     QUALIFIER_ATTRIBUTE22 = "L"
     QUALIFIER_ATTRIBUTE25 = "FLEX"
     QUALIFIER_ATTRIBUTE26 = "PURCHASING"
     QUALIFIER_ATTRIBUTE27 = "Attribute15"
     QUALIFIER_ATTRIBUTE28 = "CUSTOMER_CODE"
     END HXC_LAYOUT_COMP_QUALIFIERS
END HXC_LAYOUT_COMPONENTS

Did you ever find a solution?  I am going through the same issue.

Similar Messages

  • Custom VO for OTL Custom Timecard Error in R12

    Hello All,
    I am very new to OA Framework and JDev so first let me write down the steps I did before I got the error on one of the LOVs on timecard page.
    1. Created a database view called HXC_CUSTOM_VIEW with only 2 columns
    2. Created VO via Jdev in read only mode. Hardcorded the values in CustomLOVVO.xml as,
    RowClass="oracle.apps.fnd.framework.server.OAViewRowImpl"
    ComponentClass="oracle.apps.hxc.selfservice.timecard.server.CustomLOVVO"
    Generated the JAVA as CustomLOVVOImpl. Compiled the project and got .class file.
    3. Transfered .xml and .class files onto the server under $JAVA_TOP/hxc/selfservice/timecard/server. CHMOD to 777 for both files.
    4. As I am on R12, logged onto application and clicked on responsibility "AK HTML FORMS". Created Attributes and Region and added Region Items.
    Covered important details while creating Region such as,
    "oracle.apps.hxc.selfservice.timecard.server.TimecardAM"
    "oracle.apps.hxc.selfservice.configui.webui.LovCO"
    5. Added 2 items under the Region.
    6. Modified the timecard .LDT file and add the code to include LOV.
    7. Bounced apache and logged into OTL Self-service. Clicked on create timecard, entered value for all fields and when on click on the LOV icon for this item I get the below error,
    =======================================================
    Exception Details.
    oracle.apps.fnd.framework.OAException: oracle.jbo.AttributeLoadException: JBO-27022: Failed to load value at index 3 with java object of type java.lang.String due to java.sql.SQLException.
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:896)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1169)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1435)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2844)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1834)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:532)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:420)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    java.sql.SQLException: Invalid column index
    =======================================================
    Need help and pointers to troubleshoot this proble. I have hit the wall and not getting any solution.
    Thanks an advance.

    Editing Oracle seeded files is not recommended as they are not upgrade/ patch safe. Read OTL impl white paper for your custom LOV requirements, They have explained well.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                   

  • Custom forms (with Headstart), issues.  Prompted more than once to save/commit.

    We have found that after analyzing the APPS schema (for CBO), we
    have an issue with custom forms. This issue relates to an
    earlier post on this forum where we get prompted several times
    to save/commit our changes and that the changes are never
    submitted. We've narrowed it down to the QMS_TRANSACTIONS
    table, when ever we run...
    analyze table apps.QMS_TRANSACTIONS estimate statistics;
    Table analyzed.
    Our custom forms will stop working. Why is this? So far we've
    found the only work around is to drop all Headstart objects and
    run the scripts to recreate the objects in the APPS schema.

    Michael,
    This might be a similar problem as they have experienced in
    Japan. Their problem description is as follows;
    -At the beginning, the transaction can be committed from the
    screen.
    -After analyzing APPS schema, it becomes impossible to commit the
    transaction.
    This problem is reproduceable in following condition;
    -Use Oracle 8i 8.1.7.x.
    -Set '_push_join_union_view' parameter to true. (Set by Rapid
    Installer of EBS)
    -Analyze the schema that has qms_transactions table.
    This problem seems to be caused by DB bug (Bug no 2058756).
    If this is indeed your problem a workaround has been described to
    set the event 10195 before analyzing the table.
    Hope this helps.
    Regards,
    Sigrid Gylseth.

  • I have updated to the latest itunes and my iphone software to version 5 but now it wont let me sync my custom made ringtones ??? help !!

    i have updated to the latest itunes and my iphone software to version 5 but now it wont let me sync my custom made ringtones ??? help !! it says it can sync them but then it does not copy them from my itunes back onto my phone ?

    I have the exact same issue. I havent found our what is causing it either. Multaple re-install attempts with no success. I have to use Windows Media Center to burn audio discs.  Any other advice?

  • Where does EBS store customized LOV elements?

    Dear All,
    We are developing a report on EBS r12 >> Payables >> Payments screen.
    The Functional Consultants Team added a DFF ( view_inv_pay.DESC_FLEX ) with only 1 segment and its description at the Invoice Payment block level ( VIEW_INV_PAY )
    which synchronizes with each matched row in this block.
    The values of the DFF come by selecting from an attached customized List of value that the Functional Consultants Team had populated its elements using data loader.
    We have a requirement to display the DESCRIPTION of DFF segment in the report not its actual value.
    So the question is:
    Where does EBS store the data related to a customized LOV ?
    And how to join between the LOV’s under laying tables and the below report tables
    ( AP_CHECKS_ALL AC , HZ_PARTIES HZP , AP_SUPPLIERS PV , GL_DAILY_CONVERSION_TYPES GDCT , AP_INVOICE_PAYMENTS_ALL  AIP , AP_INVOICES_ALL AI ) to display the DFF description?
    Since, only the actual DFF values are stored in AP_INVOICE_PAYMENTS_ALL table.

    Dear Sandeep,
    That is great, but what about the joining condition.
    I know that i can join by the segment value in the AP_INVOICE_PAYMENTS_ALL table
    to be like below:
    SELECT ffv.flex_value, ffv.description
    FROM fnd_flex_values_vl ffv, fnd_flex_value_sets ffvs , AP_INVOICE_PAYMENTS_ALL API
    WHERE ffvs.flex_value_set_id = ffv.flex_value_set_id
    and API.SEGMENT1 = FFV.FLEX_VALUE ;   -- Assuming that the actual DFF value stored in SEGMENT1
    AND ffvs.flex_value_set_name LIKE '&value_set' But for tuning issues is there any an alternative to previous condition?
    Edited by: 670612 on Mar 21, 2012 1:47 AM

  • Creating custom LOV in 11.5.10.2

    Hi,
    We are new to Web ADI and are having problems with creating custom LOV. It seems that custom templates can only have poplists defined. Is this true? And if so, how do we get around the problem of the 256 row limitation? Has anyone created lovs for custom templates for 11.5.10.2?
    Thanks
    Thu

    As of now am tracing them blindly with oradebug... but guide me to find solution for normal trace.Bhanu,
    The only supported way to enable trace concurrent requests from the application is what you already know. So, I believe there is no other way to enable trace. Since the issue with custom concurrent requests only, then I believe it is something with the reports/module registration.
    I am not sure why there are no values stored in FND_CONCURRENT_REQUESTS table (for some columns) when you submit such reports, and I believe if this is resolved you will be able to see the trace files generated. So, is it possible to register any of these custom reports in one of the standard responsibilities and see if the values in the table are populated and/or the trace file get generated then?
    Can you tell me what is OP meansOP = Original Poster (internet newsgroups and message boards)
    http://www.acronymfinder.com/Original-Poster-(internet-newsgroups-and-message-boards)-(OP).html

  • How to render a Custom LOV Pop Up  with its first Row selected

    Hi All,
    I have a requirement in my Custom LOV ,
    I want to render my custom LOV with Query panel and resulset table in such way, where the first row is selected and the users are able to use the KEY Up and Down Arrows and Enter key to select it.
    Currently, the user as to do a single Click atleast one time on a row , so that they can use their KEYs to do the selection.
    How can I achieve the above requirement ? Any thoughts ?
    Thanks
    TK

    Hi,
    The answer to your query is 'Yes'. You need to design a 'UPDATE' metadata type custom integrator. The custom integrator shall use a parameter based view to first download data and then use a PL/SQL wrapper/API to re-upload it back. The brief steps are listed below:
    1. Create a 'UPDATE' metadata type custom integrator. Give a parameter list name, std/custom view for data download and a PL/SQL wrapper.
    2. Create a form function and associate the form function with the custom integrator created.
    3. Add the form function to the std WebADI menu for access.
    4. Define a layout for the custom integrator defined.
    4. To create a parameter use the standard integrator 'HR Standalone Query'. As a part of this integrator you can define the SQL WHERE clause (parameter based) that you will like to use with the custom/std view defined in the custom integrator definition.
    Note: You can use a max of 5 parameters only. For each parameter, one needs to define the datatype and also the HR standalone query has a size limitation of 2000 chars in 11i10. You increase this length you may apply patch - 3494588 to get 4000 chars.
    Hope this information helps.
    Thanks,
    Nitin jain

  • A customized LOV. Is this possible ?

    Folks,
    How can I present a user with a list of partials matches after he has executed a query from a form?
    For example, the user enters "query mode" on a form then types a partial last name, "Gonzal", then presses Enter. Now I want to give me a list of partial matches for him to choose from.
    How can I do this ? Perhaps a customized LOV ?
    Please help!
    Bob
    [email protected]

    Thanks for that response.
    Another question re: LOV's:
    When I display my LOV, I only want to show two or three fields, but yet I want to fully populate the form with many more fields.
    Right now, it seems to be populating my form with only those few fields I specified in the LOV wizard.
    Is this were record group comes in ?
    Thanks,
    Bob

  • Visual Studio 2013 Setup and Installation gets stuck at system restore point. what are the issues?, help me out!!!

    Visual Studio 2013 Setup and Installation gets stuck at system restore point. what are the issues?, help me out ASAP

    Hello nitinrathod29,
    There are some possible fixes for this issue.
    Please check the following thread:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/47bc6990-00f2-4d85-b3f8-9de03c637f43/visual-studio-2013-update-2rc-stucks-on-creating-system-restore?forum=vssetup
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/81478f51-37bb-4dbb-bd0c-beade1fd50ab/visual-studio-2012-professional-installation-getting-stuck-creating-a-system-restore-point?forum=vssetup
    So here are them:
    1. Check if you have any software which may prevent the installer from running. For example, Windows Defender or any other software which may restrict your permissions.
    2. Just start the computer.
    3. Run the setup as admin.
    4. Check your UAC permissions.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Transport Issue Please help

    Hello,
    I have got a major prolen during transport.
    I have GEMPLOYE1 Which is a time dependient master data. which has Attribute called 0COUNTRY_ID.
    I have a custome attribute Called Actual PSGroup/Grade GPAYSCGR which has a compounpunding attribute 0COUNTRY_ID
    Now when I am trying to transport PSGroup/Grade GPAYSCGR to QA that transport is failing , the log massage is
    Characteristic GEMPLOYE1: Attribute GPAYSCGR compounded to 0COUNTRY_ID has a diff. time-dpdncy
    If any one saw this issue, please help me to fix the same.
    Samit

    Hi Venu,
    We can't add authorisation objects on Individual servers.We need to add authorisations on BWD ie Dev system and transport to BWI QUA system.This is the Process we need to follow as per our rule set.
    So,As the problem mentioned above if i add some auth. objects on BWD DEV system and transport it to BWI QUA system,it is getting transported Successfully to BWI,but the auth.objects what i have added on BW DEV system is not found on BW QUA system.
    What could be the problem for that,Is that the problem with transports like TP error or is it related with some tables of auth.objects...................
    Could u please analyse the problem and tell me the solution for this..........
    Thanks Much
    Swapna.D

  • Headerrenderer issue -Please help

    Headerrenderer issue -Please help
    hi
    I have a datagrid and I am  doing a custom sorting on the grid(by getting data from DB).
    I achieve this by capturing the headerrelease event of datagrid .In thee venthandler I will query from DB and do event.preventdefault to prevent standard grid sorting.
    Now I need to display my own custom ascending/descending arrows in the header.i have created an header renderer for this,
    In the headerrenderer I am lsitening to the headerrelease event of datagrid and in the eventlistener, as per the sortfield, i am trying to make the sort arrow visible/invisible.
    But somehow making the sort arrows visible/invisible is not working.The initial arrow works fine.it is shown the correct column(Name) as done in the init() method.
    The eventhandler is invoked on clicking the column headers and all the alerts are shown.
    Please see the headerrenderer code below and help me.(code is not complete only the relevant part is included)
    <?xml version="1.0" encoding="utf-8"?><mx:HBox   
    xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" height="100%" horizontalScrollPolicy="off" creationComplete="init()" implements="mx.controls.listClasses.IDropInListItemRenderer">  
    public function init():void{
     headerLabel = dataField.label; 
    _dataGrid.addEventListener(DataGridEvent.HEADER_RELEASE,sortChanged,false);  
    if(_dataField.localeCompare('Name')==0)asc.visible=true; } 
    private function sortChanged(e:DataGridEvent){
     var dg:DataGrid=e.currentTarget asDataGrid;
    varcolumn:DataGridColumn = DataGridColumn(e.currentTarget.columns[e.columnIndex]);if(_dataField.localeCompare(e.dataField)==0)
    if(asc.visible ||(!asc.visible&&!desc.visible))
    Alert.show( 
    'in..');
    asc.visible=false;
    desc.visible=true;
    else if(desc.visible){
    asc.visible= true;
    desc.visible=
    false;
    else{
    asc.visible= 
    false;
    desc.visible=
    false;
    ]]>
    </mx:Script>
    <mx:Text text="{_headerLabel}" />
    <mx:Image source="{ascIcon}" id='asc' visible="false">
    <mx:Image source="{descIcon}" id='desc' visible="false"/>
    </mx:HBox>

    I got the solution!!
    i need to assign the headerrendereer to the columns dynamically inorder for this to work:
    if anybody wants to know details of solution let  me know

  • Invalid value error when using custom lov-window

    We generate a form with Headstart(patch12.4)/Designer 6.0. In a multi-recordblock we insert a record, selected via a custom LOV form. When changing the focus to another field, immediately we get the message
    FRM-40212: Invalid value for field OMI_ONDERDEEL_ID.
    We cannot debug, because the error seems to happen before the WHEN_VALIDATE-trigger is entered. BUT:
    When we generate the form without using the custom-LOV, everything works fine! But that is not what the user wants, because then he can only search on ID,which means nothing to him. A second (also unique) column is really what he wants to select on.
    Who can help me out?? Thanks in advance,
    Paul Wiselius.

    I hope you get a reply, I have the same problem (see about three pages back)!

  • Mid 2010 15" MBP i5 A1286 POWER ISSUE-PLEASE HELP-

    The MBP works fine when mains connected but the only issue is every time I take the charger out it shuts down on me!!! So I have checked with a multitester & looks good the only thing i find hard to check for power is the battery itself as its hard to get a good connection, also I took to local Apple store & they checked with a new battery but said its still same issue so the guy disconnected nearly all the connecters off to check if they causing issue & he said now the battery is charging.
    So they still have the laptop to do further tests etc, but I’m not sure what could be the problem hear as maybe there is some component which is bad so the battery’s not charging or what else could be the issue please help & advice as I’m really confused as if it was something to do with the logic board then surely it would not even charge even after checking with the multitester or like Apple genius done by disconnecting other components...
    ANY HELP OR ADVICE WOULD BE HELPFULL,
    THANKS GUYS

    THANKS FOR THE HELP GUYS!!! BEEN AROUND 5 DAYS & NOT ONE PERON HAS HELPED...
    BUT YEAH THANKS AGAIN...
    WASTE OF TIME THIS IS...

  • I am having major issues with links in keynote! Even though the links (a navigation system) are on the master page, they are only working on some of my slides. Anyone have ideas on how to fix this or similar issues? Help!

    I am having major issues with links in keynote! Even though the links (a navigation system) are on the master page, they are only working on some of my slides. Anyone have ideas on how to fix this or similar issues? Help!
    I have created a navigation system on the master pages and set the presentation to links only mode. I also have other links scattered throughout the program, like a linkable table of contents, etc. Some of them work, some of them don't. Not sure why. Anyone out there having similar issues? Or have any idea on how I can solve this issue? Any help would be appreciated!
    Thanks!

    Links should not create any problems in Keynote.  If they are set up correctly on text, the text will be underlined. Objects that have links will have a curved arrow bottom right, if you click the arrow a popup will display the link information.
    Try this repair for Keynote,  ensure you complete all the tasks and in the order shown:

    delete all the iWork applications if you have them, not just Keynote, using Appcleaner from Mac Update, its a freeware application

    empty the trash:  Finder > Empty Trash

    Shut down your Mac, wait 30 seconds, then power on the Mac, immediately after the start chime, hold down the Shift key
    When you see the grey Apple symbol and progress indicator (a spinning gear), release the Shift key.
    If you are prompted to log in, type your password, then hold down the Shift key again as you click Log in.
    4  
    Let the Mac fully boot up, it will take longer as the OS is repairing the drive

    when fully booted, go to Applications > Utilities > Disc Utility; click on the boot drive then First Aid tab and click  repair disc permissions

    when complete, restart the Mac normally, Apple menu > Restart

    install Keynote from the Mac App Store
    let us know if this helped

  • Verizon customer service, only lip service, no help

    Last December we went through the process of changing the primary contact on our family plan.  We did this in order to get a discount through our daughters place of employment.  There were a lot of hoops to jump through, but we got through the credit checks, proof of employment, etc.  Verizon proceeded to start a NEW account and switched ONE of our five lines.
    Twelve days later, after receiving a billing, we realized not all of our lines had been switched and the billing was not adding up.  I called Verizon, and after an hour of waiting and talking, I was told that all the lines were now switched and that it would take 24 hrs to update.  You guess it, 24 hrs later there was no update.  I called again,  spent another hour on the phone, was told the lines were now switched and that I should be patient and let  the debits and credits on our bill settle out.
    The remaining lines did get switched, but the billing was still a mess thanks to:
              - closing the original account
              - opening a new account
              - a new billing cycle (which involves partial crediting of the original account, and paying a month in advance on the new one)
              - the original error of just switching one line
              - a fee for using too much data ( we each lost half our data allowance when they credited us a half month on our original plan)
    What it all boiled down to was that we were double billed for the time period when only one line was switched and the rest were still on the old plan.  I didn't initially understand where the problem was because I received 4 to 5 bills over a two month period that were difficult to figure out.  I called Verizon again (spending at least another hour of waiting and talking) and told them the bills weren't adding up.  I was told that unless I could show them the exact problem, they couldn't help me.  A manager said my account was fine and that he would text me after I hung up, so that if I had further concerns I could text him directly.  Of course there was no text, he just wanted to get me off the phone.
    I buckled down and found where the error was and called Verizon again (taking at least another hour).  I explained exactly where the problem was.  She agreed that there was a problem, but she would have to call me back after she figured out why it happened.  She told me it would take two days and we set a time when she would call me back.  Of course, no phone call.
    Finally I went to the local Verizon store which is 15 miles away.  The first person I talked with got a glazed look over his eyes, but did connect me to a manager.  Finally, after agreeing I'd been over charged, she instantly gave me a refund.
    It amazes me that it took 5 attempts, and at least 5 hours of my time, to get this corrected.  Customer service by phone fails in helping you and excels in giving you the brush off.  I truly believe Verizon counts on customers not understanding their bill, and trains  Customer Service  to give a bunch of lip service and no help.

    Unfortunately, when you sign a contract you are legally bound to the terms. You can't expect Verizon to break the terms because it doesn't suit your exact wants. A contract is a contract.
    If your daughter's line has an upgrade and you want a new phone for your line you can upgrade her line and use the new phone on your line. You can then activate your old phone on her line. If you have no upgrades on your account there are other ways to get phones to use. You can try eBay or Swappa. Keeping in mind that these phones are sold by individuals and are most likely used.

Maybe you are looking for

  • LDAP configuration for HR Portal in dual stack EHP4 - Best Practice

    Hi Experts,            Hello Experts, We are trying to use the JAVA Stack of ECC server for HR Portal i.e Dual Stack and have applied EHP4 package for ESS/MSS Appraisal. When we are trying to configure the LDAP ADS datasource through portal , we are

  • How to accept Lincense Agreement

    Adobe Reader asks me to press "Accept" button to accept License Agreement, however, there is no Accept button or I do not see it, what should I do?

  • Error -4960 in Entourage + frozen files and folders on desktop

    Hi, I did a 10.5.8 OS update and am getting a Error 4960 in Entourage. I have since done a verify and repair disk. i have verified the database etc. Moreover all folders on my Mac Book pro have frozen and i cannot drag and drop anything. Can this for

  • Cache hit ratio - index sql statement

    I am reading the note 33833.1 on Metalink web site. I have diffult to understand the part in the last page of the note. In the last page author talk of a situation where the cache hit ratio is near 100% but the system is not good because. the author

  • TROUBLE with SF300-24P

    Hi Actually we have the follow diagrame: When put the SF300-24P on the remote node we have troubles with pass the vlan tag from voice and data on the same port but when put on access port to the vlan voice and data the dispositives have the correct f