Load Dropdownlist with share point groups in Edit Form of workflow List

Hi ,
  I have created a created a workflow for template approval process  when i edit the workflow task ,i would need to show 
two drop down list 
Memeber Group :Load sharepoint groups
Assigned to :Display members from selected group.
Could you tell  me how to implement this.
Regards,
.Net User

Hi .Net User,
Based on your description, do you mean that you want to show two drop down lists in the workflow tasks list’s edit form?
And, do you want to display all the SharePoint Groups and all the members in the specific SharePoint Group that you select from the Group drop down list?
Per my knowledge, we can add two new Task Form Fields to display the “Assigned To” column’s value of the current task, and the Approval Task Process’s Participant Groups, however, we cannot get all the SharePoint Groups in the workflow tasks list’s edit
form using SharePoint Designer 2010.
To implement it, please follow the steps as below.
Click on the “Approval” of the action in the workflow, add two new Task Form Fields named “Assigned To Member”, “Member Group” with “Single line of text” type.
Click on “Change the behavior of a single task” in the “Customization”, add two “Set Task Field” actions in “Before a Task is Assigned” section as below:
      Set Task Field ““Assigned To Member” to “Current Task: Assigned To” with “Display Name”, Set Task Field “Member Group” to “Task Process: Participant List” with “Display Names, Semicolon Delimited”.
  3.  Publish the workflow and test if it works in your environment.
Then, the result is shown as below:
Best Regards,
Yumi Fu

