How to edit Information of a user in sharepoint 2013.

hi,
i am trying to update user information in sharepoint 2013.but the user information form is uneditable ,
when i click on Edit item link the window pop up with only attachment field.
how to enable the fields on form?
any help would be appriciated.
Thanks !!!

http://social.technet.microsoft.com/Forums/sharepoint/en-US/53c1e539-891e-4400-83e0-100cd44c52eb/editing-the-user-information-list
If you disable the my site function, it won’t bring you to the my site.
For more information about disconnect the USER Profile Service, please refer to
http://social.msdn.microsoft.com/Forums/en/sharepoint2010general/thread/f012d1b0-3605-4124-8695-9afda112ecd8
But
Even though you can go to the display/edit form of the user list, you also can’t edit the information.
Hope this helps
Also check
http://blog.falchionconsulting.com/index.php/2011/12/updating-sharepoint-2010-user-information/
http://sharepoint911.com/blogs/laura/Lists/Posts/Post.aspx?List=daba3a3b-c338-41d8-bf52-cd897d000cf3&ID=65&Web=dbb90e85-b54c-49f4-8e97-6d8258116ca0
If this helped you resolve your issue, please mark it Answered

Similar Messages

  • How to get spuserid of login user in sharepoint 2013

    i want to retrive the spuser id of login user in sharepoint 2013. using sp services

    Hello,
    Here is the code to get current user id:
    $().SPServices({
    operation: "GetUserInfo",
    async: false,
    userLoginName: $().SPServices.SPGetCurrentUser(),
    completefunc: function (xData, Status) {
    $(xData.responseXML).find("User").each(function() {
    curUserId = $(this).attr("ID");
    curUserName = $(this).attr("Name");
    http://yalla.itgroove.net/2011/12/sharepoint-2010-get-current-username-logged-in-user/
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How to create a multiple existing users in exch 2013

    Hi 
    Do you know how to add a multiple existing users in Exchange 2013,only permits add one user at time. I need add 200 users.
    In exchange 2007 and 2010 this feature is possible through the management console
    It´s possible in Exchange 2013?

    On Fri, 1 Mar 2013 19:01:36 +0000, serch diaz wrote:
    >This is the only way? i have many OU´s
    No, it's not the only way. Prepare a CSV file with the necessary
    information and use it to drive the process
    Something like this:
    import-csv | foreach {
    get-user $_ | enable-mailbox
    Rich Matheisen
    MCSE+I, Exchange MVP
    --- Rich Matheisen MCSE+I, Exchange MVP

  • How to hide the Columns and Views for Login user in SharePoint 2013

    Hi Friends,
    How to hide the Columns and Views for Login user in SharePoint 2013? Is it possible using OOB features? If not possible how can we hide the Columns and Views for Login user?
    Could you please help on this.
    Thanks,
    Tiru
    Tiru

    Hello Tirupal,
    There is no OOB way to do this.
    Please check this codeplex solution to achieve the same.
    https://sp2013columnpermission.codeplex.com/
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • How many server licenses do I need for SharePoint 2013?

    I am new to the concept of CAL. I am reading about it. I found this linkhttp://sharepoint.stackexchange.com/questions/101914/how-many-server-licenses-do-i-need-for-sharepoint-2013
    Suppose there are 2 users in the sharepoint farm. As per above link we requires 7/8 server license. So my question is do we requires 7/8 licences per user basis (2*7/8) or we requires 7/8 licences once only then we require 2 more licenses for 2 users (7/8 +2)?

    The second option.
    If you have 7 SharePoint servers then you need 7 SharePoint Server Licenses.
    If you have two people in your company who can use SharePoint then you need two Client Access Licenses (7 server, 2 CAL).
    If you had two hundred thousand users who could then you would need two hundred thousand CALs, but the number of server licenses would not change. (7 server, 200,000 CALs).

  • Search suggestion not working for anonymous user in sharepoint 2013

    Hi ,
    Please help on this search suggestion not working for anonymous user in sharepoint 2013
    shaik

    You can create a search center site, and set the search center site to
    allow anonymous access.
    Also see this link - http://blog.mastykarz.nl/search-query-suggestions-anonymous-users-sharepoint-2013-mavention-query-suggestions/ 
     (As this is regarding a 3rd party tool, I suggest that you direct it to the  provider support.)
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • How to Edit information of existing vendors

    Hi All,
    How to edit the information of existing suppliers using Supplier Open Interface Import Program. This information is exists in PO_VENDORS table.
    I have successfully imported new Supplier with Status = NEW and now I want to edit it.
    Can anyone guide/help me ?
    regards
    Sanjay

    Hi Vik & Terry,
    Thanks for your update.
    I want to update Vendor Heder Information , for example, Vendor Type or Bill To & Ship To Location, and Vendor Site Information , For Example, Vendor Address.
    Such task should be accomplished only thru API , not thu Form.
    If you have any idea, let me know.
    regards
    Sanjay

  • How to edit custom and/or user dictionaries in OPPM v.9 (NOT P6)

    Hi All:
    Thanx, Sachim for your help on my earlier question.
    Now that I have poked around a little more, I realized that I haven't seen anything about how to EDIT the dictionary files once created. The "organizational custom dictionary" text file could just be edited with any text editor, but what about the other available OPPM dictionaries?
    I've also noticed that if a User adds a word, it goes into his/her personal dictionary. That means that its not available to other Users. How does one clean them up of accidentally (or unintentionally) added mis-spelled words? Every other application I've ever used with a spell checker has that function somewhere, but I can't see it in OPPM. It would be great to be able, as an Administrator, to be able to "harvest" those added words, to share with the other users.
    Anyone have any info on these issues? Thanx in advance.

    if you are using 12.1.3/4 then you can do using "Define Parameter" screen to create LOV and attach to integrator.

  • How to get information on remote user?

              How does one get the remote user using WebLogic 6.1 and JSP. Normally, I'd use
              request.getRemoteUser(); - but testing that using WebLogic - I got 'system.'
              Is there any way to get the remote user information using CGI variables with WL?
              Thanks.
              

              request.getRemoteUser() works just fine for me. What sort of authentication does
              your web app use? If you don't use authentication, the user is 'system'.
              simon.
              "Amy" <[email protected]> wrote:
              >
              >How does one get the remote user using WebLogic 6.1 and JSP. Normally,
              >I'd use
              >request.getRemoteUser(); - but testing that using WebLogic - I got 'system.'
              >
              >Is there any way to get the remote user information using CGI variables
              >with WL?
              >
              >Thanks.
              

  • How to Construct the Email To activity in SharePoint 2013 Workflow

    I have a created a custom workflow and custom association and initiation form using SharePoint 2013.
    My Assn. form is fine.  I pass in the people picker (Active Directory group) value to my workflow just fine.
    Now on my Init form I use the passed in value from people picker and display a list of users and email addresses from the people picker group.  The list of users and email addresses are listed in a table with a check box to the left of each row. I am
    using JQuery, Knockout and MVC web service to retrieve the values from the group.
    All is well.
    Now my users pick who they want to send the email to.  Let's say they pick two users!
    When the user clicks the submit button, I have JSOM code which starts the workflow and sends in the 2 users email addresses as an argument to theworkflow.
     Note:  I tried sending my two emails as a collection and failed.  So i converted it to a string.  The variable is called strUsers.
    Since the argument is a string and Email Activity requires the To attribute to be an array, I use the BuildCollection<String> Activity to convert my string to an array.
    Now in my workflow I use WriteToHistory Activity to write out my BuildCollection variable (recipients).  Here's what is sent to the workflow history... [email protected];joejones@yahoo,com)  Note:
     Both names are bogus and I'm not Joe Jones.
    I then configure the email Activity and set to To property to my BuildActivity variable (recipients).
    When I deploy my Visual Studio 2013 solution, and attach my workflow to a publishing page, I am getting this error after I submit the Init form.
    An unhandled exception occurred during the execution of workflow instance.  System.ArgumentNullException.
    Does anyone know of an example of how to set up the Email To collection value.
    Note:  I tried using comma and semi-colon for my string (strUsers).  Neither worked.
    Thanks
    Tom
    none

    I think I'm getting close.
    Here’s an
    article
    that helped me out and below is my code.  Note:  I added a ParseDynamicValue and GetDynamicValueProperty to push the data from the "emails" property to colleciton of strings called EmailCollect.
    Here is what the data look likes
    The value of Selected Emails is [{"emails":"[email protected]"},{"emails":"[email protected]"}]
     Code excerpt in InitiationForm.  Note:  I am using MVVM and Knockout for the selected users from a list with checkboxes.
                    //build array for workflow 
                  var emailUsers =
    new Array();
                    //cycle through viewmodel emails
    for (var
    i = 0; i < viewModel.SelectedEmails().length; i++)
    var a =
    new Object();
                        a["emails"]
    = viewModel.SelectedEmails()[i];
                        emailUsers.push(a);
    wfParams['strSelectedEmailsHMgr']
    = JSON.stringify(emailUsers);
                     // Get workflow subscription
    and then start the workflow
    var context = SP.ClientContext.get_current();
    var wfManager = SP.WorkflowServices.WorkflowServicesManager.newObject(context, context.get_web());
    var wfDeployService = wfManager.getWorkflowDeploymentService();
    var subscriptionService = wfManager.getWorkflowSubscriptionService();
                    context.load(subscriptionService);
                    context.executeQueryAsync(
    function (sender, args) {
    // Success
    var subscription =
    null;
    // Load the workflow subscription
    if (subscriptionId)
                                subscription = subscriptionService.getSubscription(subscriptionId);
    if (subscription) {
    if (itemId !=
    null && itemId !=
    // Start list workflow
                                    wfManager.getWorkflowInstanceService().startWorkflowOnListItem(subscription,
    itemId, wfParams);
    Now I deploy and publish the workflow but now I’m getting this error when trying to 
    System.InvalidOperationException: Looking up a value using a key is not supported on an instance of 'Microsoft.Activities.Dynamic.DynamicJsonArray'. at Microsoft.Activities.Dynamic.DynamicItem.TryGetValue(String
    key, DynamicItem& value) at Microsoft.Activities.Dynamic.DynamicValueBuilder.PathSegmentFactory.ObjectPathSegment.Get(DynamicItem obj) at Microsoft.Activities.GetDynamicValueProperty`1.Execute(CodeActivityContext context) 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)
    none

  • How to configure Search for a site in sharepoint 2013?

    Hi,
    I had a document library.
    1)I want to configure search so that I can search documents from previous month, quarterly, half year, year, and all documents is possible.
    2)Search results are organized with most recent documents at the top.
    3)Search results have year as refiner that can be used to show results only from specified year (In library we have field with year when document create)
    To achieve this what I have chane in site settings->search
    and what I have to write for Result Types, Query Rules
    Thanks

    Hi,
    Following are the steps you need to perform for creating the search center.
    http://blogs.technet.com/b/tothesharepoint/archive/2013/10/30/set-up-a-search-center-in-sharepoint-2013.aspx (About Search)
    1. Create the site collection by navigating to the CA(Central Admin) & select the Enterprise Search Center Template.
    2. Create Content Source -> Navigate to the Search Service application->Create the content source if the content comes from other content farm (if different farm accout  if it same add the site Collection URL in default Content Source. ( make
    sure the crawl account must have full read permission)
    http://blogs.technet.com/b/tothesharepoint/archive/2013/10/31/how-to-create-a-search-center-site-collection-and-enable-crawling-of-your-content-in-sharepoint-2013.aspx (Create
    Search Center)
    3. Once you add url in the content source and run the full crawl.
    4. Navigate to the Search center created at step 1 and try to search with the document name. you will see the document.
    http://blogs.technet.com/b/tothesharepoint/archive/2013/11/06/how-to-configure-the-search-results-web-part-to-use-a-new-result-source-in-sharepoint-2013.aspx (Go
    to the document Library and configure the result source)
    5. To configure the refiner please follow this post. You will see the modified refiner to refine your search http://blogs.technet.com/b/tothesharepoint/archive/2013/11/07/plan-to-use-refiners-on-a-search-results-page-in-sharepoint-2013.aspx)
    Let me know if you req. any other information.
    Regards,
    Basant Pandey
    http://sharepointfordeveloper.blogspot.com

  • How to migrate files from different databases to sharepoint 2013?

    Hello everyone,
    I need to migrate files of various formats from two databases to SharePoint 2013 ? How should I pursue? Please explain..
    Scenario : Two different databases on different systems have loads of files. I need to migrate them to SharePoint?
    Any suggestions/ Answers

    Hi,
    You need to copy the database into your network shared folder or SharePoint Server where you wanted to attach this content DB to your newly created web application.
    Hope and Afraid,
    Same Domain has been used. I mean if you move the content db from the server 1 which using the AD1 for authenticate the users,
    So your new server 2 and web application must have configured to authenticate the AD 1 users.Otherwise user not found exception will be thrown. 
    If not  still you can change the site collection administrator for the site which is migrated from the server 1.
    Murugesa Pandian., SharePoint 2010 | MCPD | MCTS |Configure

  • Asking authentication window for annonymous users enable bi site when view dashboards or (deploy dashboards to view by anonymous users in sharepoint 2013 )

    Hi
    in sharepoint 2013 i created bi center site
    1) and i followed best practices from Technet for how to create Secure store service,performance Point service applications
    2) and added Unattended service account permissions in SSAS data sources,
    3) given db_owner permissions for performance point service  application pool account in content database.
    4) and my requirement is that deployed dashboards and pointers can be viewable by any users , who without login to
    sharepoint web application,
    so i enable anonymous access for whole web application and bi site.
    but even when i open bi dashboards without login  by view permission user, it asking authentication window.
    i open dashboard designer and deployed using spfarm user in sharepoint webfront end server.
    adil

    PerformancePoint generally does not support Anonymous access, as is the case when using Excel Services data connections:
    https://technet.microsoft.com/en-us/library/ff191193.aspx
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • How to open and read Excel Sheet from SharePoint 2013 Document Library using C# Visual Studio 2012

    Hi,
    To achieve these are the steps that I had followed :
    1. Add the document Library path into Central Admin -> Application Mgmt -> Manage Service App -> Excel Service App -> Trusted File Locations
    2. Add Documnet Library link to Trusted Connection Proivder
    3. Open Visual Studio as Run as Administrator
    4.Create an SharePoint 2013 Empty Project.
    5.Add Service Reference : http:\\<server>\_vti_bin/excelservice.asmx
    6.Service added successfully
    7.Create a class file and add the Service Reference namespace
    There is no such class as ExcelService to call. 
    Please let me know if somebody knows how to open the Excel file into C#(2012)  either using ExcelService or any other way to open. I tried old methods of Sharepoint 2010 server but it's not able to access classes.
    Requirement is :
    Need to read the excel sheet  from Document Library and transfer all data into DataTable.
    Please help asap. 

    Hi,
    This is the forum to discuss questions and feedback for Microsoft Office, I'll move your question to the SharePoint 2013 development forum
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/home?forum=sharepointdevelopment
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    George Zhao
    TechNet Community Support

  • Modifying hover over information in thumbnail view in SharePoint 2013

    I am looking for a solution to be able to change hover over information in thumbnail view of the picture library in SharePoint 2013 replacing the Name/Title caption with a different field ( in my case it is "Source ID").
    Can any one help me with that?

    Hi Paul,
    please refer the thread
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/b8fdb57c-2a24-49ba-ae9d-905da3652ebf/modify-thumbnail-view-of-picture-library?forum=sharepointcustomizationlegacy
    C:\Program Files\Common Files\Microsoft Shared\web server extensions\15\TEMPLATE\LAYOUTS\1033\IMGLIB.JS
    and saw that InsertItem called the CItem function/constructor, and that the Item object that it was creating had a Caption property.  So I changed that property from "this.caption=baseName;" to  "this.caption=titleStr;".
    After restarting IIS and refreshing my page I was now looking at the Title field instead of the name field in the Thumbnails view of my Picture Library.
    Anyway, thanks to all who contributed... i've been working on this problem for a long time and am glad to have finally solved it.  Hopefully this post will be helpful to others.
    Please remember to click 'Mark as Answer' on the answer if it helps you

Maybe you are looking for

  • Looks different in browser than in Dreamweaver, why?

    Hi all, I'm trying to get used to Dreamweaver CS3 after moving from GoLive (and its simple, easy layout grids) and can't even get a simple table to behave the way it looks while editing. Here's what I see when I'm editing: http://yarnlady.com/in.drea

  • Is it possible to save redundant bank details to one business partner?

    Hi experts, is there any way to save redundant bank details data (i.e. multiple entries with the same bank account number and bank key) for one business partner, where only the bank details ID is different? I can't do so, neither via BAPI, nor direct

  • Is there any tool to export a dreamweaver design to blogger?

    Hi, my name's Will, and I have a blogger blog called Futbol en vivo the url is http://futbolenvivoargentina.blogspot.com/. Currently it has a modified standard blogger theme, I've done a new theme under Dreamweaver, and I want to know if there is any

  • IPad 2 on finance

    I purchased an iPad 2 yesterday using the Barclays finance option for payment. I was guided through the Barclays credit checks and was acepted and approved for the finance. When looking over the credit agreement, I was given the option to electronica

  • Labview beginner at motor control

    I need to make a phigits motor with encoder rotate 1 revolution change directions for another revolution and then back to the original revolution. I have tired many programs but all have crashed the system.  Any advice on how to do this effeciently?