When creating a new record in a list, I want to create a new record in another list, too, together with the ID of the first record

OK, for anyone who has ever programmed a database, this one is easy. However, I am EXTREMELY limited. I work with SharePoint 365 (2013). I am pretty proficient in a number of programing languages, but I really don't know how to program SP. I wouldn't even
know where to put code.
Say, I have two lists: List A, with Items A1 (ID), A2, A3 and List B, with Items B1 (Lookup to A1), B2, B3. What I want this: When I create a new record in List A I want that also an empty record (except for the B:A1 item) is created. Is that possible without
any major programing?

you can create a workflow to achieve your requirement
http://sharepoint.stackexchange.com/questions/50059/create-a-list-item-when-item-is-created-in-another-list
My Blog- http://www.sharepoint-journey.com|
If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

Similar Messages

  • When I would like to upgrade my iPad2 at software update of general at settings, loading logo onscreen for hours with no progress. The goal is to upgrade iOS from 5 to 7.0.1. Any good solution for that?

    When I would like to upgrade my iPad2 at software update of general at settings, loading logo onscreen for hours with no progress. The goal is to upgrade iOS from 5 to 7.0.1. Any good solution for that?

    Connect it to the charger unit as instructed by Apple.
    Update the iOS software on your iPhone, iPad, and iPod touch - Apple Support

  • Using two T lists i want to create a UI, from which user can make selection

    I want to create a UI in forms 6i, wherein there will be two T lists on the same canvas. I'll populate the left one from the record group and then make selections to the right one using four buttons in between.
    I'm using the add_list_element, delete_list_element, get_list_element_label, get_list_element_value built ins to do that. But it is not working properly. Giving a lot of forms errors.
    The same thing can be done in JDeveloper using a shuttle bean.
    An example of the UI that i want to construct :
    The kind of UI that i'm talking can be seen when we construct a new form manually, then we goto data block wizard. There we browse for a table and the wizard gives the list of the columns for that table, from this list selections can be done using the four buttons in the same way that i intend my form to do. This is the kind of UI i want to develop.
    I'm very new to development in forms. I'm sure you people at OTN will help me.
    Thanks,
    Abhishek.

    Hi Abhishek
    What is happening by these
    Copy(v_value, p_tlist_into); and
    ...This commans set list item value (list selection).
    The most simple way to move all elements between lists is to populate the target list from record group, and the to clear the source list. The lack of the given method - order of elements will be same, as in group.
    PROCEDURE Move_All_Elements (p_tlist_from VARCHAR2, p_tlist_into VARCHAR2) is
    v_value VARCHAR2(100);
    v_label VARCHAR2(100);
    v_index_from NUMBER;
    v_index_into NUMBER;
    v_count_from NUMBER; -- Count elements of tlist_out
    BEGIN
    --v_index_from := Get_List_element_count(p_tlist_from);
    -- Get_List_element_count never return zero!
    v_index_from := Get_List_Current_Index(p_tlist_from);
    if v_index_from = 0 then -- The source list is enpty
    --fnd_message.debug('elements=0, so return');pause;
    RETURN;
    end if;
    --v_index_into := Get_List_element_count(p_tlist_into);
    v_index_into := Get_List_Current_Index(p_tlist_into);
    if v_index_into = 0 then -- The target list contant only DEFAULT value
    --fnd_message.debug('no elements, so clearing the list');pause;
    clear_list(p_tlist_into);
    end if;
    v_count_from := Get_List_element_count(p_tlist_from);
    FOR i IN 1..v_count_from
    LOOP
    v_label := Get_List_Element_Label(p_tlist_from, i);
    v_value := Get_List_Element_Value(p_tlist_from, i);
    --Add_List_Element(p_tlist_into, v_index_into, v_label, v_value);
    Add_List_Element(p_tlist_into, v_index_into+i, v_label, v_value);
    -- The commands are lower in a loop are not necessary.
    -- The commands after the loop make too most.
    --Copy(v_value, p_tlist_into);
    --Delete_List_Element(p_tlist_from, i);
    --v_index_from := Least(v_index_from, Get_List_Element_Count(p_tlist_From));
    --v_value := Get_List_Element_Value(p_tlist_from, v_index_from);
    --v_value := Get_List_Element_Value(p_tlist_from, v_index_from + v_index_into);
    --Copy (v_value, p_tlist_from);
    --fnd_message.debug('done for one element');pause;
    --exit when v_label is null;
    END LOOP;
    clear_list(p_tlist_from);
    v_value := Get_List_Element_Value(p_tlist_into, v_count_from + v_index_into);
    Copy (v_value, p_tlist_into);
    EXCEPTION
    when others then null;
    END;

  • Using two T lists i want to create a UI, from which selections can be made

    I want to create a UI in forms 6i, wherein there will be two T lists on the same canvas. I'll populate the left one from the record group and then make selections to the right one using four buttons in between. I'm using the add_list_element, delete_list_element, get_list_element_label, get_list_element_value built ins to do that. But it is not working properly.
    I'm very new to development in forms.
    If anybody has developed such an UI in forms, please help me.
    Thanks,
    Abhishek.

    The kind of UI that i'm talking can be seen when we construct a new form manually, then we goto data block wizard. There we browse for a table and the wizard gives the list of the columns for that table. This is the kind of UI i want to develop. I hope the people at OTN would not dissappoint me.
    Abhishek

  • Need to add a new ipod touch to itunes but want to create entire new account ... how do i create a new account for itunes in another person's name and link the libraries?

    I have 4 devices ... currently 3 of the are all attached to my personal itunes/email account.  Just got another device - ipod touch 5 - that is my son's and I want for him to have his own account so that we are no longer sharing text messages, contacts, etc.
    I want to create a new itunes account for me but still be able to share my music library with him.  How do I do this?  appreciate the help.

    See:
    MacMost Now 653: Setting Up Multiple iOS Devices For Messages and FaceTime
    You will not have a phone number, only an email address.
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage

  • SharePoint Task List using Workflow for approver chain, gathering information from another list.

    What I have is a Custom List, that got the following fields for each item. 
    ApplicationName(SingleText) OwnerApproval(Person) ManagerApproval(Person) InstallExeuction(Person)
    Example data:
    | ApplicationName: Photoshop
    | OwnerApproval: Mister Blue
    | ManagerApproval: Mister Red
    | InstallExecution: IT Group
    What I have now then, is a task list as well. Where the user can press new task, and type in their PC name (singletext) and a dropdown menu to choose what application they want, for instance Photoshop.
    I'm not trying to make a workflow that starts when a new item is created to send an email to the OwnerApproval set for this specific application, Photoshop, if he approves it, a new email should be sent to ManagerApproval specific application, Photoshop.
    And if the last person ManagerApproval accepts it, a last email should be sent to InstallExecution, which if this person approves the task is marked as completed.
    I've been trying for mad now using SharePoint Designer and I almost got it to work. 
    Can anyone help me? I'm going mad here, I have VERY LIMITED knowledge in sharepoint designer.

    Hi Plankton,
    To achieve this goal, we can create with three Start a task process steps in the workflow and the workflow needs to be set to start when an item is created.
    For example, the custom list is called Custom, and the task list is called Task Custom.
    We can use the Task Status column for showing as Rejected or Excuted/Installed based on the users’ approval, so we need to add Rejected and Excuted/Installed values to the Task Status column. (same settings for Custom:ManagerApproval and Custom:InstallExecution
    as Custom:OwnerApproval with their own column value)
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • How do you create animation on website i.e. i just want to create a simple moving text in my site.

    I just want to create a moving text or a flashing text in my website using iWeb. HELP!

    See the bgcolor= ?  That's the background color.  In the iWeb color inspector window chose the web safe color palette, and you will see the number codes that correspond to the colors. just type in the numbers you want and that will change the background color.
    Sincerely,  David

  • Filter a list and unique selection will be used to filter another list

    Good afternoon,
    I need help using a label (CRP-MFR), to filter a list that I can display in a scorecard.
    The list will have all my data from the worksheet, first column being my unique id.
    I would like to detect the label and use that label to filter my list to a sublist that will be displayed
    in a scorecard. It seems simple but I'm having issues.
    Please help!
    Thanks
    The basic flow is Markets -> unique items ->
    I already filter the markets to select a unique market that gets populated into a label
    I wish to use that label to go to a products list to select the unique products for that market

    Hi,
    Can you send me the source file.i can check it once.you can view my id in business card.
    Thanks,
    Ramana.

  • HT1925 My ipod is not showing up when I have itunes up. I was told to remove itunes and reinstall however. I receive a message with unable to uninstall the Itunes. It states "could not open key HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\INTERFACE\(915DA835-02FE-

    can someone please advise on what I should do? unable to uninstall the Itunes. It states "could not open key HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\INTERFACE\(915DA835-02FE-4953-92FA-624BDF5D 85AB) VEIFY THAT YOU HAVE SUFFICIENT ACCESS TO THAT KEY, OR CONTACT YOUR SUPPORT PERSONNEL,  Which i did . I contacted the apple support and they could not help. has anyone gotten this error? Did some research some results show that this has occurred during updates on the itunes but has not seen how to successfully uninstall without getting this error. I attempted to use the control panel and uninstall but it provides me with the same error all the time. I NEED SOME Answers on this issue. Can you please help?!

    Perhaps try the fixit from the following Microsoft web page. (Try the "problems uninstalling" option.)
    Fix problems with programs that can't be installed or uninstalled

  • I have double IDs for Itunes.  How can I delete one without losing my music.  Also, I want to synce my new desktop computer with my older i4s.  All devices are registered to do so.  However, last time I tried I almost lost all music and Itunes BARELY supp

    I have double ID's for Itunes.  How can I keep all my music and get rid of the ID that I do not want.  It was an issue when I tried to transfer music ..  I contacted Itunes and they BARELY helped me get the music back.  They also would only allow me to chose one ID to replenish the music (wich was lost) to my new device.  So, I chose the ID that showed more music.  I am irritated that I still have 2 ID's and can't really figure out why they both have the same music.   Oldest to newest purchases are shown on both id's.  Also, I am afraid to sync now because they told me it was a one time deal.  When docked my phone to my new computer all of the music is shown on my computer now.  However not on my I phone. 

    I had the same problem. I solved by (I use Windows7, should be same for OSX):
    1. copying the library from the older computer to the new computer, at the usual itunes media location.
    2. on new computer's itunes preference (advance), uncheck the box "Copy files to iTunes media folder when adding to library"
    3. open up this folder of media copied over from old computer, just drag over to itunes library, cursor will turn into plus sign.
    4. since you unchecked the box for "Copy files to iTunes media folder when adding to library", you are in effect only growring the new computer's itunes library's database. Your media files are already under the folder on the new computer.
    Now when you connect iphone to this new computer and tells you it wants to erase your iphone's library in order to sync with this one, go ahead, click yes. Why is this ok now? Because you've copied all your files over to the new computer. So when you sync again, your existing files are there on the new computer.
    You should export play lists on the older computer to be imported on the new computer though.

  • HT1364 I recently got a new laptop but I can't retrieve my iTunes folder from my old pc, how do I get my library on my new laptop as I don't want to set up a new one.

    I recently had to buy a new laptop as my pc no longer worked.  I can't get my iTunes media folder off my old pc so how do I get my library onto my new laptop as I don't want to create a new library and erase everything off my iPhone.

    There is no such thing as a "sub-account."  Also, you probably mean iTunes library, when you say "account."  Your "account" in iTunes is your Apple ID, which is what you use to sign in to the iTunes Store to make purchases.  iPods are associated with an iTunes library, not with an Apple ID (iTunes Store account).  You'll need to clarify...
    So, this is what I think you are saying.  You previously shared an iTunes library on a computer with your friend.  Your old iPod was synced to that iTunes library. 
    You got an iPhone, and at that time, you set up your own iTunes library.  Is that on a different computer?  How does the iPhone affect your question about the iPod?
    You got a new iPod.  What is your "old iTunes"?  Is that the iTunes library you shared with your friend?

  • Want to create program which will trigger workflow with PDF attachement

    Hi Expert,
    I m new for work flow.
    I want to create abap program  which  trigger work flow with PDF attachment.
    Thanks in advanced.
    Regards,
    Laxman Sankhla.

    HI i have written code as per below.
    Now if i m running programe i m getting error  "Unable to create work item container
    (CL_SWF_RUN_WIM_FLOW->_IMPORT_CONTAINER) "
    CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
        EXPORTING
          BUFFER                = FP_FORMOUTPUT-PDF
        APPEND_TO_TABLE       = ' '
       IMPORTING
          OUTPUT_LENGTH         = ZVAR1
        TABLES
          BINARY_TAB            = IT_SOLIX_TAB.
      IF SY-SUBRC = 0 AND NOT IT_SOLIX_TAB[] IS INITIAL .
        SWC_SET_TABLE   CONTAINER 'IT_SOLIX_TAB'  IT_SOLIX_TAB.
        SWC_SET_ELEMENT CONTAINER 'ZVAR1' ZVAR1.
        SWC_SET_ELEMENT CONTAINER  'YBUS2012' OBJ.
        GV_INITIATOR = SY-UNAME.
        CALL FUNCTION 'SWW_WI_START_SIMPLE'
          EXPORTING
           CREATOR                            = GV_INITIATOR
          PRIORITY                           = SWFCO_NO_PRIO
            TASK                               = 'WS99900241'
           CALLED_IN_BACKGROUND               = 'X'
          TABLES
            AGENTS                             = IT_AGENTS
            WI_CONTAINER                       = CONTAINER.
        COMMIT WORK.
        IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    Thanks in advanced
    Laxman Sankhla.

  • When i try to open a screen pops up Says file firefox .Exe. what program would u like to open with it shows mozilla I click on it and issues

    as I said on top. Installed firefox 4 on 5/17. It was working okay until today. When I try to get online I click on my mozilla icon as always. A window pops up and says firefox.exe. what program would u like to use to open It shows me mozilla and I click on it. Then says do u want to run file and save.Browser opens tabs com up with search bar but the page is white blank. I have to go to the search bar and enter what wbsite i want to go to . Then I can pretty much go anywhere. What should I do? should I uninstall everything? can I still get back a older version like 3.6? How can I go about this.

    Does if help if you check the security tab in the properties of the file and remove a possible internet protection?
    Boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps.
    *http://www.bleepingcomputer.com/tutorials/how-to-start-windows-in-safe-mode/
    Do a malware check with several malware scanning programs on the Windows computer.
    Please scan with all programs because each program detects different malware.
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender:<br>http://windows.microsoft.com/en-us/windows/using-defender
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked
    *https://support.mozilla.org/kb/troubleshoot-firefox-issues-caused-malware

  • Find first record in a set of record

    I want to find first record in a set of record .What built in function shall i use and which trigger should I use.Please help.

    Hi,
    First_record takes you to the position of that first record, but doesn't gives you the value of the record, you have to get it form the :block_name.item_name
    Jose.

  • HT204053 I want to create icloud mail id

    How to create I ICLOUD MAIL ID

    If you mean you want to create an iCloud email address, go to Settings>iCloud, sign in with your Apple ID to create your iCloud account, then turn Mail on.  You will be prompted to choose your @icloud.com email address.
    If you mean you want to create an iCloud ID, creat your Apple ID, then go to Settings>iCloud and sign in with the ID and verify the account by responding to the verification email that Apple will send you.  After doing so, the Apple ID will be an iCloud ID.

Maybe you are looking for

  • How can I highlight a single app in my dock?

    I believe this is an exclusive Lion feature.  Forgive me if I'm unable to explain it well.  A handful of times, I was able to cast a spotlight on an app in my dock, and then the rest of the screen became dim.  For example, my Pages app was once open;

  • Strange problem : Idoc to FTP scenario

    Hello, I have created Idoc in SAP & imported into PI. I have done mapping for all the fields of Idoc but now I have very strabge problem. There are two fields which are not getting transferred to PI eventhough I those two fields are there in Idoc. If

  • Event log from CFP2020

    Hi again all! Small query here - while running a vi on a CFP-2020 device, is it possible to log events onto a CF card?  For example if button 'A' is pressed on a touchscreen controlling the vi in the CFP2020 unit, and event 'B' occurs, is it possible

  • Officejet 6210xi all in one won't print in color

    I didn't use the color part of my printer for a year, then I bought and installed a new color ink cartridge. However, it still won't print in color. It will print in black but only black, no greyscale. I've tried cleaning the heads, resetting the sys

  • HT1386 I have a bradford syncing cart can i sync with a Windows computer with itunes or do i need a mac

    I have a bradford syncing cart can i sync with a Windows computer with itunes or do i need a mac