Retrieve Multiple valvue from a different list from Lookup persorn or group while creating a work flow to send email

I have two list , one list has the current efforts details  and the other list has the list of all analyst information who are working in that effort both the list are linked with a Ref ID. Now i will need to send mails if something changed in the list
which contains effort. There will be always more than 1 analyst working on each effort.
when i try to link it , it gives me the first matched value of the condition , i will need to all the values matched . I know there should be a way, can some one help me on this ?

This is a limitation of OOTB SharePoint Workflows. Your best bet would be to install a custom workflow action that has more flexibility. I would recommend looking into this:
http://spdactivities.codeplex.com/
Dimitri Ayrapetov (MCSE: SharePoint)

Similar Messages

  • TFS Workitems:Bugs : I want ot select different lists, from the global list, for fields basd upon user group

    Hi,
    I am customizing the bug workitem workflow.
     I want ot select different lists, from the gllobal list, for fields basd upon user group
    I am aware that I can use "when" clauses in the allowed/suggested values of the field.
    My question is : how do I get the group(s) that the current user is in and how do use this to select different lists?

    Hi!
    You can not do this through standard way. You must to create the custom work item control:
    http://witcustomcontrols.codeplex.com/
    And get the user group through IIdentityManagementService.
    IIdentityManagementService IdentityService = _workItem.Store.TeamProjectCollection.GetService<IIdentityManagementService>();
    TeamFoundationIdentity _curid = null;
    _workItem.Store.TeamProjectCollection.GetAuthenticatedIdentity(out _curid);
    string _group = "Admin";
    var _gr = IdentityService.ReadIdentity(IdentitySearchFactor.AccountName, _group, MembershipQuery.Direct, ReadIdentityOptions.None);
    if (_gr.Members.Where(s => s.Identifier == _curid.Descriptor.Identifier).Count() > 0) return true;

  • I have copied my music library from two different files from extewrnal hard drive into the Itunes folder. I tunes only recognizes some of the songs. I have reloaded 5 times and can't get intunes to recognize all my songs? HELP!

    I have copied my music library from two different files from extewrnal hard drive into the Itunes folder. I tunes only recognizes some of the songs. I have reloaded 5 times and can't get intunes to recognize all my songs? HELP!

    " When I did this, my library showed all the music I have "purchased" from itunes but did not have the music that I downloaded a long time ago through itunes from my old CDs."
    Correct.
    " How can I get that music to show up in my library now on my new computer?  "
    Copy it from your old computer or your backup copy of your old computer.
    The sync is one way - computer to ipod.

  • Apple iPad 3. BT email not working. Cannot send emails from btconnect SMTP after iOS upgrade. This is the only difference I am aware of. Can anyone help me please.

    BT email not working. Cannot send emails from btconnect SMTP after iOS upgrade. This is the only difference I am aware of. Apple iPad 3. Can anyone help me please.

    All resolved at last
    Deleted the SMTP setting
    Recreated the SMTP using the same settings
    Able to send emails now
    No logic - as usual - just a bug!

  • TS3899 I have a new IPad and am trying to send a new email from my contact list with photos attached.  No success.  I can reply to an email ok.  But cannot attach a photo from my pictures.

    I cannot send an email from my contact list and attach a photo from my pictures.  I can reply to emails I have in my inbox BUT i cannot find where I would attach a picture there.

    Since you are a new iPad user .....
    Complete guide to using iOS 6
    http://howto.cnet.com/ios-6-complete-guide/
    Guide to Built-In Apps on iOS
    https://sites.google.com/site/appleclubfhs/support/advice-and-articles/guide-to- built-in-apps-ios
    You can download a complete iOS 5 iPad User Guide and iOS 6 iPad User Guide here: http://support.apple.com/manuals/ipad/
    Also, Good Instructions http://www.tcgeeks.com/how-to-use-ipad-2/
    Apple - iPad - Guided Tours
    http://www.apple.com/ipad/videos/
    Apple iPad Guided Tours - Watch the videos see all the amazing iPad apps in action. Learn how to use FaceTime, Mail, Safari, Videos, Maps, iBooks, App Store, and more.
    http://www.youtube.com/watch?v=YT2bD0-OqBM
    http://www.youtube.com/watch?v=ROY4tLyNlsg&feature=relmfu
    http://www.youtube.com/watch?v=QSPXXhmwYf4&feature=relmfu
    How to - Articles & User Guides & Tutorials
    http://www.iphone-mac.com/index.php/Index/howto/id/4/type/select
    iPad How-Tos  http://ipod.about.com/lr/ipad_how-tos/903396/1/
    You can download this guide to your iPad.
    iPad User Guide for iOS 5
    http://itunes.apple.com/us/book/ipad-user-guide-for-ios-5/id470308101?mt=11
     Cheers, Tom

  • SAP REx 3.2 Predefined list of activities for visit type while creating visit on iPad

    Colleagues, our customer wants to have a different predefined list of activities for different visit types while creating a visit on iPad. I have seen such functionality in SAP Demo for REx 3.2 on iPad. Could you tell me what I should do to have such functionality?

    Hello Viktor,
    There are no REx customisation available to mainatin the set of activities that can be assigned to a visit.
    In the REx iPAD & iPhone solution, all the surveys, journals and activities are shown together as activities.
    For example in the first screenshot provided by you, for the newly created visit the activities shown plannogram check, trade assets, store sales performance and promotion compliance are the surveys and journals assigned to the CRM transaction type of the REx visit Business Review. We can assign activities which are customised in the SPRO path mentioned by me in the previous post. In the device when we go to the details of the visits and activities then we can see that the surveys and journals assigned to these activities are grouped seperatly.
    So if want only specific activities (in iPAD & iPhone surveys and journals are activities) to be available for a visit then we should set the CRM customisation for surveys and journals accordingly.
    Regards
    Pramod

  • Create multiple pdf files in different sizes from psd

    I have large psd files created from photos with borders, i now need to create pdf's in three sizes to be downloaded and printed from an online album.
    Size 1) will be able to be printed upto A1 with no loss of quality but the file needs to be as small a file as possible - other sizes of the same prints will be A4 and post card. I need to automate this process as there is hundreds of files. any info greatly recieved.
    Attached is a sample of my psd's
    Ash

    Make an action for save as pdf. After export, open one pdf in Acrobat and insert all the pdfs by select all option. then save as new multiple pages pdf.

  • Fetch Data from two different Lists (Based on criteria)

    I have two lists. One is for Designations and another is for
    Hirings. Designations list holds all available designations and Hiring list has list of hired employees. Data may look like following...
    Designations list:
    PostTitle
    Software Engineer
    Web Developer
    Graphic Designer
    Trainer
    Manager
    Team Lead
    and Hiring list may look like following
    Hirings list:
    PostTitle
    Employee
    Start Date End Date
    Trainer David
    05-Jun-14
    Manager Peter
    06-Jun-14 30-Jun-14
    PostTitle is lookup column in hirings list. Now, I have to create several views over this data... one of them is of "Vacant Posts" that will fetch all those records from Designations which are either not referenced in hirings or are referenced
    in hirings but has some end date.
    Vacant Posts View:
    Fetch all records from Designation which are NOT in Hirings
    UNION
    Fetch all records from Designations which are in Hirings But has some END DATE.
    Please guide me how can I create this Vacant Posts view ? Is their any out of the box functionality available ? what are the easiest possible ways to accomplish this?
    Zia.

    Yes You can Use CAML.
    Below Query can be helpful to start with.
    Function GetSharePointList1() {
    context = SP.ClientContext.get_curre
    nt();
        oList = context.get_web().get_lists().getByTitle('SharePoint List 2');
        var camlQuery = new SP.CamlQuery();
        camlQuery.set_viewXml(query);
        items = oList.getItems(camlQuery);
        context.load(items);
        context.executeQueryAsync(
            Function.createDelegate(this, onSuccessSharePointList1),
            Function.createDelegate(this, onFail)
    function onSuccessSharePointList1(){
            recNum = items.get_count();
          if(recNum != 0){
             var listItemEnumerator = items.getEnumerator();
             while(listItemEnumerator.moveNext()){
                    var oListItem = listItemEnumerator.get_current();
                    $().SPServices({
                    operation: "GetListItems",
                    async: false,
                    listName: "SharePoint List 2",
                    CAMLViewFields: "<ViewFields><FieldRef Name='Worklocation'/></ViewFields>",
                    CAMLQuery: "<Query><Where><Eq><FieldRef Name='Title'/><Value Type='Text'>" + ReferenceID +
                                              "</Value></Eq></Where></Query>",
                    completefunc: function (xData, Status) {
                      $(xData.responseXML).SPFilterNode("z:row").each(function() {
                        Worklocation = ($(this).attr("ows_Worklocation"));
                     s = ..... (display all in table format)
                  $("#resultTable").append(s);
                  i++;
    Thanks and Regards Rahul Dagar

  • Play multiple sound files in different frames from library in flash

    My assessment task for college is to create a webpage of my work.  So far it runs brilliantly except for this.  I only need this to be working in like 2 days!  Help!
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at Carolyns_Media_Portfolio_Scene1_fla::MainTimeline/frame5()
    at flash.display::MovieClip/gotoAndStop()
    Trying to be able to play sound clips from the library with the option to play and stop the sound file. Each sound has its own frame, with stop and play buttons. I can run the first sound file perfectly being able to start and stop it but when trying to play the next sound it creates the above error on output. I have dead buttons as well on the second sound.
    The top buttons take you to each scene
    The script runs from frame 5.
    import flash.events.MouseEvent;
    **buTrivia.addEventListener(MouseEvent.CLICK,clickListener7);
    function clickListener7(event:MouseEvent):void {
    SoundMixer.stopAll()
    gotoAndStop("trivia");
    buToyRA.addEventListener(MouseEvent.CLICK,clickListener8);
    function clickListener8(event:MouseEvent):void {
    SoundMixer.stopAll()
    gotoAndStop("toyminatorRA");
    buCaroline.addEventListener(MouseEvent.CLICK,clickListener9);
    function clickListener9(event:MouseEvent):void {
    SoundMixer.stopAll()
    gotoAndStop("caroline");
    buServerDown.addEventListener(MouseEvent.CLICK,clickListener10);
    function clickListener10(event:MouseEvent):void {
    SoundMixer.stopAll()
    gotoAndStop("serverdown");
    This was the script I found and edited.  Only Trivia works
    stop();
    var triviaSound:trivia = new trivia()
    var triviaChannel:SoundChannel = new SoundChannel();
    buplay1.addEventListener(MouseEvent.CLICK, playSound1);
    buStop1.addEventListener(MouseEvent.CLICK, stopSound1)
    function playSound1(event:MouseEvent):void
    triviaSound.play();
    function stopSound1(event:MouseEvent):void
    SoundMixer.stopAll()
    gotoAndStop("trivia");
    /*buplay2.addEventListener(MouseEvent.CLICK, playSound2);
    bustop2.addEventListener(MouseEvent.CLICK, stopSound2)
    var toysSound:toys = new toys();
    var toysChannel:SoundChannel = new SoundChannel();
    function playSound2(event:MouseEvent):void
    toysSound.play();
    function stopSound2(event:MouseEvent):void
    SoundMixer.stopAll()
    gotoAndStop("toyminatorRA");
    Basically I want to play all the sounds, from the library, individually in different frames using the option to play and stop that sound.  I found the above script but only works for one sound.  I am new at scripting in flash so any help or even a better script option would be awesome.  Thank you

    The 1009 error indicates that one of the objects being targeted by your code is out of scope.  This could mean that the object....
    - is declared but not instantiated
    - doesn't have an instance name (or the instance name is mispelled)
    - does not exist in the frame where that code is trying to talk to it
    - is animated into place but is not assigned instance names in every keyframe for it
    - is one of two or more consecutive keyframes of the same objects with no name assigned in the preceding frame(s).
    If you go into your Publish Settings Flash section and select the option to Permit debugging, your error message should have a line number following the frame number which will help you isolate which object is involved.

  • Аdding department export data from a survey list from user profile services in Sharepoint 2013.

    When voting, survey Sharepoint 2013, there is a field created by whom. But the name is not enough. Necessary to add the department name of the profile data in the exported list excel.

    Hi,
    The OOTB feature “Export to Spreadsheet” won’t contain the department in the exported report, we will need to create a custom one programmatically.
    We can use SharePoint Object Model to retrieve the data from the Survey and the User Profile Service, then generate an Excel Spreadsheet with the data we need.
    SharePoint Object Model -
    SPListItem class
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splistitem.aspx 
    Add, Update and Delete List Items Programmatically in SharePoint
    http://www.mindfiresolutions.com/Add-Update-and-Delete-List-Items-Programmatically-in-Sharepoint-372.php 
    More information about
    SharePoint Object Model:
    http://msdn.microsoft.com/en-us/library/ms473633.ASPX
    How to: Work with user profiles and organization profiles by using the server object model in SharePoint 2013
    http://msdn.microsoft.com/en-us/library/office/jj163142(v=office.15).aspx
    For about
    generating an Excel document:
    http://www.codeproject.com/Articles/20228/Using-C-to-Create-an-Excel-Document
    Or you can post another question to
    Excel for Developers for about creating an Excel file programmatically:
    http://social.msdn.microsoft.com/Forums/office/en-US/home?forum=exceldev
    Feel free to reply if there are still any questions.
    Best regards
    Patrick Liang
    TechNet Community Support

  • Hello, i tried to download an app from a different store from the one of my country, so my account switched to the store of the other country and it will not switch back to my country, how can I revert it back to the french store?

    I can't download any apps now.

    Try going to the bottom of the Featured tab in the App Store app on your iPhone and tap on your account id, tap on 'View Apple ID' on the popup and log into your account, and then select the Country/Region section.

  • Problem while starting GP work flow from Wedynpro application

    Hi Experts,
    I have one more problem in my workflow.
    1. Data entry from - User1
    2. Verification. - User2 - Multiple Users.
    3. Post - User3
    Requirement: I need to start GP workflow from webdynpro application, i am able start a GP from webdynpro static users.
    Problem: I am not able assign dynamically users( Context parameter mapping to role).
    If i assign(User) role at before starting process from coding i am able to start a process, if i select context parameter and without assign user it is giving exception like:
    com.sap.caf.eu.gp.exception.api.GPEngineException: Enter a role Action_2 of role type 2
    Selected context parameter and i assign user from coding :
    com.sap.caf.eu.gp.exception.api.GPEngineException: Enter a role Action_2 of role type 2
    Action_2 is second level in my workflow.
    If i select context parameter it is not starting process, i won't select context parameter process it starting..
    I need get the user from backbend and assign to second level in my workflow.
    Please give any solution to this problem..........
    Regards,
    Satya.

    Hi Experts,
    I have one more problem in my workflow.
    1. Data entry from - User1
    2. Verification. - User2 - Multiple Users.
    3. Post - User3
    Requirement: I need to start GP workflow from webdynpro application, i am able start a GP from webdynpro static users.
    Problem: I am not able assign dynamically users( Context parameter mapping to role).
    If i assign(User) role at before starting process from coding i am able to start a process, if i select context parameter and without assign user it is giving exception like:
    com.sap.caf.eu.gp.exception.api.GPEngineException: Enter a role Action_2 of role type 2
    Selected context parameter and i assign user from coding :
    com.sap.caf.eu.gp.exception.api.GPEngineException: Enter a role Action_2 of role type 2
    Action_2 is second level in my workflow.
    If i select context parameter it is not starting process, i won't select context parameter process it starting..
    I need get the user from backbend and assign to second level in my workflow.
    Please give any solution to this problem..........
    Regards,
    Satya.

  • A work flow to extract email address from mail

    Can anyone help me. I have a bunch of emails that contain text information including an email address. I want a Automator workflow that will extract the email addresses from the emails and then save them as a comma separated text file.

    Hi,
    Try this workflow:
    1) Get Selected Mail Items
    2) Run AppleScript
    In the "Run AppleScript", paste the following in:
    on run {input, parameters}
    set the output to {}
    repeat with i from 1 to count of the input
    set theMessage to item i of the input
    set theContent to ""
    tell application "Mail"
    set theContent to the content of theMessage
    end tell
    if theContent is not equal to "" then
    set output to (output & theContent)
    end if
    end repeat
    return output
    end run
    3) Run Shell Script
    In "Run Shell Script", select "/usr/bin/perl" in the shell popup and "to stdin" in the pass input popup. Then paste the following in:
    $input = join("", );
    @emails = ($input =~ /\b[A-Z0-9._%-]@[A-Z0-9.-]\.[A-Z]{2,4}\b/ig);
    while( @emails > 1 ) {
    print shift(@emails) . ", ";
    print @emails[0];
    4) New TextEdit Document
    If you select the mail messages that have the email information in them, then you can run the workflow and hopefully it does the right thing.
    Hope it helps!

  • Loading a combobox with data from a different domain

    I have filled in a combobox with values from an .asp page and
    have used it
    successfully. The problem is that if the flash file is ran
    from a different
    domain from the load location, the combobox doesn't get
    filled in (as
    apposed to the error if I ran it off of my drive).
    datafeed.asp spits out the appropriate stuff for the AddItems
    function to
    read correctly. (as I has said, it does work). The combobox
    gets filled in
    the development environment (Macromedia Flash MX Professional
    2004) as well
    as flash player.
    But when I upload it to one of my other websites, the data is
    never
    retrieved. Even though that the webserver containing the data
    feed, the
    webserver hosting the flash file and my machine can all read
    datafeed.asp.
    Am I missing a setting that allows a flash file to read data
    from another
    domain?
    The following code has been changed for security reasons. But
    believe me it
    works in its original format.
    myData = new LoadVars();
    myData.onLoad = AddItems;
    myData.load("
    http://www.mydomain.com/datafeed.asp")
    function AddItems() {
    for (i=0; i<numItems; i++) {
    var ProductID = eval("myData.ProductID"+i);
    var ProductName = eval("myData.ProductName"+i);
    var ProductSale = eval("myData.ProductSale"+i);
    var DataProvider = { productid
    roductID, productsale
    roductSale };
    _root.application.chooseproducts.prodlist_cb.addItem(ProductName,
    DataProvider);
    Thank You,
    Julian

    not sure, but this might be what you need...
    //allow loading of files from domain
    System.security.allowDomain("
    http://www.mydomain.com");

  • How to merge details from 2 different universe through webi (XIR2)u2026.

    I have 2 DPs with one common dimension and 2 uncommon dimensions each...
    DP1
    EmployeeID
    Name
    Address
    DP2
    EmployeeID
    Title
    BirthDate
    I bring both queries in. I merge on EmployeeID. To get the Name, Address, Title and BirthDate to all appear in the same block, I understand that I would have to make either Name/Address or Title/Birthdate to be details of there respective EmployeeID. My question is, what if I make these four columns details from within their respective universe (and not from the report). I can't get these columns to appear in the same block. Keeps getting incompatible object. What's the difference between making details on the report side (as oppose to from the universe)? I want to make it easy for report developers and not to always make uncommon demensions to be details from the report side.
    In each of the universe, when I create the details, I specify which dimensions they are associated with. From within the Webi report, once I merge the common dimension (EmployeeID), I would see the Imcompatible Object message only if I try to DRAG the detail objects into the same block. If I first go to the block, go to a column inside the block, right click and create new blank column, double click on blank column to see formula bar, paste detail item into formula bar...that would work....
    So in summary, this works after merging EmployeeID dimensions from 2 different universes...
    [EmployeeID], [Name], [Address], (create blank column and paste: =[Title] in formula of blank column)
    this does not work...
    [EmployeeID], [Name], [Address], (drag [Title] into column next to [Address]) {Incompatible Object message appears}
    If you create a details from the report side, all would work fine. You can merge all objects into same block without problems. I just don't understand why if a dimension has 10 details (and they are clearly attributes of a dimension) why can't these be done at the universe level and not have users recreate them at the report level.

    Hi Anthony,
    Following information might help you to resolve the issue.
    Inserting Detail object into table.
    Table already contains a merged dimension based on the Dimension object to which that Detail is associated.
    Error: "Cannot Drop Here: Incompatible Objects".
    Workflow:
    Create WebIntelligence report using Island Resorts Universe
    Select <Customer>, <Country of Origin>, <Age>, <Address>
    Add second query using: <Customer>, <Sales Person>, <Year>, <Revenue>
    Create merged dimension for <Customer> from Query 1 and Query 2
    Insert new table using objects: <Merged Customer>, <SAles Person>, <Year>, <Revenue>
    Try to insert <Age> or <Address>. Error "Cannot Drop Here: Incompatible Objects".
    Solution: 
    Logged as product defect: ADAPT00625276 Fixed in Service Pack 2.
    Workaround:
    Create a report level variable, defined as a Detail, which is associated to the <Merged Customer> merged dimension.
    Insert this report level variable into the table - no error is generated.
    I hope this will help you.
    Regards,
    Sarbhjeet Kaur

Maybe you are looking for

  • Property list

    After using DiskWarrior to check files and folders, DW says that the Property List is damaged and cannnot be repaired.  This is in ~Library/cookies/apple.appstore.plist.  Something about the character "c" at line 1. Should I delete/trash the "apple.a

  • Rome ui gets cut on mac osx 10.6.4

    whenever i drag rome towards the dock, it just gets cut instead of going behind like safari.  why?

  • LMS Prime: After adding a new Certificate LMS Services not starting

    Hello, we changed the LMS from a self signed certificate to a certificate issued from our corporate ca. Since about 30 services could start anymore. We are using LMS 4.1 on a Soft Appliance. I verified the certifcate with the SSLUtil and everything l

  • Red errors when installing 0ABC_CLASS

    Get many red errors when installing 0ABC_CLASS, one red error is "Table /BI0/OTABC_CLASS could not be activated" Note: 0ABC_CLASS does not contain any attribute, that means we don't have to find other InfoObjects which are attributes of 0ABC_CLASS to

  • Upgrading OS on G4 mirrored door version

    will my hardware/processor sustain an upgrade to tiger OS 10.4, or the new leopard OS 10.5? can i upgrade without fear of the OS being faster/smarter than my system's hardware and causing crashes? or am i stuck with an antiquated OS forever? anyone..