List column "Created By" not showing up in Alert

I have a list with a Created By column set for Display. It comes up in the list view, but doesn't appear in the Alert's email.
There's
Last Modified 3/5/2014 10:08 PM by username
at the bottom of the email, but that's not going to cut it.
Suggestions?
Thanks,
Scott

Thanks Matt.
I took a look a the articles from the link (even dug up Trevor's via waybackmachine). The second two seem to be global changes, as you're changing the alerttemplates.xml file itself.
The first article (which I'm going to paste below, all credit to sharepointempower.com of course) has some powershell with $spWeb, which seems to indicate that I can set only a chosen site or subsite to use the custom template.
Anyway, I'm going to give it a try and report back. Here's the sharepointempower.com article from waybackmachine:
SharePoint
2010 Customizing Alert Notifications and Alert Templates
There are good series of article to showing that how to Customize Alert Templates on SharePoint 2010. I have just described step by step procedure to apply our
Custom Alert Templates on SharePoint 2010.
Step 1:
Add a new xml file to this folder called ‘customalerttemplates.xml’. Open the alerttemplates.xml file from
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\XML\, copy all of its contents into your newly created
customalerttemplates.xml file.
If want to master in “Alert templates” than read below articles:
Discussions:
Customizing Alert Notifications and Alert      Templates in Windows SharePoint Services 3.0
Customizing
Alert Notifications and Alert Templates in      Windows SharePoint Services 3.0
Step 2:
All things are done in your custom xml file and let’s to do apply on SharePoint. So open command prompt(Run > cmd) than go to “C:\Program Files\Common
Files\Microsoft Shared\Web Server Extensions\14\BIN” directory
stsadm -o updatealerttemplates -filename “C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\XML\ customalerttemplates.xml”
-url http://contoso.com
Step 3:
IISRESET (Run > iisreset)
Step 4:
Restart SharePoint Timer Job Service.
for run below command u need to   open Management Shell.
Start > All Programs > Microsoft SharePoint 2010 Products > SharePoint 2010 Management Shell > right click > run as Administrator
Stop SharePoint timer service
net stop “SPTimerV4″
Start SharePoint timer service
net start “SPTimerV4″
Step 5:
Hope you are done!!! But your Custom Alert Template will be able to see only Those subscriber which subscribe for list’s Alert after Applying our Custom Template.But
existing subscriber (subscribe for list’s Alert before Applying our Custom Template) Will not see update Custom Template. They will see OOTB Alert Template. For that we need to Run Power Shell.
PowerShell
if ((Get-PSSnapin "Microsoft.SharePoint.PowerShell" -ErrorAction SilentlyContinue) -eq $null)
Add-PSSnapin "Microsoft.SharePoint.PowerShell"
$contentService = [Microsoft.SharePoint.Administration.SPWebService]::ContentService
$AlertsTemplateCollection = new-object Microsoft.SharePoint.SPAlertTemplateCollection($contentService)
$weburl = "http://contoso.com/Sales/"
$spWeb = Get-SPWeb -Identity $weburl
$spWeb.AllowUnsafeUpdates = $true;
$splists = $spWeb.lists
$alertslist = $splists["Tasks"]
$alertslist.AlertTemplate = $Alerts
2000
TemplateCollection["<<Your Custom Alert Template >>"]
$alertslist.Update()
$alerts = $spWeb.Alerts
# if more than 0 alerts, iterate through these alerts to see if there is one for the user
if ($alerts.Count -gt 0)
foreach($alert in $spWeb.Alerts)
if (($alert.AlertTemplateName -eq "SPAlertTemplateType.Tasks") -and ($alert.ListUrl -eq "Lists/Tasks"))
echo "Updating" + $alert.AlertTemplateName
$alert.AlertTemplate = $AlertsTemplateCollection["<<Your Custom Alert Template >>"]
$alert.Update($false)
echo "Updated $alert.AlertTemplateName"
$spWeb.AllowUnsafeUpdates = $false;
$spWeb.Dispose()
Step 6:
Check Immediate Timer Job associate on your Web Application.
Browse to the Central Administration site > Monitoring > Review job definitions
Find the ‘Immediate Alerts’ time job for your web application and click on the link. (There will be one for each web application so make sure you click the correct
one).If not than execute Below commands.
In my case Immediate Timer job does not exist
stsadm -o setproperty -propertyname alerts-enabled -propertyvalue false -url “http://contoso.com”
stsadm -o setproperty -propertyname alerts-enabled -propertyvalue true -url “http://contoso.com”
stsadm -o setproperty -propertyname job-immediate-alerts -propertyvalue “every 2 minutes” -url yourURL
stsadm -o execadmsvcjobs
Have you try to restart the timer job with the command line below? Please again follow my Step No: 4.
Your Immediate Timer job should be attached to your target webapplication. Clieck on Timerjob and trigger the ‘Run Now’ button on this page which will trigger the
alert emails saving you a bit of time. (You can also configure the timer job to run more often if that suits you better)
You should now receive your custom template alert email.
Hope its helps!!!

Similar Messages

  • Created by column value is not showing in XSLT List View After Migration To 2013

    Hello All,
    In my XSLT Created By Column value is not showing. Please help me with this problem. My code is simple I have custom column in XSLT name as 'Reported By' in which I want to show 'Created By' column value. but it is not showing. please help me with that.
    Thanks in advance

    hi
    is anyone has answer for this question.
    thanks...!!!!

  • In the source list contract Number is  not showing up.

    On 10.11.2010
    we added this Material 2211583 to contract 4600000149.
    When we do display source list it is still not showing up.
    Contract  4600000149  Validity Start  04.02.2008   Validity End    31.12.2009
    We have changed validity End date for Contract to 31.12.2010;even then it is not showing up in source list
    Is there any possibility to get Contract number in the source list
    Thanks in advance
    SAP MM

    what did you do to get the contract into the source list for this item?
    it does not create a source list item by itself, only because you entered the item in a contract.
    You can either create the source list entry from the contract via menu. or you have to enter the contract manually  in ME01 or you generate the source list with ME05

  • Hana view column descriptions are not showing in Crystal 2013

    Hello All,
    I have a hana calculation view which has the column name and label defined perfectly. When I use the HANA view in Crystal Report 2013, the column labels are not showing up in the field explorer even after enabling the show both name and description. Please help.

    hi
    is anyone has answer for this question.
    thanks...!!!!

  • SharePoint 2010 list view web part not showing conditional formatting

    when I create conditional formatting in custom list is working fine & when it call through web part page (Data view web part) conditional formatting not showing. data is showing without conditional formatting.
    Dinuka M.

    When you use conditional formatting on some page it is writing inline CSS codes inside that page. thats why when you create a new page and add the same web part to that page, you must edit that page to apply conditional formatting to that
    web part.
    Best Regards, Mustafa Yılmaz MCITP, MCPD | www.mustafa-yilmaz.org | www.sharepointciyiz.biz
    When you say edit the page, do you mean edit it in SharePoint Designer, or in SharePoint itself. And is it a case of just editing, then saving the page and it will apply the conditional formatting, or is there a specific property you need to edit, and if so,
    what is it?

  • SharePoint 2010 List View Web Part not showing for read-only users?

    Hello all,
    I have List View Webparts on my Blank Web Part page, and it's not showing for Read-Only users.
    Is this intended by Microsoft or is it a bug?
    Thank you!

    Hi,
    According to your post, my understanding is that the read only user could not see the list view web part.
    Per my knowledge, the issue may be cause that the user do not have the proper permission for the list.
    1. Check whether the user can access the list.
    2. Check whether the user can view all the items instead of partial items in the list.
    3. Check whether there are some fields refer to other lists or terms, especially the lookup field or managed metadata filed.
         If that is the case, make sure the user can access the lookup list.
    Thanks,
    Jason
    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]
    Jason Guo
    TechNet Community Support

  • New tables & indexes created do not show up in dba_segments view

    Dear all,
    I have created 3 tables and some indexes, but these objects do not show up in dba_segments view. Is this a normal behaviour? Previously, with dictionary managed tablespace, I can specify the minimum extent to create, when the table/index is created. But I'm not sure how the locally managed tablespace work. Please do advice. Thank you very much in advance.
    I'm using Oracle 11g R2 (11.2.0.1.0) for Microsoft Windows (x64), running on Windows 7.
    For the purpose of reproducing this issue, I have created the tablespaces as follow:
    CREATE TABLESPACE CUST_DATA
    DATAFILE 'd:\app\asus\oradata\orcl11gr2\CUST_DATA01.DBF' SIZE 512K
    AUTOEXTEND ON NEXT 256K MAXSIZE 2000K
    EXTENT MANAGEMENT LOCAL UNIFORM SIZE 256K
    SEGMENT SPACE MANAGEMENT AUTO;
    CREATE TABLESPACE CUST_INDX
    DATAFILE 'd:\app\asus\oradata\orcl11gr2\CUST_INDX.DBF' SIZE 256K
    AUTOEXTEND ON NEXT 128K MAXSIZE 2000K
    EXTENT MANAGEMENT LOCAL UNIFORM SIZE 128K
    SEGMENT SPACE MANAGEMENT AUTO;
    CREATE TABLE CUSTOMER_MASTER (CUST_ID VARCHAR2 (10),
    CUST_NAME VARCHAR2 (30),
    EMAIL VARCHAR2 (30),
    DOB DATE,
    ADD_TYPE CHAR (2) CONSTRAINT CK_ADD_TYPE CHECK (ADD_TYPE IN ('B1','B2','H1','H2')),
    CRE_USER VARCHAR2 (5) DEFAULT USER,
    CRE_TIME TIMESTAMP (3) DEFAULT SYSTIMESTAMP,
    MOD_USER VARCHAR2 (5),
    MOD_TIME TIMESTAMP (3),
    CONSTRAINT PK_CUSTOMER_MASTER PRIMARY KEY (CUST_ID) USING INDEX TABLESPACE CUST_INDX)
    TABLESPACE CUST_DATA;
    SQL> SELECT TABLE_NAME, TABLESPACE_NAME
    2 FROM USER_TABLES
    3 WHERE TABLE_NAME LIKE 'CUST%';
    TABLE_NAME TABLESPACE_NAME
    CUSTOMER_MASTER CUST_DATA
    SQL> SELECT INDEX_NAME, TABLESPACE_NAME
    2 FROM USER_INDEXES
    3 WHERE TABLE_NAME LIKE '%CUST%';
    INDEX_NAME TABLESPACE_NAME
    PK_CUSTOMER_MASTER CUST_INDX
    SQL> SELECT SEGMENT_NAME, SEGMENT_TYPE, TABLESPACE_NAME, BYTES
    2 FROM USER_SEGMENTS;
    no rows selected

    Prior to 11g, when you created a table or whatever, you automatically allocated one extent.
    This is now no longer true and depends on a parameter I don't remember.
    dba_segments is a summary of dba_extents.
    Obviously, if there is no extent allocated, the table (view is defined with inner join) will not show up.
    You could qualify this is as a bug and submit a SR to Oracle. But then the performance impact may be huge.
    Sybrand Bakker
    Senior Oracle DBA

  • Newly Created Branches not showing up for Recruiter in the Requisition.

    Hi,
    We have created Branches as Administrator and the Branches are not showing up for Recruiter when trying to create the requisition. Any suggestion on this will be great help.
    Thanks.

    Hi,
    the most common reason for branches not showing up is caused if someone does not use the frontend for administrator but the IMG nodes for creating branches and assigning to companies. This is caused by missing bp role assignment.
    So check the branches in TCODE BP that they have the role for e-recruiting branch assigned. The standard delivey uses bp role RCFBRA but this can be changed in T77S0 RECFA BRARO.
    Furthermore you should check if T77RCFBRANCHCOMP entries are ok.
    Kind regards
    Roman

  • Created playlist not showing up when iPhone is plugged in

    I'm using an iPhone 5s on iOS 8.1.2. I have created music playlists on my phone but when its plugged in they would not show up on the sidebar. My library shows up fine but when i try to look for my playlists they aren't there!!! Any help would me much appreciated.

    Hi Michelle-
    iTunes is not compatible with XP's Fast User Switching feature, which allows more than one person to be logged into the computer at the same time.
    You can disable this by going to Start/Control Panel/User Accounts then 'Change the way users log on and off' and remove the checkmark from Fast User Switching.

  • Designer 2013 - Design Manager: Page layout created is not showing up in Designer

    Hello everyone,
    I greatly need assistance. I have wasted over 1/2 a day trying to fix this issue.
    I have a site with a subsite. I'm customizing the subsite using the Design Manager. I've been through all of the steps and now I've created a Page Layout (step 6). I created the html and it generated the aspx. I have a drive mapped to the master page
    gallery. The files are showing up in the mapped drive. However, when I go into Designer 2013 and click Master Pages, the files aren't there. This happened to me last week and then suddenly, almost magically if you will, the files were there. This was after
    refreshing several times, closing Designer and opening it up. All the little tricks you have to use with Designer every now and then. So today I was repeating the process and the files aren't showing up again. I've been refreshing for 4 hours, closed Designer,
    even rebooted. To no avail. I disconnected the mapped drive and reconnected. Nothing.
    I have the correct permissions. I'm not only the site collection administrator but I'm also the SP Admin.
    Assistance would be greatly appreciated.
    Thanks,
    Lisa

    you have a subsite in a site collection •the publishing feature is activated in the subsite, but not in the site collection •you want to edit/add page layouts on the site collection level, to be used within your subsite •when you open the
    site collection in SharePoint Designer, you can't see Page Layouts in the Site Objects panel You now have 2 options: you can either activate the publishing feature in the site collection (and the Page Layouts link comes back), or you can use the All Files
    link and browse to the master pages and page layouts library (_catalogs > masterpage.) Either option will do, unless you really don't want the publishing feature in the site collection
    http://stackoverflow.com/questions/13303764/page-layouts-not-available-in-sharepoint-designer
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/864184b1-d8d0-448f-8d3b-667cb48fb75c/sharepoint-designer-not-showing-master-pages-or-page-layouts-in-site-objects?forum=sharepointadminprevious
    or
    go to Site Actions -> Site
    Settings in the upper left corner.
    Under "Site Collection Administration" click on "Site
    Collection Features".
    Look for "SharePoint Server Publishing Infrastructure" and
    activate it. It might take a moment to load.
    Next return to "Site Settings" and click on "Manage
    Site Features"
    Look for "SharePoint Server Publishing" and activate
    it. It might take a moment to load.
    http://stackoverflow.com/questions/12226856/im-missing-page-layout-button-on-sharepoint-2010-ribbon

  • Created Podcast Not showing up in Itunes Store...

    Hi Gang...I was wondering does anyone know y my created podcasts are not showing up in the itunes store...my rss feed has been validated and i am able myself to subscribe to it...but when i do a search it does not come up and doesnt show....also how can i find out if ppl have downloaded and listened to my show...my rss feed is jason1977.libsyn.com/rss

    When I first created my podcast, I noticed quite a bit of lag between the time my feed got accepted and the time when it would be found when i did a search on iTunes... I think it was like 2 days before a search on my name or the name of my podcast would bring up my feed.
    Give it a little while to all come together.
    R

  • Time of email shows in Date Column, Date is not showing on new emails

    Date is not showing in Date column. Only time is showing.
    I just migrated from OE - Old emails show the time & Date.

    If these are emails received today that is normal. Thunderbird assumes you know what day it is and only displays the time for messages received today. It will append the date to these messages at midnight tonight.

  • All devices listed as wireless clients not showing up.

    I  have an airport extreme (newest version) I have my apple tv, computer and ipad showing up listed as wireless clients, however my iphone does not show up. It is connected to my network. I have tested with another iphone (same version 4S and same iOS) it shows up but not Mine.
    Do u know why it is not showing up?

    remove power cord from the PSU and >>Clear CMOS Guide<<
    if the wifi card is removable, try to reseat it
    also install latest killer drivers from:
    http://www.msi.com/support/mb/X99S-GAMING-9-ACK.html#down-driver&Win8.1 64
    [try older version as well if needs]

  • Why do Play lists in my computer not show up in my ipod?

    Play lists in my computer do not show up in my ipod.  I also get the message that my ipod cannot be ejected because it contains files that are in use by another application.
    I have two computers and two ipods but only one itunes account.
    It worked fine before but recently I noticed that my playlists (in my computer) don't show up in my ipod.
    How can I fix this?

    Yeah, if you move song files around outside of iTunes, it doesn't know where they are.
    And iTunes doesn't have a "watch folder" feature like some other jukebox players, where it automatically sees new songs in the iTunes folder.
    You have to open iTunes, drag the files over tot he library from Win Explorer. This way it adds an entry to the itl library file...which is an index of where the songs actually are.
    What are the iTunes library files?

  • Drop Down In List From Lookup Does Not show all items in mobile view

    I have list called "incident".
    I have a list called "locations"
    The "incident" list looks up a value from the "location" list as a dropdown.
    The location list contains 25 building names.
    When I try to fill out the "incident" list in mobile view
    the "location" drop down only shows 16 items. I checked the "locations" mobile view limit and set it to 99 to make sure all would show up.
    The desktop view for the "incident" list shows all 25 buildings from the "locations" list.
    Any advice on how to get those extra 7 locations to show up?
    Jef

    Still don't have an answer. I'm now looking to use a radio button or something to use as a work-around. If I use a lookup and tell it to allow multiple selections (shows as checkbox) it does not show all values in the mobile view.
    If I input each item and choose choice, it only shows up as dropdown. I need radio buttons. If I choose lookup and allow multiple selections, it does not show all the options.
    I need some help on this.
    Jef

Maybe you are looking for

  • Change colour profile on export of jpeg for using files on windows pc

    My father, who is 80, has a mac and aperture. He is reasonable proficient using it, but as a windows user myself I'm unsure of the in's and out's of things and it always falls on me to help him when he has a problem. He also has a windows computer, w

  • Incorrect doc.no.: 24. Select document number between 0090000000 and 009999

    Hi All, I created billing doc, it save and gave the number but with error on account determination, i checked the no range corrected it and got the error: Incorrect doc.no.: 24. Select document number between 0090000000 and 0099999999. Please Help. M

  • Macbook and Linksys router

    i am having a strange problem. My macbook had no problem connecting to my linksys wireless g router. now it is. Set to automatic it isnt getting any ip info. I have to set it to manual and enter all the info manually to get it to work. It has a full

  • Synchroniz​ing with Desktop Manager

    I am trying to sync my Outlook calendar with my Blackberry via the Desktop Software and am getting the error message: Cannot log on to Exchange Server. Please check server access or provide a valid password.  I don't know what this is referring to. 

  • HT1947 Cant update my Apple TV (2nd Gen) with Remote app?

    I have been using the Remote app on my iPhone 4 top successfully control my Apple TV (2nd gen) for a while now after my Apple TV remote dropped in the toilet and stopped working! Now my Apple TV needs to update (Update Now/Update Later) and when I tr