Ship to Same as Bill to Check Box

What I am looking to do is have a check box that says "Ship to is the same as Bill to" and if it is clicked, then the address populates in the fields below, otherwise the user can free text entry the address.
I am not sure how or even if this can be done so any help would be appreciated.
The Bill to address is populated based off a selection in a dropdown so it is hard coded into the form and fired using the exit event and the following script:
TextField1.rawValue = this.rawValue;
That part works like a charm, I am looking to have the shipping fields, i.e. Name, Address, City, St, Zip, populated automatically if the check box is marked.
Thank you in advance!
Ken

Niall -
I got the bill to ship to portion to work so I want to thank you immensely for your help.
I have one more question for you if your up to the task:
I have a dropdown with facility names that populate the billing address based on that dropdown, what I would like to do if it is possible is create a way for a user of the form to add a new address and facility name to the list and the address to the list.  Is this possible?
Here is the code I use to store the addresses in the form, hopefully this is all you need to direct me:
form1.#subform[0].DropDownList1::exit - (JavaScript, client)
if 
(this.rawValue == "Apple Blossom Place"){
BillAdd.rawValue
= "5298 Crabtree Drive";BillCity.rawValue
= "Erie";BillState.rawValue
= "PA";BillZip.rawValue
= "16509-3890";}
Thank you in advance for the assistance.
Ken

