Where do I find contract end date?

Hello,
I used to have High Speed DSL, but switched to FiOS. My question is I don't remember if I'm under a contract or not. I don't see a reference to any contract date on my "Home" screen under My Verizon.
I've just been paying month to month.
Can anyone tell me how can I find out if I'm in a contract or just going month to month? Been with Verizon DSL forever.
Maybe a screenshot of where it would be written?

Go to:  MyVerizon > Accounts &Services > My Services
If you are under a contract you should see the end date (month & year) under the red box for Add/Upgrade services.

Similar Messages

  • Where do I find my upgrade date and how do I find out when I bought the phone??

    I need to know where I can find my upgrade date and is there any way to find out when I started my services with Verizon?someone help plezzzzz! thanx

    Log on to your account, and click on the picture of your phone. It will show you when you can upgrade and when your contract ends. You can go back two years (or one year, if you opted for a one year contract) to figure your start date for that contract.
    If this was not your first contract, and you've been with Verizon for several years, you may need to call customer service to find out your original start date.

  • Where we can find Short Text data type attachment

    Hi,
    file type attachements are store in fnd_lob.
    Where we can find Short Text data type attachment in oracle apps.
    Regards

    Hi,
    You can find short text data type attachments in FND_DOCUMENTS_SHORT_TEXT table.
    Please also refer link:
    Oracle Apps Gurus: Attachments in Oracle
    Attachments in Oracle Applications
    Hope this helps!!!
    Best Regards,

  • Need to change CONTRACT End date using Bapi BAPI_CUSTOMERCONTRACT_CHANGE

    Hi,
    I need to change date of a contract and for the same I am using Bapi "BAPI_CUSTOMERCONTRACT_CHANGE".
    I am passing the following Parameters to the BAPI.
    SALESDOCUMENT  -- Have passed the Contract Number in this.
    CONTRACT_HEADER_IN -- Have passed the values of the following fields ::
    COLLECT_NO -- Sales Document number
    Sales_Org  -- Sales Organization
    Distribution Channes -- Dist. Channel
    Division -- Division
    CT_VALID_T -- New date which I want as the contract end date.
    CONTRACT_HEADER_INX -- Following values have been paased in this Structure.
    UPDATEFLAG -- 'U'.
    CT_VALID_T -- 'X'.
    Now when I run the BAPI with these inputs I get the output as ' Field 'GUEEN' cannot be copied, because it is not ready for input'.This is a information message. But the changes are not reflected in the contract. I have done the commit work after BAPI.
    When I changes the value for CT_VALID_T flag from 'X' to 'U' the message mentioned above does not come but the end result is same and changes are not reflected in the contract.
    I would be really helpful to you if get any kind of helf to know ehy the output is not coming.
    Thanks a Lot for your kind help!!!!
    Regards,
    Lalit Kabra

    Hi Lalit,
    The value for CT_VALID_T flag has to be 'X' in the CONTRACT_HEADER_INX structure.
    In this case, you receive an informative message "Field 'GUEEN' cannot be copied, because it is not ready for input'"
    That is the problem. You cannot change this field because your functional team has this field as "not ready for input" in change mode.
    Can you change this field in transaction VA42? If you can't modify it in dialog, you can't modify it with BAPI.
    Regards,

  • Update Contract End Date on Billing plan

    Help would be appreciated.
    We use milestone billings with fixed values based on date setbacks from the contract end date.  For example, 6 months prior to contract end or 12 months prior to contract end.  Once the 1st billing in the plan is processed and the invoice created, the contract end date on the item>Billing plan is no longer be updated.   Occasionally, the contract end date changes based on the build schedule and the remaining billing due dates in the plan need to be recalculated. 
    We have the config set to adjust to the milestone and this works great until the 1st billing is processed then we can no longer update the milestone date.
    Thanks in advance for any help.
    Jamie

    Hi sunil ,
    In CRM_ORDER_MAINTAIN you have this table : IT_APPOINTMENT.
    you have to use FM : IB_CONVERT_INTO_TIMESTAMP
    to :  timestamp_from in that Structure,
    you have to fill the guid and the timezone.
    in appt_type you have to give the name of the date you want to change.
    Lilach.

  • HT4946 Once I backup my iPhone, where can I find the SMS data on my mac? The link Library/Application Support/MobileSync/Backup/ doesn't seem to exist on my computer. I have OS X, version 10.6.8. Thanks.

    Once I backup my iPhone, where can I find the SMS data on my mac?
    The link Library/Application Support/MobileSync/Backup/ doesn't seem to exist on my computer.
    My mac has OS X, version 10.6.8.
    Thanks.

    Here, let me explain the way you use the word "crap" in a sentence like this, especially when I'm asking for help from a total stranger such as yourself. It's rude, obviously I know now not to do something like download something like that to my computer. It's not the difficult to figure out, and obviously I'm suffering the consequences for it now. So are you planning on helping me? Or should I not reply to your next reply if it has the word "crap" in it? I'm sure this whole discussion board was created to be used in a professional way, which is how I would like to keep my responses.

  • I have 2 cell numbers on my account both have different dates of when the data usage resets. where can I find the correct date ?

    I have 2 cell phones on my account. Both have different dates for the data usage to reset. Where do I find the correct date for this data usage to change?

    rumfeltb, that's kind of odd. Are both lines on the same plan? You can view your billing cycle date online at My Verizon or at the My Verizon Mobile Application. Click http://vz.to/1nvKlnG to sign in as the Account Owner.
    For more tips on how to manage your data usage, click http://vz.to/1hvu4tP
    LasinaH_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the �Correct Answer� button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • Contract End date should not less than Start date, else CLEAR it

    Hello
    I put CONTRACT START DATE and CONTRACT END DATE fields on the form. These 2 objects (Date/Time objjects) i pulled them from Satndard tab of pallette and dropped on my layout page design, fine.
    Now, am trying to put a validation that the end dat eshould not lower than start date, so, i got a thread as below from Niall,
    http://forums.adobe.com/message/1909551
    and i did my FormCalc coding under EXIT event of END DATE field as below,
    // Pls. note this FormCalc
    // End date should not less than Start date, else CLEAR it - Begin
    var stDate
    var endDate
    stDate = xfa.resolveNode("CUSTOMER.Page31_Contracts.Con_Whole_Page.CON_Basic_Info.CON_START_DATE") .rawValue
    endDate = xfa.resolveNode("CUSTOMER.Page31_Contracts.Con_Whole_Page.CON_Basic_Info.CON_END_DATE").r awValue
    if (stDate > endDate) then
        xfa.host.messageBox("End date is lower than Start date! End date is cleared")
        xfa.resolveNode("CUSTOMER.Page31_Contracts.Con_Whole_Page.CON_Basic_Info.CON_END_DATE").r awValue = null
    endif
    // End date should not less than Start date, else CLEAR it - End
    I tried in VALIDATE, CALCULATE, CHANGE events of END DATE, but nothing working!!
    PLs. let me kow how can i achieve my requirement? I am anewbie,
    Thank you

    http://forums.adobe.com/message/4264933#4264933

  • Can I change my family plan to the month to month plan prior to my contract end date and still use the same phone without an etf

    can I change my family plan to the month to month plan prior to my contract end date and still use the same phone without an etf

        Great question dreyfusdad !
    I understand it’s always good to be aware of the changes once your contract is completed and I’m happy to help you. You can log into My Verizon to view the contract end date. Tikibar1, thank you for pointing in the right direction; it will automatically continue to bill you as usual, but it will be on a month to month basis. It will keep you on a post paid account; however, if you wanted to transfer to a Prepaid account the process may be different. We’d love the opportunity to review your account for the best plan for you. Please let us know if we can help you with that.
    AdaS_VZW
    Follow us on Twitter at @VZWSupport

  • Where can I find the purchase date of my ipod?

    I bought my ipod from the Navy Exchange and bought additional insurance from them. They need the date I purchased my ipod so they can determine if it is still covered (whic I know it is but I don't have my reciept anymore as proof). Can anyone tell me where I can find my purchase date? If not that, then where I can find when my warranty started? I'm guessing that the warranty starts from the day you purchased your ipod so that information whould be helpful.

    Try entering the SN here:
    https://selfsolve.apple.com/agreementWarrantyDynamic.do

  • Where can I find the Reminders data file in Mountain Lion?

    Hi,
    Does anyone know where I can find the data file for the reminders in Mountain Lion?  When I recently synced my iPad to iMac it deleted the 50+ reminders that were on the iMac.  I have done hourly backups with time machine but would like to know where to go to find these to reinstate them. 
    Also, does anyone knows how to turn off the reminders sync as I'm not using iCloud and there does not appear to be any option to sync reminders in iTunes?
    Thanks a bunch!!

    Hi,
    in JDeveloper 11 the deployment is in the project properties. I am not sure they are written to the file system anymore
    Frank

  • HT4157 where do I find my cellular data account phone number to set up a new IPad?

    Where would I find my phone number when I want to set up a new cellular data account?

    Yeah....my bad. The phone number required is just a contact number, not the pad's number.
    Once I activated the data service, all was well. And then the wireless number populated.
    Thanks.

  • Nokia Music - Where can I find the release date fo...

    There is a song that I really like and I was very pleased when I found it, 'till I realised it wasn't available for download or streaming. There is an album version that is available but I would rather wait for the soundtrack version. I just wish I could find the release date ???????????????????????????????????????????????????????????????????????
    Any clues, anyone
    Ps
    Its called Bad Things by Jace Everett and is the soundtrack for True Blood.

    Hi!
    The soundtrack version of this song is not available on its own, which means you can get it by downloading the whole album (http://music.nokia.co.uk/NokiaMusic/Product.aspx?id=OD2DI6685689).
    I notices that the streaming function did not work (button becomes an X) so this will be looked in to.
    Cheers,
    elin
    http://www.nokia.com/support

  • Where can I find JAVA protocol data?

    Where can I find the startup protocol of java and the trace files of java?

    Hi Damien,
    In addition please look into the link for java startup and framework related information precisely in below link:
    http://help.sap.com/saphelp_nw04/helpdata/en/ec/4e60148951924686c8aec9a3fd753d/content.htm
    Hope your query is answered.
    Regtards,
    Sujit.

  • Where do i find the release date for a PO

    Hi,
    I am writing a report and i need to find
    1) "request date" for the release
    2) "release date"(from the higher authority)  for PO
    I did look up in ekko and ekpo.. couldnt find it. ekko-frgzu gives the staus  but i need the actual date.
    Pls help
    Hrishi

    Hi Hrishikesh ,
    As the release is a PO changing process and it is at the header level you should be able to find in the table CDHDR - Change header table.
    With combination of PO i.e object and Transaction (ME28 for PO release ) you should be able to find the change documents for that PO with the date released
    in CDHDR table.
    Hope this will resolve your issue.
    Thanks , Kiran
    P.S  Pls award points if the answer is helpful

Maybe you are looking for