Similar Messages

  • What is difference between distribution list and share point group? Can we add distribution list into person and group column of share point list?

    what is difference between distribution list and share point group? Can we add distribution list into person and group column of share point list?

    there is a workaround you can try, create audience and add DL to them and deal with the audience or convert DL to groups
    https://social.technet.microsoft.com/Forums/en-US/02f0d773-8188-4d94-a448-0c04d838b0cf/distribution-lists-in-sharepoint?forum=sharepointgenerallegacy
    Kind Regards,
    John Naguib
    Technical Consultant/Architect
    MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation
    Please remember to mark your question as answered if this solves your problem

  • Error with Provider Hosted App on Edit Form of a list item

    We have an error on the Edit Form of one of our pages.
    We have developed a SharePoint Online Provider Hosted app which replaces the standard edit form of a list item and has some further events behind the save button. Since this is rather new territory for us, we're using a roundabout way of achieving this by
    using a script editor web part to display an iFrame of our app. That way we can pass the Url through to our app and retrieve query strings from them.
    Our issue comes quite intermittently in that we sometimes get a "web page cannot be found" error or sometimes a "resource cannot be found" error, however, when we load another app on the site (from the same app project, but using an app
    part), then go back to the Edit Form, the information in the iFrame suddenly renders.
    Any ideas on what might be causing this issue at all? Ideally, we should be rendering the app to the Edit Form is the proper manner, rather than scripting an iFrame that points to out app in Azure. Would this be the cause of the problem?
    Thanks
    Tom

    Hi thumper, if you have access to InfoPath, you can add the form to a page using the InfoPath web part. Otherwise, use SP Designer with instructions below:
    http://sharepoint.stackexchange.com/questions/70287/display-new-form-of-a-list-in-a-web-part-page
    cameron rautmann

  • What is the best way to follow the scenario for Out look integration with share point using SAP Gateway?

    1)what is the best way to follow the scenario for Out look integration with share point using SAP Gateway?
    2)workflow concepts for Purchase order?
    3)Email triggering from out look for an approval process of PO? how these scenario can be best implemented with updated functions in Duet Enterprise.

    Hi,
    I do not have much idea on gateway integration with outlook but found out this document GWPAM Workflow Template which can be helpful for you to start with.
    also you may want to post your question in SAP Microsoft Interoperability forum
    Regards,
    Chandra

  • Replace Default "New" / "Edit" Forms for Custom List

    Having created a web page that is just simple HTML with JScript to bring it "to life" in SharePoint designer, how can I cause SharePoint 2010 to present this page for the "New" action? Or for the "Edit" action?
    This page is not associated with the Master Page/Content paradigm.  It is at WebSite/Lists/TheTargetList/TheTargetForm.aspx
    When I show the list properties tab for this list in Designer, and go to the "Forms" section (subtitled "Forms are used to display and edit data contained within this list"), and click the "New..." button at the right of
    that section's title bar and fill in the Title with the title of my file, I cannot add the file.  (The bread crumbs at the top say "Site > Lists and Libraries > ListName > ")
    Alternately, I go to the bottom of the tab's page, and select the link "Item" under Content Types (the choices being "Item" and "Folder").
    Then the bread crumbs say "Site > Lists and Libraries > ListName > Content Types > Item >"
    In the "Forms" section, I try to put the fully qualified name of the page I have created (my ..aspx file) in the "New Form:" or "Edit Form:" areas, after having clicked the "<click to enter text>" links.
    This lets me save that change, but destroys the web site's ability to show anything when I try to go to New or Edit — essentially "File not found."  The same if I provide only the file name,
    not fully qualified.
    So, if I have "Site/Lists/List/XYZ.aspx," and if that file is like:
    <html>
    <head>
    <script> . . . </script>
    </head>
    <body> . . . <br /> . . . </body>
    </html>
    How can I get this file to be opened as the "New" or "Edit" form for the list?

    Hi  BrianWren ,
    According to your  description, my understanding is that you want to present a web page as the New Form page.
    For achieving your demand, you need to create custom form using Visual Studio instead of SharePoint Designer.
    Here is a good blog you can have a look:
    http://blog.karstein-consulting.com/2010/12/29/walkthrough-create-custom-sharepoint-2010-list-form-for-deployment-in-a-visual-studio-2010-project/
    http://www.sharepointblogs.be/blogs/sebastian/archive/2011/02/08/change-the-standard-forms-of-a-list.aspx
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Can i set site page as New/ Edit form of SharePoint list?

    Hello All,
    Can i set site page as New/ Edit form of SharePoint list. I know this can be done if i create Application page, but can i set site page as SharePoint list form. If yes, then how?
    Also in any case is it possible to set New/Edit form of already created SharePoint list?
    Please Help. Thank you.

    You can set infopath form on a page
    http://office.microsoft.com/en-in/sharepoint-server-help/convert-an-infopath-form-to-a-web-page-HA010215035.aspx
    Try 
    http://sharepoint.stackexchange.com/questions/70287/display-new-form-of-a-list-in-a-web-part-page
    So it turns out that SharePoint Designer is the only way to accomplish this. You have to go into the page in Designer, edit the page, and select the Insert tab from the ribbon -> New Item Form -> select "CUSTOM LIST FORM..." (not one of the pre-populated
    lists or you will get the barebones default content type!) -> Choose the list for the form you want to show and the content type, click OK -> Save the page in SP Designer and it will now show on the page embedded as a form. Success!
    OR 
    http://sharepoint.stackexchange.com/questions/66046/customize-form-new-wiki-page

  • Change the editable form of a list

    I created a custom list with more columns. If a user edits the list with the edit form i would like that the form shows only one field that can be updated.
    Anyone has a suggestion to achieve this  in the most simple way?

    Check this one
    http://office.microsoft.com/en-in/sharepoint-designer-help/edit-list-forms-using-infopath-2010-in-sharepoint-designer-HA101631624.aspx
    Hope it helps!
    Thanks,
    Avni Bhatt
    Thanks Avni, very useful link to customize more the form.
    Regards, Ralph Boccalini

  • Open Edit form directly when list item is clicked in Sharepoint 2013 list

    Hi,
    I have a list web part, wherein the user clicks the item it should open in the Edit form directly. various forum i checked was for SharePoint 2010, as we do not have design mode in SharePoint designer 2013, I am unable to do.. I know
    if I the change the form type from default page to edit page, it will work, but not sure about how to go ahead. Could anyone help me to achieve this please....

    Sunitha,
    You can do this with some jQuery and JavaScript.  Look at this post:
    http://brandonatkinson.blogspot.com/2013/11/open-sharepoint-2013-list-items.html
    Basically, add a Script Editor Web Part to the page and include this snippet:
    <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
    <script type="text/javascript">
    $(function() {
    // Change all display form links to edit form links
    $('.ms-vb a[href*="listform.aspx"]').each(function(){
    var link = $(this).attr('href');
    link = link.replace("PageType=4", "PageType=6");
    $(this).attr('href', link);
    </script>
    Brandon Atkinson
    Blog: http://brandonatkinson.blogspot.com

  • Issue with share point 2007 website performance

    Hi,
    we have a sharepoint 2007 farm implemented in our organization. We have 2 web servers running over NLB, 1 application server and 2 SQL 2005 database servers in clustered mode. We are facing a strange issue from the past one week with the performance of the
    website deployed from sharepoint. Iam mentioning it as starange because there was no change in any kind of configuration from the server lervel or from the application or databasde level. the performance of the server also seems perfectly alright the only
    error i keep getting is event id 5010 "the application pool of sharepoint website has failed to respond to a ping" and then the application pool hangs and my website goes down. This issue is repeated atleast twice in an hour.
    I would be very thankful if any one can please suggest me what has to be done in order to mitigate this issue.
    Thanks in advance.

    Hi,
    There's a post in MSDN that helps you to understand what's happening:
    http://blogs.msdn.com/b/pfedev/archive/2012/09/30/troubleshooting-event-id-5010-iis-application-pool-availability.aspx
    Rodrigo A. Romano - SharePoint Server MVP - http://rodrigoromano.net

  • Return to selected row with refresh after update in edit  form

    Hi,
    I created a database view.When selected a single row and click on button i can edit the row in a form for update.What i want, when doing some update and click on the commit button i return back on the initial row with a refresh to see the update done on this row.I succeeded to modify the form and commit.But when i return on the selected row my update is not visible.How can i return to the same selected row with a refresh.In oracle form i can do a go record with execute_query, but how to do this in ADF.Please someone can help so that i do not spend many days on it.
    Thanks
    Soodesh

    [click for the tutorial|http://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0CFQQFjAF&url=http%3A%2F%2Fandrejusb.blogspot.com%2F2013%2F03%2Fadf-rollback-and-keep-current-row.html&ei=Tnl3Ucn3BoXIrQeemICQAw&usg=AFQjCNHdYcJL8kJKymqbWBT9XDGTWmeUvQ&bvm=bv.45580626,d.bmk&cad=rja]
    here you go :)

  • Captivate 6 video files not loading on share point 2013

    Hello,
    I use Adobe Captivate 6 and have courses that I'm loading to a share point site for learners to access. I worked off of my C: drive, then copied the published folders on a shared drive. I then linked the html URL to play the course.
    When the courses were built, some simulations were recorded in video mode. I noticed that in the published folder, Captivate creates mp4 files. For some reason, when the course plays on share point, it does not play these files and the course clocks until you advance to the next slide. Everything else works fine, no issues.
    I'm looking to see if anyone else has encountered this same issue and am curious what was done to fix it.
    Thanks! Marissa

    Thanks for the reply Ron! I checked with my share point admin and she said that share point 2013 (our version) can play mp4 files, so there shouldn't be an issue there.
    She's not familiar with Captivate so it's kind of difficult getting to the root of the problem, but somewhere along the line, when the course link is accessed, Captivate is looking for that mp4 file to play it, and it cannot find the file.
    I thought then maybe I would take the mp4 file in the published folder and try to embed the video directly into the course, but I haven't tried that.
    Any other suggestions?
    Thanks, Marissa

  • How to configure SharePoint HNSC with a reverse proxy server so that HNSC Share Point URLs are not exposed to end users.

    Could you please let me know how SharePoint HNSC can be configured with a reverse proxy server so that HNSC Share Point URLs are not exposed to end users.
    In normal path based site collections/web applications, reverse proxy configuration can be done using alternate access mappings with  Public URL = "proxy URL", internal = "HNSC Share Point URL" so that share point sends response back
    to Public URL = "proxy URL".
    In Host Named Site Collections,  alternate access mappings  are not supported. Each HNSC is designed to have only one URL in each zone. Zone is one of the five zones(Default,Intranet,Internet,Custom,Extranet) with each of which only one alternate
    URL is associated.  This is what we are able to get using power shell command "Set-SPSiteUrl", but this will not help us to get the response back to proxy URL after a request sent to share point because we could not find any mechanism in share
    point HNSC to respond  to a different URL(proxy URL). Consequently, Share Point URLs are exposed to  external users.
    Below share point article in MSDN blog is symmetrical to what we are observing with Share Point 2013 and Proxy Server. It mentions that internal HNSC URLs can’t be hidden using any proxy server. If  hiding the internal Share Point URLS is a requirement,
    it suggests to use a web application instead of host named site collections.
    Though I’m also observing the same behavior with Share Point 2013 HNSC, Could you please confirm my understanding is correct.
    http://blogs.msdn.com/b/kaevans/archive/2012/03/27/what-every-sharepoint-admin-needs-to-know-about-host-named-site-collections.aspx
    Excerpt from above article-
    "Host Named Site Collections Only Use One Host Name
    Continuing on the discussion on AAMs and host named site collections, you cannot use multiple host names to address a site collection in SharePoint 2010. Because host-named site collections have a single URL, they do not support alternate access mappings and
    are always considered to be in the Default zone.  This is important if you are using a reverse proxy to provide access to external users. Products like Unified Access Gateway 2010 allow external users to authenticate to your gateway and access a site
    as http://uag.sharepoint.com and forward the call to http://portal.sharepoint.com. Remember that URL rewriting is not permitted. Further, a site collection can only respond to one host name. This means if you are using a reverse proxy, it must forward the
    calls to the same URL.  If your networking team has a policy against exposing internal URLs externally, you must instead use web applications and extend the web application using an alternate access mapping."<u5:p></u5:p>

    Hi Satish,
    You are right that only one URL is allowed for each zone of the host-name site collections in both SharePoint 2010 and SharePoint 2013.
    It is by design that each host-name site collection only support one URL for each zone.
    The article below is about RTM version of SharePoint, and it is the same for SharePoint 2013 with the latest CU.
    https://support.microsoft.com/en-us/kb/2826457
    So to make the URL of HNSC not exposed to external users is not supported, you need to use path-based sites instead.
    Best regards.
    Thanks
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • WebDAV Share Points Missing in OS X Server 10.8

    WebDAV share points are missing in OS X Server 10.8.
    To see for yourself:
    1) Do a clean-install of OS X Server 10.8 with a single admin account and a .local host name.
    2) In Server.app -> File Sharing, enable WebDAV access for the three default share points: /Groups, /Public, /Users.
    3) In Finder -> Go -> Connect to Server -> http://server.local/webdav/ and log-in as the admin account.
    Note that only the admin account's networked Home directory appears. There is no WebDAV access to the enabled share points.
    4) In Finder -> Go -> Connect to Server -> afp://server.local and log-in as the admin account.
    Note that the three default share points appear, along with the networked Home directory. AFP allows access to the enabled share points.
    Any suggestions for a fix, or work-around?

    I agree with Larry Goldman on this 100%. OS X 10.4, 10.5, 10.6 were rock solid when released. Starting with 10.7 it's been Vistaville all the way. Combined with fanboi arrogance, this has been totally frustrating.
    There was a file/directory permissions error in 10.7.0 through 10.7.3, This permissions error caused endless random untracable problems and Apple said NOTHING about it. This wasn't fixed until 10.7.4, and a month later Mountain Lion came out.
    "Don't reopen windows at startup" didn't work until 10.7.4 either - causing no end of headaches and problems, but Apple shipped 10.7 out the door with this glaring bug. Nobody at Apple saw this? Nobody tested this? It took a year for Apple to finally to fix it?!?!
    Lion was a broken piece of **** until 10.7.4, and I cannot imagine all of the user frustration that must have occured as a result of these two problems, but how many other problems wreaked havoc, undetected?!?
    I guess all the seasoned Apple devs went over to iOS, and the beginners are working on OS X. It really shows.
    When I booted Lion and Mountain Lion for the first time, all kinds of buggy weirdness reared its ugly head. Windows not closing, artifacts remaining on screen, preference setting reverting without reason, fields not accepting input, Safari suddenly unable to connect to the internet (even though Chrome worked perfectly at the same time for the same URL), yada yada yada...
    It used to be Microsoft that made their customers find all their OS bugs for them because it was cheaper than writing clean code from the beginning.
    Today, quality control and testing have obviously gone out the window at Apple. They need to spend more of that $100 billion on QA and less on marketing.

  • Integration of share point web services from Jdeveloper 11.1.1.4

    Hi All,
    Could you suggest me approach to integrate with share point from jdeveloper IDE 11.1.1.4.
    Regs,
    Ramesh

    1) Use the sharepoint adapter: http://download.oracle.com/docs/cd/E17904_01/webcenter.1111/e12405/wcadm_documents.htm#BABDFFDC
    2) Use the sharepoint web services: http://download.oracle.com/docs/cd/E17904_01/web.1111/b31974/web_services.htm#CJADCDBG

  • List value retaining in Share point hosted app 2013

    I'm creating a Share point hosted app.
    I have a list inside Share point 2013 app. We are inserting records into the list through some other forms in app.
    But when we deploy the app, it is getting retracted & deployed again. So the list values are getting deleted.
    Is there any way to retain the Share point app list values during deployment?
    I tried the following things as suggested by some experts in internet.
    • Setting up the app catalog for app in Central admin and increment the version for every deployment.
    • I set the “deployment conflict resolution” property of list instance to “none”.
    But both the things not working.
    Please help me on this issue.

    Hi,
    According to your post, my understanding is that you wanted to keep the list data while redeploy the app project.
    As you had known, to keep the data in the app, we should first set up the  app catalog.
    Then we should upload your app with version 1.0.0.0. Install app to the desired web.
    After some code modification increment your version to 1.0.0.1 and upload again your app to catalog.
    Upgrade your installed app. More details about updating            
    http://sharepoint.stackexchange.com/questions/83021/app-deployment-keep-the-existing-data-in-internal-list-of-an-sharepoint-app
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

Maybe you are looking for

  • Unable to block creation of sales document from Quotation thru user status

    Dear Experts, I have maintained a status profile in my Quotation document through the use of user status. I have defined a status to forbid creation of sales document if the status has not yet been set to "Approved". However, even when the status is

  • Help needed in web service example. Thank!!!

    Hi, I tested WebLogic 6.1 message-style web service example. For the ProducerClient.java example, I tested successfully. But for the ConsumerClient.java example, I kept getting error messages. Can any expert offers some explanation or advice? Need to

  • Useing bluetooth to print wirelessly?

    I have a MacPowerbook G4 that has Bluetooth capability. Can I use this feature to connect to a wireless printer? If so, does anyone have suggestions as to which printers would work best? Thanks.

  • Output at 1 millisecon​d intervals

    Hi, I'm trying to create a VI in LabVIEW to drive a NI USB 9263 running on windows 7. I need the output from the DACs to update at 1 millisecond intervals, however even when running a very simple program in a while loop with no delays, I can only get

  • HT1212 My screen is not working

    I can not enter my passcode nor turn my phone off to back up my phone. I am getting a new iPhone and i need to back my current one right now, but iTunes is not letting me due to my passcode. Since my screen is not working, how can I back up my accoun