Change "Edit Menu" button in List view - SharePoint Designer 2013

Good morning technet guys,
I hope you have a good day.
I want to edit the appearance of "Edit menu" button in SharePoint 2013 which match the following requirements:
1. ( 3 dots icon) to "Edit menu" button in SharePoint 2010 (downward arrow).
2. The "Edit menu" button is disappear by default. The "Edit Menu" button only appears when users move their cursor to the button.
This is an "Edit menu" button in SharePoint 2013 list:
This is an "Edit menu" button in SharePoint 2010 list. This is what i expect to appear on my list view:
I've tried to look up a function in GUI, but i could not find any option to serve my purpose.
Could you please let me know how to edit the appearance of "Edit Menu" button? Do i have to edit the source code?
Thank you! Have a good day.

Here's a recent thread of someone who wanted to change the ellipsis icon:
https://social.technet.microsoft.com/Forums/office/en-US/134e926d-4e4c-4a35-94d7-5b3589c424b1/change-the-look-of-site-element-on-sharepoint?forum=sharepointgeneral#c7005b21-d9f4-4948-b537-90c12d33fd63

Similar Messages

  • Add two attachment field in custom list through sharepoint designer 2013

    Hi all,
    I want to add two attachment columns to the SharePoint 2013 custom list through SharePoint Designer 2013 (not using ribbon attachment option) only . I managed to attach single attachment column to the attachment field. But I am not able to create second
    field for attachment.
    for example, one column for attaching address proof and second column for identity proof.
    Any help would be appreciated.

    Out of the box this simply isn't going to be possible the way you seem to want it. The attachment field does allow for multiple attachment, but I can see why you'd potentially want these separated out.
    Alternative:
    You could instead create a link field for each. Users load the documents into a document library and then copy the URL to paste into the form. If you potentially need multiple attachments for each, you can use an InfoPath form and a repeating table.
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

  • Item level permission on workflow task List using sharepoint designer 2013

    Hello All,
    I have created a custom approval workflow. Workflow create a Task in Tasks List.  Now suppose A task is assign to user1. 
    User2 should not able to edit\approve\reject the item.
    How to give item level permission using SharePoint designer in SharePoint 2013 workflow.
    SharePoint 2013 workflow doesn't have impersonation steps also.
    Please suggest how to give permission on task list based on assigned To field.

    In order to change permissions on a list item you'd need a sharepoint 2010 workflow according to http://msdn.microsoft.com/en-us/library/jj728659.aspx
    Unfortunately this functionality is not available in SharePoint 2013 workflows :-(
    The impersonation step still exists, but it is now called "App Step" in the SharePoint Designer 2013 Ribbon. This step is disabled, though, until you activate a web site feature called "Workflows can use app permissions"

  • How to increase width of a list in SharePoint Designer 2013?

    Hello,
    I was surprised when i got a message on clicking Edit List on SharePoint saying that i need to upgrade SPD to match the SharePoint. So i started downloading the 2013 version and installed it. I was shocked noticing that there is no Design view in SPD 2013.
    I was able to edit the with of the columns in SPD 2010 with the help of solution provided in the below link.
    http://aanuwizard.com/2010/08/01/sharepoint-2010-how-to-change-width-of-list-column/
    But where is the Design view in SPD 2013? I searched the whole forum before posting this question here. It says that it does not exist. OK i got it, but what is the solution??
    Can anyone please help me by providing a solution to edit the width of the columns in the list.
    Regards,
    SAN
    Santhiya

    Dear Dhiraj,
    Thank you for your solution, but sorry to say i do not understand few things.
    1. "first select the webpart in the designer then click on design  menu" - I think SPD 2013 do not have a design view. So where do i have to click? There is only a code view i can see in the SPD. Please first help me with this.
    Below is the code which i get when i click on AllItems.aspx. Any idea what changes to be done, where?
    <%@ Page language="C#" MasterPageFile="~masterurl/default.master"    Inherits="Microsoft.SharePoint.WebPartPages.WebPartPage,Microsoft.SharePoint,Version=14.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c" meta:webpartpageexpansion="full"
    meta:progid="SharePoint.WebPartPage.Document"  %>
    <%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities"
    Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Import Namespace="Microsoft.SharePoint" %> <%@ Assembly Name="Microsoft.Web.CommandUI, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
    %> <%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    <%@ Register Tagprefix="ApplicationPages" Namespace="Microsoft.SharePoint.ApplicationPages.WebControls" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    <asp:Content ContentPlaceHolderId="PlaceHolderPageTitle" runat="server">
        <SharePoint:ListProperty Property="TitleOrFolder" runat="server"/> -
        <SharePoint:ListProperty Property="CurrentViewTitle" runat="server"/></asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderPageTitleInTitleArea" runat="server">
        <SharePoint:ListProperty Property="TitleBreadcrumb" runat="server"/>
        <SharePoint:UIVersionedContent UIVersion="4" runat="server">
            <ContentTemplate>
                <span class="ms-ltviewselectormenuheader" runat="server">
                    <SharePoint:ListTitleViewSelectorMenu AlignToParent="true" id="LTViewSelectorMenu" runat="server" />
                </span>
            </ContentTemplate>
        </SharePoint:UIVersionedContent>
    </asp:Content>
    <asp:content contentplaceholderid="PlaceHolderAdditionalPageHead" runat="server">
        <SharePoint:RssLink runat="server"/>
    </asp:content>
    <asp:Content ContentPlaceHolderId="PlaceHolderPageImage" runat="server">
        <SharePoint:ViewIcon Width="145" Height="54" runat="server"/></asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderLeftActions" runat="server">
    <SharePoint:RecentChangesMenu runat="server" id="RecentChanges"/>
    <SharePoint:ModifySettingsLink runat="server"/>
    </asp:Content>
    <asp:Content ContentPlaceHolderId ="PlaceHolderBodyLeftBorder" runat="server">
        <div height="100%" class="ms-pagemargin"><img src="/_layouts/images/blank.gif" width='6' height='1' alt="" /></div>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server">
            <WebPartPages:WebPartZone runat="server" FrameType="None" ID="Main" Title="loc:Main"><ZoneTemplate>
            <WebPartPages:XsltListViewWebPart runat="server" ViewFlag="" ViewSelectorFetchAsync="False" InplaceSearchEnabled="True" ServerRender="False" ClientRender="False" InitialAsyncDataFetch="False" WebId="00000000-0000-0000-0000-000000000000"
    IsClientRender="False" GhostedXslLink="main.xsl" NoDefaultStyle="" ViewGuid="{DC99EFD7-F866-45BD-81AB-2E6457135A31}" EnableOriginalValue="False" DisplayName="All Active Projects" ViewContentTypeId="0x" Default="TRUE" ListUrl="" ListDisplayName="" ListName="{B19C0A66-FF3D-4E53-B9E5-5AE1C301270D}"
    ListId="b19c0a66-ff3d-4e53-b9e5-5ae1c301270d" PageType="PAGE_DEFAULTVIEW" PageSize="-1" UseSQLDataSourcePaging="True" DataSourceID="" ShowWithSampleData="False" AsyncRefresh="False" ManualRefresh="False" AutoRefresh="False" AutoRefreshInterval="60" Title="PDPL-Dervasil"
    FrameType="Default" SuppressWebPartChrome="False" Description="" IsIncluded="True" PartOrder="2" FrameState="Normal" AllowRemove="True" AllowZoneChange="True" AllowMinimize="True" AllowConnect="True" AllowEdit="True" AllowHide="True" IsVisible="True" TitleUrl="/DasAerien/Lists/PDPL 
    Dervasil" DetailLink="/DasAerien/Lists/PDPL  Dervasil" HelpLink="" HelpMode="Modeless" Dir="Default" PartImageSmall="" MissingAssembly="Cannot import this Web Part." PartImageLarge="" IsIncludedFilter="" ExportControlledProperties="False" ConnectionID="00000000-0000-0000-0000-000000000000"
    ID="g_dc99efd7_f866_45bd_81ab_2e6457135a31" __MarkupType="vsattributemarkup" __WebPartId="{DC99EFD7-F866-45BD-81AB-2E6457135A31}" __AllowXSLTEditing="true" __designer:CustomXsl="Fldtypes_mswhTitle.xsl;fldtypes_Ratings.xsl" WebPart="true" Height="" Width=""><ParameterBindings>
                <ParameterBinding Name="dvt_sortdir" Location="Postback;Connection"/>
                <ParameterBinding Name="dvt_sortfield" Location="Postback;Connection"/>
                <ParameterBinding Name="dvt_startposition" Location="Postback" DefaultValue=""/>
                <ParameterBinding Name="dvt_firstrow" Location="Postback;Connection"/>
                <ParameterBinding Name="OpenMenuKeyAccessible" Location="Resource(wss,OpenMenuKeyAccessible)" />
                <ParameterBinding Name="open_menu" Location="Resource(wss,open_menu)" />
                <ParameterBinding Name="select_deselect_all" Location="Resource(wss,select_deselect_all)" />
                <ParameterBinding Name="idPresEnabled" Location="Resource(wss,idPresEnabled)" />
                <ParameterBinding Name="NoAnnouncements" Location="Resource(wss,noXinviewofY_LIST)" />
                <ParameterBinding Name="NoAnnouncementsHowTo" Location="Resource(wss,noXinviewofY_DEFAULT)" />
            </ParameterBindings>
    <DataFields>
    </DataFields>
    <XmlDefinition>
                <View Name="{DC99EFD7-F866-45BD-81AB-2E6457135A31}" DefaultView="TRUE" Type="HTML" DisplayName="All Active Projects" Url="/DasAerien/Lists/PDPL  Dervasil/AllActiveProjects.aspx" Level="1" BaseViewID="1"
    ContentTypeID="0x" ImageUrl="/_layouts/images/generic.png" >
                    <Query>
                        <GroupBy Collapse="FALSE" GroupLimit="100">
                            <FieldRef Name="Segment"/>
                        </GroupBy>
                        <OrderBy>
                            <FieldRef Name="Segment"/>
                            <FieldRef Name="Phs" Ascending="FALSE"/>
                        </OrderBy>
                        <Where>
                            <And>
                                <And>
                                    <And>
                                        <Neq>
                                            <FieldRef Name="Phs"/>
                                            <Value Type="Text">-2</Value>
                                        </Neq>
                                        <Neq>
                                            <FieldRef Name="Phs"/>
                                            <Value Type="Text">-1</Value>
                                        </Neq>
                                    </And>
                                    <Neq>
                                        <FieldRef Name="Phs"/>
                                        <Value Type="Text">5</Value>
                                    </Neq>
                                </And>
                                <Geq>
                                    <FieldRef Name="Phs"/>
                                    <Value Type="Text">0</Value>
                                </Geq>
                            </And>
                        </Where>
                    </Query>
                    <ViewFields>
                        <FieldRef Name="Attachments"/>
                        <FieldRef Name="LinkTitle"/>
                        <FieldRef Name="Name"/>
                        <FieldRef Name="Markets"/>
                        <FieldRef Name="Description"/>
                        <FieldRef Name="SalesTarget"/>
                        <FieldRef Name="CostRedTrgt"/>
                        <FieldRef Name="_x0025_Cannibalization"/>
                        <FieldRef Name="Invest"/>
                        <FieldRef Name="ExtDevCost"/>
                        <FieldRef Name="Phs"/>
                        <FieldRef Name="Priority"/>
                        <FieldRef Name="PrjctType"/>
                        <FieldRef Name="Cmplx"/>
                        <FieldRef Name="EstEndPh3"/>
                        <FieldRef Name="Re_x002d_EstEndPh3"/>
                        <FieldRef Name="Status"/>
                        <FieldRef Name="Link"/>
                        <FieldRef Name="PrjctMgr"/>
                        <FieldRef Name="Modified"/>
                    </ViewFields>
                    <RowLimit Paged="TRUE">100</RowLimit>
                    <Aggregations Value="Off"/>
                    <XslLink Default="TRUE">main.xsl</XslLink>
                    <Toolbar Type="Standard"/>
                </View>
            </XmlDefinition>
    </WebPartPages:XsltListViewWebPart>
    </ZoneTemplate></WebPartPages:WebPartZone>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderBodyAreaClass" runat="server">
    <style type="text/css">
    .ms-bodyareaframe {
        padding: 0px;
    </style>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderPageDescription" runat="server">
    <SharePoint:ListProperty CssClass="ms-listdescription" Property="Description" runat="server"/>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderCalendarNavigator" runat="server">
        <SharePoint:SPCalendarNavigator id="CalendarNavigatorId" runat="server"/>
      <ApplicationPages:CalendarAggregationPanel id="AggregationPanel" runat="server"/>
    </asp:Content>
    Santhiya

  • Unable to edit the site in sharepoint designer 2013

    Hi,
    I have created a custom list for one of my requirement, and I want to change the look and feel of the custom list view, so I was trying to edit this list in SharePoint Designer 2013, I'm able to open the list in SPD 2013, but unable to edit anything since
    I'm getting the "This page does not contain any regions that you have permission to edit." error.
    It will highly appreciated if anyone help in resolving the issue.
    Thanks in advance.
    Anil

    Anil,
    Below links will help you. Please use them.
    SharePoint
    Designer 2013 – How to modify List View web part filters and parameters
    Create
    a custom list view using SharePoint Designer
    Share point list view custmization
    in sharepoint 2013
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • How to Loop through another list and update a column with SharePoint Designer 2013 Workflow

    Hi,
    I am trying to get my head around the new 2013 Workflow Engine and SharePoint Designer 2013 Workflow Text-Based Designer.
    I have two lists.
    List A has 2 columns: Title, Completed (Yes/No)
    List B has 3 columns: Title, LookupListATitle, Completed (Yes/No)
    All the 2013 Workflow components have been installed and configured and I am selecting the 2013 Workflow option in SPD
    I am trying to set off a 2013 Workflow when an item in List A is edited to Loop through List B and select items where the LookupListATitle column's value is equal to the Title value of the current item, and set the value of the Completed column for those
    items in ListB to "Yes".
    I have the Workflow configured like this:
    Stage: Stage 1
    IF Current Item:Completed equals Yes
    Loop: 1
    The contents of this loop will run repeatedly while: ListB:LookupListATitle equals Current Item: Title
    Update item in ListB. 
    (The dialog options for the update item action as follows:
    List: ListB
    Field: Completed, Value: Yes
    In the Find the List Item section
    Field: LookupListATitle
    Value: Current Item: Title)
    Transition to stage
    Go to End of Workflow
    When I update an item in ListA and set its Completed column to Yes, I would expect the Workflow to find all the items in List B where the Lookup column is equal to ListA's Title (there are 2) and update their Completed column to Yes. But it doesn't work.
    When I look at the Workflow Status it says the Internal Status is "Canceled" and the information pop up has the following alien language (and may be truncated):
    RequestorId: 95f03b62-8956-ac14-c5cf-dc98c89c589c. Details: System.ArgumentException: Invalid JSON primitive: Item001. Parameter name: value at Microsoft.Workflow.Common.Json.JXmlToJsonValueConverter.ConvertStringToJsonNumber(String value) at Microsoft.Workflow.Common.Json.JXmlToJsonValueConverter.ReadPrimitive(String
    type, XmlDictionaryReader jsonReader) at Microsoft.Workflow.Common.Json.JXmlToJsonValueConverter.JXMLToJsonValue(XmlDictionaryReader jsonReader) at Microsoft.Workflow.Common.Json.JXmlToJsonValueConverter.JXMLToJsonValue(Stream jsonStream, Byte[] jsonBytes)
    at Microsoft.Activities.DynamicValue.ParseJson(String json) at System.Activities.CodeActivity`1.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor
    executor, BookmarkManager bookmarkManager, Location resultLocation)
    Unfortunately I don't have access to the server, logs etc.
    I would love to find some tutorials, or any books on SharePoint Designer 2013 in general and Workflows in particular but my searches haven't turned up much so far apart from a pre-release Beginning SharePoint Workflows which is in its very early stages and
    not much help yet.
    Can anyone give me some guidance on how to set up While Loops to iterate through a related list using SharePoint Designer 2013?
    Mark

    Hi,
    I understand that you wanted to update the items in the other list (Participants) where the Course equals the Current Item.
    You need to use “Call HTTP Web Service" action and “Build Dictionary" action to get the Maxid and then loop Participants to update the items.
    You can follow the steps as below to achieve what you want:
    Create a custom list named Courses, add columns: Title(Single line of text), Course ID(Single line of text), Course Finalised (Yes/No).
    Create a custom list named Participants, add columns: Title(Single line of text), Course(Lookup), CourseFinalised (Yes/No).
    Create workflow associated to Courses, start the workflow automatically when an item is created or changed.
    Add conditions and actions:
    The HTTP URL is set to
    https://sitename/_api/web/lists/GetByTitle('listname')/items?$orderby=Id%20desc and the HTTP method is set to “GET”. Then the list will be order by Id and desc.
    Then if Course Finalised is equal to Yes, the CourseFinalised  of the associated items in Participants will be updated to Yes.
    More information:
    http://sergeluca.wordpress.com/2013/04/09/calling-the-sharepoint-2013-rest-api-from-a-sharepoint-designer-workflow/
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Send Edit Items URL in E-Mail Using Sharepoint Designer 2013 WorkFlow

    Hi,
    I want to Send the URL of Edit Item List using SharePoint Designer 2013 Workflow
    I m Using [%Task : URL%] Then it return the internal URL -- 
    http://SP2013/Sites/MySites/HelloSites/Lists/Tasks/DispForm.aspx?ID=359&ContentTypeId=0x0108003365C4474CAE8C42BCE396314E88E51F
    But i want in  AAP URL for edit list items  such as 
    http://Hello.com/Sites/MySites/HelloSites/Lists/Tasks/DispForm.aspx?ID=359&ContentTypeId=0x0108003365C4474CAE8C42BCE396314E88E51F
    Any one can suggest me please.
    Thanks 
    Rajesh

    Hi, 
    I'm assuming you made your site as internet site (public facing).
    In that case you might site desired output. If not you can think of replacing text
    i.e SP2013 = hello.com
    Thanks,
    Vivek
    Please vote or mark your question answered, if my reply helps you

  • Need to use sharepoint designer 2013 or use Infopath 2013 directly

    I created a custom list on a test Sharepoint 2013  website. My intent is to edit this custom list in Infopath 2013 so I can make custom modifications to the form. I am trying to determine if there is a point of placing the custom list in SharePoint
    Designer 2013 before I place the custom list in Infopath 2013 so I can create a custom form.
    when I run the custom list from the test Sharepoint 2013 website, there are a default 'save' and 'cancel' buttons. However when I access the custom list next in sharepoint designer 2013, there are the original 'save' and 'cancel' buttons on the top of the
    form and there are the 'save' and 'cancel' buttons at the bottom of the form.
    Thus can you tell me if there is a reason to place the custom list in sharepoint designer 2013 and what the reason is? Do I need the default forms of displayform, editform, and updateform?  If so, I only want one set of 'cancel/save' buttons on the
    form. Thus can you tell me how to keep only one set of save and cancel buttons to be displayed on the form?
    If I do not need SharePoint designer 2013, should I just go head and create the form needed in Infopath 2013?

    Hi Wendy,
    Based on you description, my understanding is that you want to custom your list form, and you want to keep only one set of 'cancel/save' buttons on the form.
    It is by default that there will be two set of 'cancel/save' buttons on the form after changing Form with SharePoint Designer.
    I suggest you custom your list form with InfoPath.
    Although it is by default that “Save” and “Cancel” Buttons disappeared after changing Form with InfoPath.
    You can Create Submit Button in an InfoPath Form .
    http://community.office365.com/en-us/b/office_365_community_blog/archive/2013/05/21/infopath-save-and-new-button-grid-user-post.aspx
    You can Create cancel Button in an InfoPath Form. Adding a button with a rule of closing the form when clicking.
    Best Regards,
    Lisa Chen
    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]
    Lisa Chen
    TechNet Community Support

  • Sharepoint list: ribbon - open "edit in infopath" and "edit list in sharepoint designer" didn't work

    Hello,
    when I try to open the infopath form (or design the list with sharepoint designer) and therefore click on the button in the ribbon, nothing happens. I can open sharepoint designer (programs) and then paste the link to the desired website, and also make changes
    that way. But not open from the ribbon of the list.
    Has anyone had the same troubles and know a solution? I use IE 11 and Office 365. I tested with a new list, added with the "list app". And of course I am administrator and owner of the list.
    Thank you for any ideas,
    Erich von Maurnböck

    Hi,
    I suggest you debug your code, then provide error messages for further troubleshooting.
    Or you can provide your code for us to reproduce the issue.
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Photoshop 5 edit menu button does not function

    The edit menu button does not load the edit page on my Photoshop 5 program. I tried deleting the program and reloading from the disc. I am getting nowhere with that and now I get a message saying that I have use the disc on too many computers.. jjmack answered my earlier question regarding the same issue with a request for more information about the edit menu button.
    Harold Bergh

    1. Restore requires replacing everything I had on my iPod, right?
    2. Do you do anything else other than reply to Discussions, or is there a reward for having this many posts?
    3. The problem resolved itself after having been turned off for twenty-four hours.

  • How to enable the List View tools tab in SharePoint Designer 2013 ?

    Customize the list view in SharePoint Designer 2013 . Unfortunately , i don't see
    List View Tools tab in my SharePoint Designer 2013. Even if i click anywhere in the web part code , i don't get it.

    Hi Hiren,
    Please try the steps below and see if it works:
    Back up the list view web part < WebPartPages:XsltListViewWebPart > you highlighted, and delete or comment this web part, then save the page.
    Reinsert the certain list view web part via INSERT ribbon, then you will see the LIST VIEW TOOLS.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Can I Change SEARCH to default as LIST view rather than GROUPS view?

    Can I Change SEARCH to default as LIST view rather than GROUPS view?
    I always end up doing a command+2 and if I can default this it would be better.
    THANKS

    Perform a search, click on the List View icon in the Finder window's toolbar, press COMMAND-J to open the View Options dialog, check the box labeled "Always open in list view."

  • Design view in SharePoint Designer 2013

    This looks like a deal killer for me to move to SharePoint 2013 because the missing of design view in the new SharePoint Designer. Here is the way I do list development In SharePoint 2010:
    (1)   
    Create and deploy a custom ui web part in Visual Studio.
    (2)   
    Create additional “New”, “Edit” and “Display” list forms and set them as the default forms in SharePoint Designer.
    (3)   
    Edit the new created forms in design view.
    (4)   
    Locate and hide the original web part.
    (5)   
    Insert my custom web part proper location.
    Only code view is available in SharePoint Designer 2013, I do not know how to hide the default web part and insert my web part (which is deploy to the farm) in code. There are suggestions to use other edit tool to edit web pages. I am not sure
    (1)   
    How to access these form/page in SharePoint.
    (2)   
    How to insert SharePoint web part to the form/page.
    I really appreciate if you can help me out.

    Hi,
    Base on the description, you created web part in Visual Studio and created forms using design view in SharePoint Designer 2010. Now you want to access  the forms and insert the web part to SharePoint 2013 page.
    By default in SharePoint Designer 2013, to add new forms, we can only custom forms in code view. For more information:
    How to Create Custom Forms Using SharePoint Designer 2013:
    http://community.bamboosolutions.com/blogs/sharepoint-2013/archive/2012/09/20/how-to-create-custom-forms-using-sharepoint-designer-2013.aspx
    To insert the web part, we can follow these steps:
    Save this .webpart file to your computer.
    Open the site in the browser, and go to the page on which you would like to place your web part.  With the page in edit mode, click the Page tab, and the Insert tab.  Click
    Web Part.
    On the left side, under the web part categories, click the
    Browse… button under Upload a web part.  Browse to that .webpart file you saved at step1.
    Click Upload.
    Click to insert a web part again, and then you’ll see it in the Imported Web Parts category.  Click Add to add the web part to your page.
    Best Regards,
    Linda Li

  • Need to update the list item in the same sharepoint list with particular condition with Sharepoint Designer 2013.

    Hi All
    I have one sharepoint list with huge data i.e with 20columns and more than 200 records with the fields .
    Suppose lets consider there are A,B,C,D,E,F,G,H columns.
    Now i want to create one form with the fields A,C,E.
    When the user enter the existing data of list for columns A,C..based on C value the E column value should change and update that particular item in the list.
    Please guide me without visual web part can we acheive this by Sharepoint designer 2013 or what would be the preferable solution.
    Please help me on this as it is very urgent from me..
    Thanks in Advance
    Sowjanya G

    Hi,
    According to your post, my understanding is that you wanted to update the list item in the same sharepoint list with particular condition with Sharepoint Designer 2013.
    I recommend to create workflow associated to the list and then start the workflow automatically when an item is changed.
    In the workflow, you can add condition and actions as below:
    If current item: C equal to Test1
         Set E to Test2
    Then the value of the filed E will be changed based on the value of the filed C.
    In addition, if you create the form using InfoPath, you can add rule to the filed C as below:
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • SharePoint Designer 2013 does not load working workflows in design view

    Hello,
    I would like to share with you a strange thing that happens to me with Sharepoint Designer 2013.
    I designed two list workflows with SPD 2013 for a Sharepoint Online platform.
    Both workflows works in the engine as designed, but sometimes happens that in SPD they just don't open in the designer view, even if they do not give errors in the execution view
    The error message is that Sharepoint Designer has encountered an error and needs to be restarted. (Obviously restarting does not solve).
    Sometimes happens also that the workflows opens but blank, with no steps.
    Since this is an online platform, I can't consult logs.
    I am thinking to open a ticket with Microsoft, but I would like also to ask to the community if someone encountered this and can suggest a way to troubleshoot what happened and why.
    Thanks!

    Hi,
    According to your description, my understanding is that the workflow cannot be opened in SharePoint Designer and sometimes it opened with no steps.
    Did this issue occur with other workflows and did it occur often with the same workflow?
    I recommend to uninstall SharePoint Designer, delete all the files in the three locations below:
    C:\Users\<username>\AppData\Local\Microsoft\WebsiteCache
    C:\Users\<username>\AppData\Roaming\Microsoft\SharePoint Designer\ProxyAssemblyCache
    C:\Users\<username>\AppData\Roaming\Microsoft\Web Server Extensions\Cache
    After that reboot the client and re-install SharePoint Designer 2013 with the latest updates packaged to see if the issue still occurs.
    If the issue still occurs with the same workflow, it may be caused by a known issue or by manual manipulation of the XAML in
    SharePoint Designer 2013 that can
    corrupt the workflow, then we need to recreate the workflow.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

Maybe you are looking for

  • Could not turn on Screen mirroring. The output device is not ready or does not support HDCP

    i tried it on my tv sony bravia w700b with my new xperia z1  i didnt unlocked my bootloder or i didnt rooted my phone dont know whats the problem is 'Could not turn on Screen mirroring. The output device is not ready or does not support HDCP'. can an

  • Photoshop CC crashes on startup - Win7 (64bit)

    Photoshop CC crashes on startup. I've tried reinstalling, rebooting, logging out of the cloud and back in again with no luck. I often recieve a notification stating to complete my user registration. When I do so I get a message from the adobe site sa

  • IDoc Scenario - how to jump in context

    Hello, I need help for my iDoc -> XML scenario. follow situation IDOC ---SEC1 VAL1=11 VAL2=aa ---SEC1 VAL1=22 VAL2=bb ---SEC1 VAL1=33 VAL2=cc ---SEC2 SEC2.1 VAL1=11 VAL2=ab SEC2.1 VAL1=22 VAL2=bc SEC2.1 VAL1=33 VAL2=cd SEC2.2 VAL1=22 VAL2=xyz I have

  • Internal-Profit Center Accounts Receivables/Payables

    Dear All, Within a single Company Code, Profit Center 1 is assigned to Plant 1 while Profit Center 2 is assigned to Plant 2. To track inter-divisional revenues and costs between Profit Center 1 & 2 during stock transfer, Transfer Pricing will be acti

  • Uploader in my site

    Uploader in my site so that visitors can easily upload their pictures etc.this have been posted so many times but i cant find one with a nice solution/script. i have found php form generator demo to easily create an email form with upload capability