FieldLeafRef column in List

On SharePoint 2013 Server, "FieldLeafRef" field appears on lists as well. Is this normal? Biggest issue I have so far is on lists, I can no longer add new item on quick edit mode. When I pulled properties of this field (listed below), it show
it's "Required" to "True". But isn't this field supposed to be effective to Document library only? Any help on how can I resolve it so that this field is not required and stays hidden for lists and required on document library?
FieldRenderingControl : Microsoft.SharePoint.WebControls.FileField
FieldRenderingMobileControl : Microsoft.SharePoint.MobileControls.SPMobileFileField
FieldRenderingMobileWebControl : Microsoft.SharePoint.Mobile.WebControls.SPMobileFileField
JSLink : clienttemplates.js
FieldTypeDefinition : Microsoft.SharePoint.SPFieldTypeDefinition
TypeDisplayName : File
XPath :
AggregationFunction :
PrimaryPITarget :
PrimaryPIAttribute :
PITarget :
PIAttribute :
TypeShortDescription : File
FieldValueType :
ParentList :
DefaultListField : False
InternalName : FileLeafRef
EntityPropertyName : FileLeafRef
Id : 8553196d-ec8d-4564-9861-3dbe931050c8
Indexed : False
NoCrawl : False
Indexable : False
CompositeIndexable : NotCompositeIndexable
EnforceUniqueValues : False
AuthoringInfo : (for use in forms)
Title : Name
TitleResource : Microsoft.SharePoint.SPUserResource
DescriptionResource : Microsoft.SharePoint.SPUserResource
Description :
RelatedField :
Group : _Hidden
PreviewValueTyped :
DefaultValueTyped :
DefaultValue :
DefaultFormula :
ValidationFormula :
ValidationMessage :
ValidationEcmaScript : function(x){return 1}
Type : File
TypeAsString : File
ShowInDisplayForm :
ShowInEditForm :
ShowInListSettings :
ShowInNewForm :
ShowInViewForms :
FromBaseType : False
Sealed : False
CanBeDeleted : True
AllowDeletion :
CanToggleHidden : True
DisplaySize :
Required : True
ReadOnlyField : False
Hidden : False
Direction : none
JumpToField :
IMEMode :
ShowInVersionHistory : False
Sortable : True
ListItemMenu : False
ListItemMenuAllowed : Allowed
LinkToItem : False
LinkToItemAllowed : Allowed
CalloutMenu : False
CalloutMenuAllowed : Allowed
Filterable : True
FilterableNoRecurrence : False
Reorderable : True
CanBeDisplayedInEditForm : False
FieldReferences :
SchemaXmlWithResourceTokens : <Field ID="{8553196d-ec8d-4564-9861-3dbe931050c8}" Name="FileLeafRef" SourceID="http://schemas.microsoft.com/sharepoint/v3" StaticName="FileLeafRef" Group="_Hidden"
ShowInFileDlg="FALSE" ShowInVersionHistory="FALSE" Type="File" DisplayName="$Resources:core,Name;" AuthoringInfo="$Resources:core,for_use_in_forms;" List="Docs"
FieldRef="ID" ShowField="LeafName" JoinColName="DoclibRowId" JoinRowOrdinal="0" JoinType="INNER" Required="TRUE" Sealed="FALSE" Version="6" Hidden="FALSE"
CanToggleHidden="TRUE" />
SchemaXml : <Field ID="{8553196d-ec8d-4564-9861-3dbe931050c8}" Name="FileLeafRef" SourceID="http://schemas.microsoft.com/sharepoint/v3" StaticName="FileLeafRef" Group="_Hidden"
ShowInFileDlg="FALSE" ShowInVersionHistory="FALSE" Type="File" DisplayName="Name" AuthoringInfo="(for use in forms)" List="Docs" FieldRef="ID" ShowField="LeafName"
JoinColName="DoclibRowId" JoinRowOrdinal="0" JoinType="INNER" Required="TRUE" Sealed="FALSE" Version="6" Hidden="FALSE" CanToggleHidden="TRUE" />
PushChangesToLists : False
Version : 6
TranslationXml :
SourceId : http://schemas.microsoft.com/sharepoint/v3
StaticName : FileLeafRef
UsedInWebContentTypes : True
Scope : /sites/testSite
MK Sin