Similar Messages

  • Default Shipping Address same as Billing address

    Hi
    Is there any OOTB settings to the default shipping address same as Billing address info?
    Or do we need to use workflow to populate the these fields..
    Does Account record type has Billing and Shipping fields?. How do we configure address fields.?.
    VSR

    VSR, there are no OOTB settings to make shipping address default to billing address. However, you use workflow to accomplish this requirement.
    You can not configure fields in the address block (billing and shipping). The fields are determined by which country is selected.

  • Header Billing Plan check box

    Hi,
    Header Billing Plan indicator( check box) functionality and where we can control this check box change mode or display mode.
    Thanks

    Hi,
    If  a billing plan is assigned to Sales Document header and Sales Document Item, When Header Billing Plan indicator( check box) is flagged then billing plan is automatically copied to all the items. I think there is no customisation settings to control this check box.
    How ever at item level, we can uncheck this box and maintain a different billing plan for that item.
    Hope this helps.
    Regards,
    Sharan

  • Urgent Help Required for Check Box in Table Column

    Hi all,
    Could any body help me to solve my problem?
    First of all I have created a table whose one column is check box. The column of the tables are Name,Phone,ID,Address and a checkBox columns.In one view
    the table will be found with data. I want to click on some of the rows(suppose there are 5 rows, but based on some condition I have selected the check box of 3 rows).
    Next there will be a button(Supose SEND Button).
    After selecting the check box I want to press that button and then a new window will come which will show two tables. one for  selected rows(with the same columns name except check box) and another for Unchecked rows with the same column name(Name,Phone,ID,Address).
    Could any body help me by sending the details and code?
    Thanks and Regards.
    Sudip

    Hi Sudip,
    1) create custom controller and appropriate context structure there (dataNode(Name,Phone,ID,Address,Check))
    2) create view StartView. Map data node from custom controller to node in view. Create table and bind context node attributes to appropriate table columns.
    3) create view ResultView. Map data node from custom controller to node in view. Create 2 nodes (CheckedData, UncheckedData) with supply methods. Create filtering implementation in supply methods (add checked and unchecked node elements to appropriate nodes).
    4) create new window with resultView as default view
    4) in startView in button action handler put something like
         IWDWindowInfo _windowInfo = wdComponentAPI.getComponentInfo().findInWindows("Popup");
         IWDWindowManager manager = wdComponentAPI.getWindowManager();
         IWDWindow _window = manager.createWindow(_windowInfo, true);
         _window.open();        
    So, just tried localy and it works.
    Best regards, Maksim Rashchynski.

  • How to disable one check box when another is checked

    Hi, I'm a first time user.
    i am trying to make text fields appar and dissapaer when check boxes are ticked. but only alow one check box to be active at one time. 
    I am making a simple form in Acrobat pro 9,
    I have two check boxes Checkbox1 & Checkbox2.
    I have two text fields Textfield1 & Textfield2
    i have added actions to checkbox1 & checkbox2 to 'hide or show' the text fields.
    Action --> on focus (checkbox1) show/hide field (textfield1) is hide
    Action --> on focus (checkbox1) show/hide field (textfield2) is show
    oposite
    Action --> on focus (checkbox2) show/hide field (textfield2) is hide
    Action --> on focus (checkbox2) show/hide field (textfield1) is show
    problem 1 - how to disable checkbox1 when checkbox 2 is ticked.
    or disable checkbox2 when checkbox1 is ticked.  
    my other problem is that this action has the same effect for ticking or unticking the checkbox.
    thanks in advance to anyone who can help.
    can you please write your answer in simple terms. Basically this is the first time i have used acrobat pro so please dont assume any knowledge at all. thansk very much .

    First, I would experiment with just check boxes and learn their properties and how they can interact.
    Have you tried using the same name for 2 check boxes and assign a different "export value" to each check box.
    Have you looked at the values a check box or boxes have when checked or un-checked?
    Have you looked at how the various actions for a field work?

  • Check Box or  Drow Radio Button on Bex Query

    Hi Experts,
    Does anyone know to how to put a "Check Box" or  "Drow Radio Button" variable on query selection screen?
    The user want to switch the order data between open and completed on a same report by a check box / radio button.
    Thnaks

    Hi Linkzhou,
    Why don't you directly use a var on Actual Delivery Date & include/exclude on # cases to report open/closed shipments.
    Alternatively, You can achieve the same without making changes to backend, if you are ok with using WAD. In WAD 7, you can use a DropDown webitem instead of a RadioButton/Checkbox webitem since you cannot assign a Command on selection from a RadioButton/Checkbox webitem. Also, you would need to design the same in a web template since this will not be made available on your query selection screen.
    In the DropDown webitem, use Data Binding Type -> 'Fixed List of Options' , here you can configure
    Open -> under Action use Command 'SET_SELECTION_STATE_SIMPLE', choose your Actual Delivery Date char, Sign -> INCLUDING, Operator -> Equals, Equals -> Member Name, Member Name -> Direct Input -> # [Not Assigned]
    Closed -> under Action use Command 'SET_SELECTION_STATE_SIMPLE', choose your Actual Delivery Date char, Sign -> EXCLUDING, Operator -> Equals, Equals -> Member Name, Member Name -> Direct Input -> # [Not Assigned]
    Now when the user selects Open option from the DropDown webitem, the data provider query will be filtered for open shipments & vice versa for Closed option.
    --Priya

  • Background color of check box

    Hi All,
    I have one doubt.Suppose I have a lot of records.With in the same block I have Check boxes adjecent to records.
    I write a Pre-Block trigger:
    Set_Block_Property(:system.CURRENT_BLOCK,current_record_attribute,'GP_V_YELLOW');
    Post-Block Trigger::
    Set_Block_Property(:system.CURRENT_BLOCK,current_record_attribute,'GP_V_WHITE');
    My question is I never want to change the background color of check box.How to do it.
    Any Ideas,
    Thanks,
    Bhujendra

    Hi,
    I have several blocks.That's why i'm using pre-block in form level trigger. Each record in a block is required to show visual attribute GP_V_YELLOW,GP_V_WHITE

  • Check box: FRM-40105

    I am trying to create a 5 check boxes which are non-database fields, based on that selection I will run a repot. When I run the form, I am getting error FRM-40105 error: unable to resolve reference to item 1
    I had set the initial value to 0 and when cehcked it is 1, for unchecked it is 0. Please help. Thanks

    FRM-40105 error: unable to resolve reference to item 1
    check whether item1 exist in your form or not..
    or
    go to the property palette of check box
    there will be a name under general category at the top i.e CHECK_BOX change this to item1
    do the same for the corresponding check boxes
    and it will worl

  • Spell Check Box stays up even after sending mail.

    Lion truly has some bugs. More annoyances, which is what bugs are I guess. I noticed that in Mail now, after you hit send and cycle through all the spell check changes, the spell check box remains open, even after you've sent the email off. I know it's just one click to close it, but it makes you think the mail didn't get sent. It's so more official when everything just closes up, you know? Am I being too picky here?

    yep same here, my spell check box stays open - any fixes?

  • Is there a way to automatically align and make same size of check boxes/ radio-buttons like in the image below?

    I create PDF forms on daily basis for multiple people around but still, I create a table in Word and then manually convert it to PDF. I'm using Acrobat X and then I manually create radio buttons or check boxes in each cell of the table so aligning those buttons or check-boxes in the same line is a problem. I know there would be some solution to this but can anyone guide me to that? Also, making the same size of the radio-buttons of check boxes likewise ? ? ?
    Please see the image above and advise how to align them in the same line and how to make them same size using Acrobat X?
    Your help appreciated.

    You should create these fields using the Place Multiple Fields command, so that they are aligned properly and all the same size. Read about it here:
    http://help.adobe.com/en_US/acrobat/X/pro/using/WS8C2DDC1C-C174-4ad1-893F-B14A1C0289B4.htm l
    Read how to align and distribute fields here:
    http://help.adobe.com/en_US/acrobat/X/pro/using/WS6D2D2BFC-6F69-4a8b-BDE6-8043D7EE240D.htm l

  • Customer cannot put in the check mark in the check box. same acrobat version. font "adobe_pi" mistak

    i have a problem. i created a form with check boxes. everything went fine, till today. a customer called me,
    that he cannot put a mark in my check boxes. so i asked him about his version. he told me, that he has the
    same version of acrobat pro x as i am using. then i asked him to try it in acrobat reader, but it was the same
    result. after these tries, i changed the kind of mark to a simple cross. that did work then, but i donnot like it.
    i want the nice marks! i saw, that acrobat pro x is using the font adobe-pi. could this be the problem? how
    can i find out? or is it a different mistake? please help me, cause i don´t want to change my whole forms!
    they are so many and i have to ensure that every customer can fill out my forms! it is so important!
    nice greetings from vienna!

    thanks for the quick answer! but unfortunally it is not the solution you described. in my preferences
    and the preferences of the customers program are in the pdf/a-viewing area two possibilities to set:
    "No" and "only at pdf/a-documents". there is no "all". and we have the same setting in this section
    of the preferences.

  • Use of "Next paragraph same page" check box in paragraph format of SCRIPT?

    Hi Guys,
    What is the use of "Next paragraph same page" check box in paragraph format of SCRIPT?
    Don't Send me the F1 help ....i am not clear with that help it is quite confusing.
    Provide example if possible.
    Solutions will be rewarded.
    Regards,
    GURU

    Hello.
    You probably know the idea of PROTECT command. It makes that a paragraph wont break in two. If it fit's totaly in one page it will print in that page. If not, it will print totaly in the second page (won't break at the middle).
    The checkbox you are asking, makes the same with two paragraphs. This means that if you have paragraphs A and B (A becomes first) and if paragraph A has that option, the next paragraph won't break, and appear in the second page. If paragraph A is in first page, paragraph B will print in first page too, or they will both print in second page.
    Try it.
    Best regards.
    Valter Oliveira.

  • IF one checked box in the same PERNR is marked, mark the rest of them?

    Hi to everybody!
    I've an ALV with checked boxes, now, when the user check  one check box of one PERNR I need to mark all the check boxes of that PERNR...for example
    CHECKBOX                 PERNR                    DATA
          ◘                             12345                    555.74
          ◘                                                             5552
          ◘                                                           142,55
          ◘                              5214                       23
          ◘                                                             2522
    For example, when the user check the first box, (12345) the next check boxes until the PERNR change must be selected, How can I make this?
    Thanks a lot
    Regards,

    I did the same for VBELN, and it working for me, Only thing is you need to generate some action when you check the checkbox. press some button  and see how it works.
    REPORT ztest_alv_check MESSAGE-ID zz .
    TYPE-POOLS: slis.
    DATA: x_fieldcat TYPE slis_fieldcat_alv,
    it_fieldcat TYPE slis_t_fieldcat_alv,
    l_layout TYPE slis_layout_alv,
    x_events TYPE slis_alv_event,
    it_events TYPE slis_t_event.
    DATA: BEGIN OF itab OCCURS 0,
    vbeln LIKE vbak-vbeln,
    posnr LIKE vbap-posnr,
    chk(1),
    END OF itab.
    SELECT vbeln
    posnr
    FROM vbap
    UP TO 20 ROWS
    INTO TABLE itab.
    x_fieldcat-fieldname = 'CHK'.
    x_fieldcat-tabname = 'ITAB'.
    x_fieldcat-col_pos = 1.
    x_fieldcat-input = 'X'.
    x_fieldcat-edit = 'X'.
    x_fieldcat-checkbox = 'X'.
    APPEND x_fieldcat TO it_fieldcat.
    CLEAR x_fieldcat.
    x_fieldcat-fieldname = 'VBELN'.
    x_fieldcat-seltext_l = 'VBELN'.
    x_fieldcat-hotspot = 'X'.
    x_fieldcat-tabname = 'ITAB'.
    x_fieldcat-col_pos = 2.
    APPEND x_fieldcat TO it_fieldcat.
    CLEAR x_fieldcat.
    x_fieldcat-fieldname = 'POSNR'.
    x_fieldcat-seltext_l = 'POSNR'.
    x_fieldcat-tabname = 'ITAB'.
    x_fieldcat-col_pos = 3.
    APPEND x_fieldcat TO it_fieldcat.
    CLEAR x_fieldcat.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
      EXPORTING
        i_callback_program      = sy-repid
        is_layout               = l_layout
        i_callback_user_command = 'USER_COMMAND'
        it_fieldcat             = it_fieldcat
      TABLES
        t_outtab                = itab
      EXCEPTIONS
        program_error           = 1
        OTHERS                  = 2.
    IF sy-subrc NE 0.
      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
      WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    *&      Form  USER_COMMAND
    *       text
    *      -->R_UCOMM      text
    *      -->RS_SELFIELD  text
    FORM user_command USING r_ucomm LIKE sy-ucomm
    rs_selfield TYPE slis_selfield.
      DATA: gd_repid LIKE sy-repid, "Exists
      ref_grid TYPE REF TO cl_gui_alv_grid.
      IF ref_grid IS INITIAL.
        CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'
          IMPORTING
            e_grid = ref_grid.
      ENDIF.
      IF NOT ref_grid IS INITIAL.
        CALL METHOD ref_grid->check_changed_data .
      ENDIF.
      LOOP AT itab WHERE chk = 'X'.
        itab-chk = 'X'.
        MODIFY itab  TRANSPORTING chk WHERE vbeln = itab-vbeln .
      ENDLOOP.
      rs_selfield-refresh = 'X'.
      BREAK-POINT.
    ENDFORM. "USER_COMMAND

  • When opening a Word document... an option box displays which I placed a check to 'Do this automatically...' but when redoing same process... option box display.

    We're using EBS application that has a option to open/create download Word document. When we use Firefox v30 to open a Word document, a option box displays to inform where the document is to be open and/or save and a check box which is unmarked... which states... 'Do this automatically for files like this from now on'. I've checked the box and clicked 'OK'. I also checked Firefox options to the application and I checked and verified the Word document settings to 'default'. What happens after re-checking the process to open a Word document... the same open option box displays again... the check box is engage though. I would think that after selecting the box... this display box will not display but directly open the Word document. Please let me know if there is another setting or suggestion.
    Thanks,
    Wil

    The server must
    * Send the correct Content-Type header (e.g. ''application/msword'' MIME type).
    * Not send the ''Content-Disposition: attachment'' header.
    You can use the Web Console to examine the response headers for the file request in question and see if the above two conditions are met.
    * https://developer.mozilla.org/docs/Tools/Web_Console
    If they're not, the workarounds are the Force Content-Type and InlineDisposition add-ons, respectively. I don't know if Force Content-Type still works though.
    * https://addons.mozilla.org/firefox/addon/force-content-type/
    * https://addons.mozilla.org/firefox/addon/inlinedisposition/

  • Collecting values from multiple check boxes with same name

    Hi,
    I have a jsp-page with one form with several check boxes sharing the same
    name (but with different values).
    Can I collect the values in an array/list or something?
    /jsp-beginner and google ain't my friend in this case

    this answer not good enough for you?

Maybe you are looking for