Memo view as default view for specific task

Hello all,
Iu2019m seeking a solution for a UWL issue.  Background:  Weu2019ve configured a specific workflow task for use when a travel expense form is returned for correction. Weu2019ve also configured the XML code so that a comment is required upon returning a travel expense form to the initiator.  The solution Iu2019m seeking is this, what XML code do I use to force the view Memo to default for the workflow task that handles the returned item.  Currently the preview view defaults, but weu2019d like the return comments to show first in this situation.   Thank you for any help that you could provide

Hi Bhaskar,
I tried to reproduce the issue in my test environment(SharePoint 2013 Server), It is worked fine. The
code as below:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.SharePoint;
namespace ConsoleApplication2
class Program
static void Main(string[] args)
using( SPSite site= new SPSite("http://sp/dennis"))
SPWeb web = site.OpenWeb();
SPList list = web.Lists["DiscussionList"];
SPView view=list.Views["Threaded"];
view.DefaultView = true;
view.Update();
list.Update();
I suggest you delete the IE browsing history and reopen the IE to check whether it works or not.
Or you can use the IE F12 developer tools to check the html code of the site logo link.
Thanks,
Dennis Guo
TechNet Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
[email protected]
Dennis Guo
TechNet Community Support

Similar Messages

  • How to edit roles for specific tasks in IR & ID?

    Hello XI gurus,
    I need to assign access to specific tasks in IR & ID to dialog users. I tried creating separate roles in IR & ID but they need to have abap roles in the backend. But If I give some abap roles then the user will be having complete access to IR & ID. Can any one please help me how can i get this done.
    I ran the trace as well from ST01, but no luck. The actions are not getting traced. Any help will be rewarded. Thanks in advance.
    Regards,
    Farooq.

    Farooq,
    Refer the below discussions might be helpful, if not ignore it.
    Security roles needed for IR and ID access
    Best regards,
    raj.

  • Default BA for specific GL

    Dear Experts,
    For specific GL, we need default Business Area to be maintained. for example, Mumbai have HDFC - Mumbai Bank GL 34509021 BA for Mumbai is 2101.  We have another plant Indore having Indore - HDFC Bank GL 34509030 BA for Indore is 2105. Based on GL used in transaction, it should pick up BA.
    Thanks and Regards,
    Ajeesh

    Hi,
    FBZP
    Bank Determination
    Click on Bank Accounts
    Here you can assign Business area
    Rgds
    Murali. N

  • How to enable Gant view for migrated Task Lists in SharePoint 2013

    We recently migrated several Task type Lists from an old SharePoint environment (WSS on SP 2003) to SharePoint Enterprise 2013.  I do not see the Timeline, Calendar and Gant View options available for the migrated Views of the migrated lists like
    I see for newly created Task Lists in SP2013. Is there a way to enable this feature for these migrated Task Lists?

    Hi,
    For this issue, I'm trying to involve someone familiar with this topic to further look at it.
    Thanks,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback
    for TechNet Subscriber Support, contact [email protected]
    Wendy Li
    TechNet Community Support

  • CO46 for sales order no exploded view for specific material

    Dear All,
    When using CO46 for a sales order it does everything correct exept for a specific material. It is displayed above the sales order in the hierarchy, like if it is not contained in it and there is no exploded view possible.
    When I look closer to the MRP for the material it has planned orders but the orders reducing quantity don't link to the sales order. The MRP element data is empty.
    Anybody has a clue?
    Thanks in advance,
    Michaë

    The material in the SOI created collective requirements. Change Material Master availability check to 02 and recreate SOI

  • Can I change the background color view for SPECIFIC web pages with Safari?

    I cannot read Netflix red background webpages without getting a headache/eyestrain. I know other browsers allow me to override the pages' colors but will safari allow me to specify all pages from for instance "www.netflix.com"; to have a white background while letting other pages display colors as they were created?
    Will any browser do this?
    It would be a cool feature.

    There may be a way of doing this using CSS. In Safari's preferences under 'Advanced' there is the option to choose a user defined style sheet. I have used this since Safari came out to not display ads in Safari, and it may be well possible to use it to change certain styles (depending on page code).
    ..k

  • How can I set default copies for specific report?

    I'm trying to set a default of one copy on a specific concurrent request. In this particular case, the NACHA request that produces the NACHA magnetic file. I have a dummy custom printer driver, style, etc. setup and attached to the NACHA concurrent program so that when it executes (as long as the user remembers to put 1 in the Copies field on the concurrent request screen) it will execute the Unix shell script (it grabs the file and FTP's it somewhere).
    The problem is, if the user forgets to put 1 in Copies, the Unix shell script won't execute. I'd like to make it so this one request comes up with a default of 1 in Copies. The only way I know of to set copies is in the site profile, application profile (like HR, AP, etc.) or user profile. I really don't want any of these because then the default will be set for all reports within those respective profiles. I was hoping there was a way to set the number of copies in the printer control file, but thus far I can't find any current documentation that shows the syntax of the available commands for the printer control file. Found something on the Internet, but it looked like it was for Oracle 7, perhaps. We're on 11i. On that page, I saw nothing about setting copies, so I don't know if it was just missed, isn't possible or is possible in the new version.

    Looks like I may have found my answer.
    Create a report set
    Add the concurrent program to the report set
    set copies in the options zone of the report set to 1
    Run the report set instead of the concurrent program itself and the copies will always be defaulted to 1.

  • How do I change default applications for specific extensions like .php

    Every time I click on a .php or .html file it opens Adobe GoLive. Every time I click on a .psd file it opens up Photoshop.
    I find this to be a complete pain because I rarely work in those applicaitons -- preferring quicker loading applications like Preview & TextWrangler which do most of what I want done with those files.
    Is there any way to set my Apple system to default to those applications based on what extension of file I'm trying to open?
    Thanks for all of your help.

    Hi ahbrobot
    Controll-Click on a php-file. Go on "Get info", and change "open with" by clicking on "change all"
    Hope this helps
    marek

  • Hiding Button in UWL for specific workflow task items

    Hi -
    In UWL, is there a way to control the visibility of standard buttons like "forward", "replace", or "create Adoc Request" based on the task type.
    Example, i would not want to provide the "forward" button option for a specific tasks  like expense tasks.
    We are on EP 6 and ECC 5.0
    Helpful answers will be rewarded with points.
    Thanks
    PR

    I don't think excluding the actions on the uwl iview property will fully solve this problem as, from what I understand, the actions should only be removed for certain tasks. The way to achieve this is to create different views for the tasks. This can be done in the uwl xml config file. You can assign tasks to be displayed by specific views, and within the definition of these views you can remove/add actions as well as modify the look and feel (to a certain extent). However, this will only affect the buttons/actions you see on the view section of the task - not the uwl list itself as the actions on the list are generic.
    Check the following document which describes how to configure the uwl - check the section on views:
    [How to configure the uwl.pdf|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a3461636-0301-0010-3787-978f5ac8bd45]
    Cheers,
    Dion

  • Album list view for playlists

    When I select Music (under Library) and select the Grid view, then select Artists, then double click on an artist I am presented with a list view grouped by album with album artwork on the left. I would like to get the same view for a selected playlist, but I can only get that view for specific albums or artists within the playlist. What I want is to see that album list view for every artist, album and song in the playlist. Is this possible? If not, is there some way to submit a feature request? Thanks.

    Erm - use the List view?
    tt2

  • Set pages to be default program for *.doc files

    Is it possible to set pages to be the default program which my computer will ALWAYS use to open a MS word document? In windows i could set default programs for specific file types, e.g. .jpg, .mpg, mp3. I did not have to assign a program to open the program every single time. As far as I can tell , I have had to request pages to open my word documents every time i open a word doc. for the first time. Although I can set pages to be the default program for that one file, i want it set to ALWAYS OPEN ALL WORD DOCS. , until further specified. Any suggestions?
    thx.

    Highlight a known Word document in the Finder, highlight it & choose Get Info from the File menu. In the Get Info box, click the triangle next to "Open With." Click on this drop-down menu & choose Pages. If Pages is not a choice, choose "Other" & navigate to the Pages application. Now click the "Change" button under the text that asks if you want to open all documents like this with Pages. You can then double-click the Word documents & they will open in Pages. Note that the icon for the Word files will have a plain, white icon.

  • Which tools best for which tasks and project workflow planning?

    I am just getting comfortable with the basics of several CS tools and often need to use more than one to build a final product. Since I don't have a long history with the tools I still struggle learning which tool to use for specific tasks and then how best to use the variety of created assets in the various programs.
    Currently using CS4 After Effects, Flash, and Photoshop to create web flash swf files. Most books, forums, tutorials, etc. focus on a given tool and how to use its features. I have looked but not found books that take you through a project start to end that spans several tools and using the best parts of each to accomplish pieces of the finished project.
    Also, I find getting assets from one tool to the next does not always work out so well. For example, a text layer in AE can be exported a couple ways but by the time it gets into Flash it no longer retains the original text layer and is either rasterized or broekn up. So that is where better understanding workflow, if that is the right term, might help me ensure I use the right tool at the right time in the right order to minimize these kinds of problems.

    The guys from Waterloo labs did something similar: http://goo.gl/JkOy
    They used a sbRIO, which is very similar to myRIO and you should have no problem doing this with myRIO.  More info on their setup can be found here: http://www.ni.com/white-paper/11966/en/.  You may even be able to re-use some of their code.
    -Sam K
    LabVIEW Hacker
    Join / Follow the LabVIEW Hacker Group on google+

  • 10.6.6 - How to set custom view options for specific folders

    How is it that Windows has had the ability to ability to set custom folder view options forever and OSX can't. What is the big deal? Just do it. Whenever I set the folder view options it changes the view for all the folders. I can do folder specific changes as long as the finder window is open then I close it and open it again every folder is the same again. It's just an annoyance and it's something so rudimentary it's embarrassing.

    Try the following:
    I want to have, say, one folder in list view
    Open that folder, set it to list view, type command-J, and in the view-options window that opens, check the box at the top for "Always open in list view".
    then the subfolder of that folder I want to have in cover flow view. permanently.
    Open that folder, change it to cover-flow view, and in the view-options window check the box at the top for "Always open in cover-flow."
    Those two folders should "remember" the custom views that were set for them.
    There's additional discussion about the meaning of the"Use as defaults" button in this thread
    http://discussions.apple.com/thread.jspa?messageID=13063792
    My own take is that folders that have not been customized by checking the "Always open in xxx view" box will by default open in the same view (icon vs list vs column, etc) that was in effect for the previously opened folder. *Within each view*, you can set the default parameters (text size, etc) for a new folder by setting up a folder the way you like and then checking the view options box for "Use as defaults" at the bottom.

  • Resource Task view for managers

    Hi,
    Is there any way to provide a ‘My Tasks’ view for managers to view and update their resource’s tasks?
    Your help is appreciated

    Hi,
    still not sure, what you want to achieve:
    1. Manager can view and update all tasks for his resources:
    Change Default assignment owner and republish all projects --> but team members will not see tasks any longer
    2. Manager can view and update some tasks for his resources:
    Change assignment owner for these assignments in any usage view in Project client --> but team members will not see these tasks any longer
    3. You cannot get updates for the same tasks (assigments) by different people, so either manager or resource. However, manager can (only) see assignments for his resources in Resource Assignments view (Resource Center - select resource - click on Resource
    Assignments), while getting updates by resources.
    4. The last option is to use Delegate feature. Leave settings as they are (so assignments displayed on resource's Tasks page and gettr updates by them) and allow managers to act as delegate for their resources. Here a sample for 2010, it is the same for
    2013: http://epmsource.com/2009/12/05/project-server-delegates/ So manager can "log on" as resource and update status on their behalf.
    Does that help?
    Barbara
    To increase the value of this forum, please mark the replies that helped to solve your issue as answer. If you find answers to questions from other forum participants to be helpful, please mark them as helpful. Your participation will help others to find
    an appropriate solution faster. Thanks for your support!

  • Changing the default view for Line Items in an Auction.

    Hello All,
    We have a version 5 client who is asking for us to change the default view for line items in an auction.
    Currently, if you have an auction setup, and you go to the Line Items tab, the default view is the "Basic View". The client would like to change the Default from "basic view" to "price view".
    Is there a way to change this default in the system? Can this be configured using query groups? Any information would be helpful.

    Hi wood cloud,
    This is not possible, bcz there is no VLV for that drop down and we cant set it  to the price view.
    Thanks,
    Ankur Goyal

Maybe you are looking for

  • How do I remove an icon from my Apple Mail toolbar?

    I know how to customize the mail toolbar, but mail isn't letting me remove a default icon.

  • Which version of photo is being imported.

    I picked up the MacBook Air so that I could more easily work on my computer when in transit. I do some light editing of photos in iPhoto on the MacBook Air (mostly changing the exposure and eliminating shadows), and had believed that when I had edite

  • I Phone 4 with I OS 4.2  shuts downs with 30% battery still remaining.

    Hi, I have been an Apple fan for years, But recently my new I Phone 4 has been giving me a lot of trouble. I purchased the Phone in Oct'10, it was working great till last week. All of a sudden my phone automatically switches off with 30% battery stil

  • Belle for nokia e6 in Bulgaria

    Dudes, will we recieve simbian belle for this phone in Bulgaria soon? This is big problem, because every time we recieve everything a lot of time after any other countries in the world. My code is 059H0M2 bulgaria_black and i saw it in the list with

  • Iplanet 4.1 SP14 perflib problems

    i'm having problems running iPlanet 4.1 SP14 on WinNT SP6a...can't start server an event ID 1008 shows up on Event Viewer with this error: Perflib     Error     1008     The Open Procedure for service "https4.1 " in DLL "C:\Netscape\Server4\bin\https