Hi,
According to your post, my understanding is that you had the document content type name field in the list.
The FileLeafRef is the internal name of the Name field in the document content type.
By default, the name field could not be added in the list.
Did someone do some operations or customize for the list?
To quickly and accurately find the issue, I recommend you check with the ULS log to see if anything unexpected occurred.
For SharePoint 2013, by default, ULS log is at
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS
You can remove the filed by the following method.
SPList list = web.Lists["ListName"];
SPField field = list.Fields["Name"];
field.Sealed = false;
field.Update();
list.Fields["Name"].Delete();
http://sharepoint.stackexchange.com/questions/248/how-do-you-remove-fields-from-a-custom-list-in-sharepoint-that-have-been-added-v
Thanks & Regards,
Jason
Jason Guo
TechNet Community Support

Similar Messages

  • Custom column in List view

    Dear guru's,
    I'd like to ask you if its possible to add custom column in list view. For example in tc. FBL1N I'd like to add a column with custom text (for example with value "1" for counting the sum of rows). Is it possible to do without creating custom program?
    Thank you all.
    Regards.
    Michael.

    Hi Michael,
    It's not possible to add some extra text in standard out-put without modifying it or creating custom program.
    For adding a column in your list view. I think this write statement will help you
    WRITE 'You can overwrite the following line:'.
    FORMAT INPUT ON INTENSIFIED OFF.
    WRITE 'WRITE HERE'.
    FORMAT INPUT OFF INTENSIFIED ON.

  • Updating a title column in list that is a lookup column to document library in sharepoint designer workflow 2010

    Hi I have a requirement to create a list item in Contracts List when a document is uploaded in Contracts Vendor library.
    Contracts List will
    have  columns - Contract Name ( title column), Contract Number, Contract Start date and end date.
    Contracts Vendor library will have Contract
    Name,Contract NUmber.
    User will select the Contract Name from drop down ( this is look up column linked to Contract Name in Contract
    List).When user uploads document in Contract Vendor library then item should be created in Contract List with selected Contract Name and
    Contract number .
    Contracts and Contracts Vendor are related by look up Contract Name. Contract Name is internally a title column in
    Contracts List.
    Issue1 :
    Since Contract number is look up column, while I am creating item the Contract name is not getting updated in
    Contracts List. I have to use sharepoint designer workflow to achieve this task. Title colum or Contract Name shows no title.
    Issue 2:
    One
    more issue I am facing is that Contracts List has Section and Division cascaded drop downs when i select values from section and division
    dropdowns and save item in Contracts list the values are getting saved in Contract List.
    Could anyone suggest me how to handle this ? I am
    attaching the screenshots of the list and library structure. TRuly appreciate your help.
    Below are screenshots of the list structure

    Hi,
    According to your post, my understanding is that you wanted to update a title column in list that is a lookup column to document library in sharepoint designer workflow 2010.
    I try to reproduce the issues as follows:
    Create a custom list named Contracts List, add columns: Contract Name ( title column), Contract Number(Number), Contract Start date(Data and Time) and Contract End date (Data and Time).
    Create a document library named Contracts Vendor library, add columns: Contract Name(Lookup), Contract NUmber(Lookup).
    Create a workflow associated to the Contracts Vendor library.
    Add action: Create List Item.
       5. Start the workflow automatically when an item is created.
       6. Upload a document, select the Contract Name and Contract NUmber, the workflow will be started automatically.
       7. Open the Contracts List, an item will be added with the Contract Name and Contract Number in the Contracts Vendor library.
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Query Report - To display additional column in list selection box.

    Hi,
    There is query report where i want to display the additional column in list selection.
    Below is the system query report, where parameter passed is card code.
    When the cardcode - list selection is clicked system displays 2 columns i.e. Customer Code & No. of Records.
    Now in the same list selection; is it possible to display the customer name along with cardcode only for reference.
    SELECT T0.DocDate, T1.SlpName, T2.Name, T0.DocDueDate, T0.DocNum,    (CASE WHEN T0.DocStatus = 'O' THEN 'Open' ELSE 'Closed' END) AS Status,    T0.DocTotal FROM OQUT T0 LEFT JOIN OSLP T1    ON T0.SlpCode = T1.SlpCode LEFT JOIN OCPR T2 ON T0.CntctCode = T2.CntctCode WHERE T0.CardCode = N'[%0]'    ORDER BY T0.DocNum DESC
    Kindly let me know the details.
    Thanks & Regards,
    Yogesh Jadav

    Hi Yogesh Jadav,
    The answer is NO.  You may only display either code or name but not both.
    Thanks,
    Gordon

  • How can I get two column selection list in my html form

    I required to have two column selection list in my jsp page to show name and description of a product. How can i achieve this functionality or is there any other alternative to do so.

    If i understand correctly: you can't actually create two columns in a list because it can only hold one value. The only way to achieve what you want is by concatenating the two values you want to display and put this as the value of the listbox.

  • Problem with One column Unordered list.

    Help me out !!!
    I have a "one column unordered list" as my report template. The query will return atleast 5 rows at any given point of time. The page shows only 3 records. I tried modifying "Number of Rows" attributes etc., nothing works.
    Let me know what I'm doing wrong or how to fix it.
    Thanks
    - Richard

    Thanks for replying, Scott
    Here is the app http://htmldb.oracle.com/pls/otn/f?p=19793:1
    I want to display only 4 rows (table has around 10 rows). I couldn't display more than 2. If I change the template, then everything works fine. Its just with the "One Column Unordered List" template that is not working.
    Thanks.
    - Richard.

  • [HOWTO] Nautilus and mp3 metadata columns in list view (bitrate etc.)

    Hidden deeply in the wikipages, I just added a small howto on adding music metadata columns to nautilus's list view:
    http://wiki.archlinux.org/index.php/Gno … te_etc..29
    It allows for Album, Artist, Track Title and Bitrate Columns in list view mode. A feature I was missing from Nautilus.
    Credit to be found here:
    http://ubuntuforums.org/showthread.php?t=878683
    Posted here for all to enjoy.
    Last edited by stefanwilkens (2009-07-09 13:00:43)

    hello,
    searching for the same thing.
    what about using mutagen and python2-nautilus from
    the official repositories?
    can not run it succesful. any idea?
    thanks
       red

  • Rename columns of list created by external content type in share point 2010

    Hi,
    I want to rename columns of list created by external content type.
    Please help to solve the issue.
    Thanks in advance!
    Regards
    Rajni

    Hi,
    Steps to rename column name:
    Open external content type in SharePoint designer
    click on “Operations Design View” from ribbon
    select corresponding external content type operations
    click on edit operation from ribbon
    click next button to get the Return parameter configuration page
    select the parameter and change the display name from the properties
    Anandhan.S Remember to 'mark or propose as answer' or 'vote as helpful' as appropriate.

  • Multiple Column Ordered Lists

    Hello, Trying to make multiple column ordered lists in dreamweaver where the first column is 1,2,3,4 the second column is A,B,C,D and the third is I, II, III, IV. I have tried tables but the numbers, letters and roman numerals disappear
    1. John      A. John    I. John
    2. Mark      B. Mark   II. Mark
    3. Jim        C. Jim     III. Jim
    4. Roni      D. Roni    IV. Roni
    Any help would be much appreciated

    Use ordered list .classes inside floated containers.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Floated Lists</title>
    <style type="text/css">
    #wrapper {
    /**width of floats, borders, etc...**/
    width: 606px;
    background: #EAEAEA;
    overflow: hidden; /**float containment**/
    .floatLt {
    float:left;
    width: 200px;
    border: 1px solid silver;}
    .floatRt {
    float:right;
    width: 200px;
    border: 1px solid silver}
    /**ordered lists**/
    .alpha li {list-style:upper-alpha}
    .decimal li {list-style:decimal;}
    .roman li {list-style:lower-roman;}
    </style>
    </head>
    <body>
    <div id="wrapper">
    <div class="floatLt">
    <ol class="alpha">
    <li>List item</li>
    <li>List item</li>
    <li>List item</li>
    <li>List item</li>
    </ol>
    </div>
    <div class="floatLt">
    <ol class="decimal">
    <li>List item</li>
    <li>List item</li>
    <li>List item</li>
    <li>List item</li>
    </ol>
    </div>
    <div class="floatRt">
    <ol class="roman">
    <li>List item</li>
    <li>List item</li>
    <li>List item</li>
    <li>List item</li>
    </ol>
    </div>
    <!--end #wrapper --></div>
    </body>
    </html>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • AR Aging - FAGLL03 - BP Names not available in Layout Column Fields list

    Hi friends,
    For AR Aging we use FAGLL03 [G/L Account Line Items] for some listed AR GL Accounts with the Baseline Date as the basis to manually age in four periods at the end of Month closing. In the FAGLL03 extract, though BP Number under Vendor Column Name is available, I am wondering how I can get the BP First Name, Last Name and off course active addresses as well which I believe are equally important ingredients of the AR Reports.  To populate the AR Report, I am now trying to use the Vendor BP Number but I am struggling to find a simple BP TCode that can extract me the First and Last name. So appreciate any quick tips on this.
    Whereas we use another TCode ZARAGING specifically for Non-Staff AR GL Accounts of entities like UN Agencies, Governments & Dignitaries. The extract of this report comes with the name and as well calculated arrears days. I am not aware about the SAP technical team as why the Staff Advances AR GL Accounts cannot be tracked with the TCode ZARAGING.
    Shall be grateful for comments and help.
    Regards,
    Javed @ UN RSC, Entebbe

    Hi
    I wonder if you need  a report that display the vendor code and name and address as you mentioned above ..
    you may depend on this report S_ALR_87012082 - Vendor Balances in Local Currency  and add small modifications .. as below
    open T-code S_ALR_87012082 and choose company code and in output control section click on vendor address check box. and then click onm configure bottom as below
    and then in the configuration layout add city and street and region and then save the layout
    Run the report and and the layout name in the configure field as shown in pic 1 and you will have the vendor code and address ..
    Regards
    Mahmoud EL Nady

  • Question re. Column View/List View in Home Folder and Root Folder?

    <Edited by Host>
    When I set either my Home folder in the Dock or the Root Folder on the Desktop to open in Column View, everything opened is retracted upon closing.
    Is this just the way Leopard is, or am I missing something obvious I should know:
    First, on Tiger, my Home Folder opens directly in the Finder. I don't have to select "Open in Finder," as I have to in Leopard.
    Second, when I select the Column option when opening the Home Folder in the Finder, it automatically sets the Column option for the Root Folder on the Desktop, as well (and vice-versa). In Tiger, they can be set independently. I prefer to have the Root Folder set to List View and the Home Folder to Column View, and have both remain like that. This is what I meant, but got a bit confused before in asking the question.
    Also, is there some way, as in Tiger, to have the Home Folder in the Dock set to open automatically in the Finder, without having to select that option each time I go to the Home Folder?
    Actually, now that I remember, perhaps this isn't such surprising behavior. To get it there, I copied the Home Folder from its position in the Root Folder to the Dock. Maybe there is some other way to get the Home Folder into the Dock? Thanks.

    WZZZ wrote:
    Thanks. The option "Open in Finder" appears at the bottom of a small vertical menu when I click on the Home Folder in the Dock. Command clicking on the Home Folder brings up the other user account, Shared, and my user account, so it's not that useful.
    ah, you are right. well, one more option is to make an alias to the home folder, put it anywhere you want and put the alias on the dock. then clicking (no command-clicking needed) on the alias in the dock will open home in a finder window directly.
    The default in Finder Preferences was already set the way you suggested.
    Now that I know about cmd-n, that gets me directly to the Home Folder in the Finder. And now that it's set up to open in Column View, and remain that way independent of the View option for the Root folder, everything seems to be looking good. That's what I needed.

  • Missing Columns from List Content Type

    Hi,
    I'm having some strange problems with one of my site collections, I have site content types with a few columns in it and I'm using them in 3 different libraries.
    However recently something happened and it seems the list content types in one of the libraries have stopped using some of the columns set out in the site content type (according to library settings). The columns still show as part of the list (and the metadata
    is still in there), when I've tried adding them back to the list content types, I do not see them in the list columns group, only in their original column group. If I try to add them to the list from their original group I get the errors similar to the following:
    11.14.2014 13:16:52.85 w3wp.exe (0x1B84)
    0x0770 SharePoint Foundation
    General 8e2s
    Medium Unknown SPRequest error occurred. More information: 0x8007054f
    fd09cc9c-cf7b-1059-3bcb-0e44d3bf3743
    11.14.2014 13:16:52.85 w3wp.exe (0x1B84)
    0x0770 SharePoint Foundation
    General aix9j
    High SPRequest.AddField: UserPrincipalName=, AppPrincipalName= ,bstrUrl=http://servername/sitecollection ,bstrListName={7F184ACA-48C3-4728-AF42-A12CB55941B4} ,bstrSchemaXml=<Field Type="Lookup" DisplayName="DocumentOwner"
    Required="FALSE" EnforceUniqueValues="FALSE" List="{57d71ec0-a996-4977-abf7-4cd4e0cc105c}" WebId="53a31862-077a-4031-8aad-7f2a43e33a46" ShowField="Title" UnlimitedLengthInDocumentLibrary="FALSE" Group="_QMS"
    ID="{ca4bc17d-bb96-4aee-bb96-e645c939a013}" ,grfAdd=18
    fd09cc9c-cf7b-1059-3bcb-0e44d3bf3743
    11.14.2014 13:16:52.85 w3wp.exe (0x1B84)
    0x0770 SharePoint Foundation
    General ai1wu
    Medium System.Runtime.InteropServices.COMException: An internal error occurred. (Exception from HRESULT: 0x8007054F), StackTrace:    at Microsoft.SharePoint.SPFieldCollection.AddFieldAsXmlInternal(String
    schemaXml, Boolean addToDefaultView, SPAddFieldOptions op, Boolean isMigration, Boolean fResetCTCol)     at Microsoft.SharePoint.ApplicationPages.AddFieldToContentTypePage.AddFieldToList(SPField fldSrc)     at Microsoft.SharePoint.ApplicationPages.AddFieldToContentTypePage.UpdateList()
        at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest(Boolean
    includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()     at System.Web.UI.Page.ProcessRequest(HttpContext context)     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
        at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)     at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)     at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext
    context, AsyncCallback cb)     at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer,
    IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr
    pHandler, RequestNotificationStatus& notificationStatus)     at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr
    rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
    fd09cc9c-cf7b-1059-3bcb-0e44d3bf3743
    11.14.2014 13:16:52.85 w3wp.exe (0x1B84)
    0x0770 SharePoint Foundation
    General 8nca
    Medium Application error when access /_layouts/15/fldpick.aspx, Error=An internal error occurred. (Exception from HRESULT: 0x8007054F)   at Microsoft.SharePoint.Library.SPRequestInternalClass.AddField(String
    bstrUrl, String bstrListName, String bstrSchemaXml, Int32 grfAdd)     at Microsoft.SharePoint.Library.SPRequest.AddField(String bstrUrl, String bstrListName, String bstrSchemaXml, Int32 grfAdd)
    fd09cc9c-cf7b-1059-3bcb-0e44d3bf3743
    11.14.2014 13:16:52.85 w3wp.exe (0x1B84)
    0x0770 SharePoint Foundation
    Runtime tkau
    Unexpected System.Runtime.InteropServices.COMException: An internal error occurred. (Exception from HRESULT: 0x8007054F)    at Microsoft.SharePoint.Library.SPRequestInternalClass.AddField(String bstrUrl,
    String bstrListName, String bstrSchemaXml, Int32 grfAdd)     at Microsoft.SharePoint.Library.SPRequest.AddField(String bstrUrl, String bstrListName, String bstrSchemaXml, Int32 grfAdd)
    fd09cc9c-cf7b-1059-3bcb-0e44d3bf3743
    11.14.2014 13:16:52.85 w3wp.exe (0x1B84)
    0x0770 SharePoint Foundation
    General ajlz0
    High Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> Microsoft.SharePoint.SPException: An internal error
    occurred. (Exception from HRESULT: 0x8007054F) ---> System.Runtime.InteropServices.COMException: An internal error occurred. (Exception from HRESULT: 0x8007054F)     at Microsoft.SharePoint.Library.SPRequestInternalClass.AddField(String bstrUrl,
    String bstrListName, String bstrSchemaXml, Int32 grfAdd)     at Microsoft.SharePoint.Library.SPRequest.AddField(String bstrUrl, String bstrListName, String bstrSchemaXml, Int32 grfAdd)     --- End of inner exception stack trace ---  
      at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)     at Microsoft.SharePoint.Library.SPRequest.AddField(String bstrUrl, String bstrListName, String bstrSchemaXml, Int32 grfAdd)     at Microsoft.SharePoint.SPFieldCollection.AddFieldAsXmlInternal(String
    schemaXml, Boolean addToDefaultView, SPAddFieldOptions op, Boolean isMigration, Boolean fResetCTCol)     at Microsoft.SharePoint.ApplicationPages.AddFieldToContentTypePage.AddFieldToList(SPField fldSrc)     at Microsoft.SharePoint.ApplicationPages.AddFieldToContentTypePage.UpdateList()
        at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.HandleError(Exception
    e)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
        at System.Web.UI.Page.ProcessRequest()     at System.Web.UI.Page.ProcessRequest(HttpContext context)     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()    
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    fd09cc9c-cf7b-1059-3bcb-0e44d3bf3743
    I've tried to make changes to the parent site content type, however those changes to not push down to the library in question. The missing columns have varied types (single line of text, lookup, managed metadata and so forth). All of these content types &
    site columns were created through the user interface of SharePoint.
    Can anyone help me with any ideas what has happened and/or how to fix this problem?

    Hi Hans,
    As I understand, you have custom content type in 3 libraries, while the issue occurs to the columns in this content type.
    I wonder if the issue occurs to other two libraries as well?
    From your description, "I've tried to make changes to the parent site content type, however those changes to not push down to the library in question", do you mean that changes in content type are not reflected to the list which is added to this
    content type. If that is the case, I'd suggest you recreate content type.
    If the site content type works well in other two libraries, please create a new library and add this content type. If it works well, then move the list content to this new list.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • How to auto populate a column/SharePoint list with Current Date?

    I have a SharePoint list and I created a column called ‘CurrDate’. 
    I need this column to;
     Display the current      date,
    Auto populate all rows with the current date in the      SharePoint list
    Dynamically update with the current date
    I first tried creating the column using the default SharePoint interface Date Time but it’s not doing any of the steps listed above:
    I even tried entering =[Today] in the Calculated Value field. 
    Still nothing…
    So, I’m sure you will toss out a code snippet to make this work, which is great. 
    However, I’m a total noob with SPD, where the heck do I insert this snippet?
    Always in need of help.

    Hi ,
    I understand that you want to add a column  to a list to hold current date. Here is a workaround:
    Add a single line of text column to the list. Name the list as Today.
    Add a calculated column to the list. Use the [Today] as the formula. Set the calculated column to be Date and Time type.
    Delete the Today column from the list.
    Thanks,
    Entan Ming
    TechNet Subscriber Support in forum
    If you have any feedback on our support, please [email protected]
    Entan Ming
    TechNet Community Support

  • Alert mail for "Pending" column in List SharePoint 2013.

    I'm using SharePoint 2013 online. I've created one List in which one Column is Choice (Completed, Pending) column named "Status". For all Item If "Status" is Pending, weekly one mail should fire with List of only "Pending"
    Items as a alert to a person/group.
    I think this is possible through SP Designer 2013 but not sure how (:. Please provide steps if you have any idia. Thanks.

    Hi,
    I agreed with the above replies, there is not an OOB way to check the list and send email weekly via SharePoint Designer workflow. You need to create a custom timer job to achieve it.
    In addition, as an alternative workaround, I suggest you create a workflow to check whether the "Status" column of the current item is pending, and send an email. Then use retention feature to start the workflow, and you can set it  recurrence
    per 7 days.
    About retention feature, you can refer to the link:
    http://www.cmswire.com/cms/document-management/sharepoint-2010-using-retention-stages-to-manage-the-lifecycle-of-information-007478.php
    And, as this issue is related to SharePoint Online, you can also create a new thread on Office 365 forum, more experts will assist you with SharePoint Online.
    http://community.office365.com/en-us/f/default.aspx
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Format for certain columns in list view control

    I have a list view control and I would like to format the alignment for certain columns. I heard that the only way you can do this is by formatting the cells in excel. I tried this with no success. Can someone please give me step by step instructions on how to achieve this. I am currently allowing Xcelsius to handle my formatting for money. Is it possible to have Xcelsius handle the money formatting and have excel handle the alignment  formatting. I am open to whatever works at this point. Also I am using Xcelsius 2008 (Build Number 12,2,1,66).
    Much Thx

    Hi,
       In list view control you can format the entire row only, not a certain column.
       Go to property>Appearance>Text Tab>select Header>Format selected text->select the format.
      For width change: Property> Layout Tab>check custom column width the click the icon and enter width in pixel.
    Regards,
    Senthil K

Maybe you are looking for