Displaying user's full name with content

How would I best set up an attribute to display the user's full name with a published item?
The default 'author' attribute only displays the login name.
I have an idea how to set up a custom attribute of the PL/SQL type, but am unsure if there already exists a procedure to fetch the current user's full name.
Thanks

For any item type, define an item type procedure. Pass the author attribute to the procedure. The procedure will need to call the WWSEC_API.PERSON_INFO(P_USER_NAME) function, which returns a record containing all the columns in the WWSEC_PERSON table.
In pseudocode, your procedure will:
declare a record based on wwsec_person%rowtype
call wwsec_api.person_info to populate the record
use htp.p to display the wwsec_person.first_name and wwsec_person.last_nameTo show the results of the item type procedure, display the "Associated Functions" attribute in the region properties.
Regards,
Jerry
PortalPM

Similar Messages

  • User´s Full name is displayed when sending email from Blackberry device

    Dear readers
    Im working with BlackBerry_Enterprise_Server_for_IBM_Lotus_Domino and the problem is that  
    When I am sending email to other users outside, the reciver sees the full name not the email adress.
    . I mean, when I am sending email to other people my details goes like Peter White/Director/Company not with my e-mail [email protected]
    Please..can anyone help me
    Best regards

    Right, I may have misunderstood what you meant by download to desktop. When I click the attachment, I can either "Open with: Text Edit (drop-down menu)" or Save. But save doesn't save to desktop. I can "Open with: Microsoft Word" fine.
    When I compose an email, I click attach. I select the file that is in a .docx format. It appears to load to the email correctly, and if I click that extension, it opens correctly in Word out of the pre-sent email. After being sent, it appears in god knows what format and wishes to open from TextEdit.
    Was I doing something wrong when you wanted me to download to desktop?

  • Table for user's Full Name

    Hello everyone, this is my first post in this great forum, well my doubt is about full name for any user, for example mi id is cventuro , where can i fin my full name (Carlos Venturo), in wich table, i looked in usr* with no success.
    Thanks in advance.
    pd. sry for my "english" =p

    Hi Carlos,
    Welcome to SDN.
    For your user's name you need two tables.  The first is USR21, from which you get PERSNUMBER and ADDRNUMBER, which you then use to read table ADRP.
    You could also use function module BAPI_USER_GET_DETAIL.
    Regards,
    Nick

  • Output a user's full name in SCCM

    All,
    I am looking for a way to output our users' Full Name in a query that I am writing.
    So for instance, I can compose a query which shows the computer name, memory installed, processor installed, version of windows, last logged in username, etc ... but I would like to also output not just the user's username, but their Full first and last name as well.
    Does anyone know how to do that?
    Thanks,
    Systems Admin

    Hello Bree08,
    Thank you for posting.
    This forum is focus on management questions of Windows Server system. From your description, it seems that demand can be achieved by SCCM. For better and accurate answer to the question, I would like to suggest you initial a new thread in one of our System Center Configuration Manager forum. The support professional and community members there are more familiar with it and can help you in a more efficient way.
    System Center Configuration Manager
    http://social.technet.microsoft.com/Forums/en-US/category/configurationmanager
    Hope this can be helpful.
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • How register user defined listener name with OEM

    DEFAULT LISTENER
    [oracle@localhost ~]$ lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.4.0 - Production on 06-SEP-2010 10:03:46
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    USER DEFINED LISTENER
    [oracle@localhost ~]$ lsnrctl status LISTENER_LIMCAMP
    LSNRCTL for Linux: Version 10.2.0.4.0 - Production on 06-SEP-2010 10:04:03
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.106.72)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER_LIMCAMP
    Version TNSLSNR for Linux: Version 10.2.0.4.0 - Production
    Start Date 03-SEP-2010 19:42:11
    Uptime 2 days 14 hr. 21 min. 52 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /ora10gsoft/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File /ora10gsoft/oracle/product/10.2.0/db_1/network/log/listener_limcamp.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.106.72)(PORT=1521)))
    Services Summary...
    Service "LIMCAMP" has 1 instance(s).
    Instance "LIMCAMP", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    I am able to connected thru listener.
    But my OEM database control showing
    Host localhost.localdomain
    Port 1521
    SID LIMCAMP
    Oracle Home /ora10gsoft/oracle/product/10.2.0/db_1
    Status Down
    Host localhost.localdomain
    Port 1521
    Name LISTENER
    Oracle Home /ora10gsoft/oracle/product/10.2.0/db_1
    Location /ora10gsoft/oracle/product/10.2.0/db_1/network/admin
    Details TNS-12541: TNS:no listener
    My OEM taking the default LISTENER( which is not running). how to register OEM to take the listener (LISTENER_LIMCAMP).

    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain
    192.168.106.72 localhost.localdomain
    would you please have a look into the below link which is the issue on the same server.
    Heartbeat failed to connect to standby : archive files not transfering....
    Edited by: SAKTHIVEL on Sep 6, 2010 11:45 AM

  • Display Full Name in SharePoint Designer Workflow Email

    Hi!
        I want to Display Full Name of a User value from "Assigned to" column...
        When I use lookup on "Assigned to" column I get domain/username instead I want to display John Smith (Full Name)...
        Is there a way to do that within SharePoint Designer...

    Hi,
    Even I am facing the exactly similar issue as Ashish. Also I don’t have Central Administration access :(
    But I was just wondering, is there any way to extract the proper name in FName and LName format using user profile details option?
    I mean on the top-right section on sharepoint site you can see “Welcome username” section. On this you can select “My
    settings” option where you can see a form with user details including Name field (e.g. Sachin Dubey) and Account field (e.g. CompanyName/Dubey.s.4).
    In our case the workflow takes “Account” field instead of “Name” field so can we make any settings from the workflow
    or sharepoint front-end so that it takes Name field.
    Help is much appreciated.
    Sachin D Sharepoint Developer

  • Full Name "default"

    I configured portal server to authenticate against my corporate LDAP and the login process works fine, but when the user display profile is created, only the uid (user naming attribute) is passed to DSAME, and the cn and sn are set to default. How can DSAME get the cn from the external LDAP? I want to display the user's full name in the "User Information" channel
    Thanks in advance.

    Where do you use the LOV? Is it being used in a Select list? If so, you will have a place to enter the default value. Edit the Select list, and you will see a place where you can enter Default value.
    Ravi

  • AutomationElement name with an embedded tab

    I apologize if I have placed this in the wrong forum.
    My question is: I am testing a GUI with an automationelement name that contains a tab.  When I display the name it is truncated at the tab.  Inspect.exe shows the full name with the tabs included.  the name included information that needs
    to be verified and the information is not in another place.  Does anyone have any ideas on how I can resolve this?

    Hi Philip,
    Thank you for posting in MSDN forum.
    According to your description, could you please tell me if you use coded UI test to verify the automationelement name in tab?
    If yes, as you said that when I display the name it is truncated at the tab. Please tell me what time the name is truncated at the tab, is it playback or record?
    If possible, please share me a screen shot about this name is truncated at the tab.
    Generally, if you encountered this issue during playback, I suggest you could refer the following blog to troubleshooting your issue.
    http://blogs.msdn.com/b/tapas_sahoos_blog/archive/2011/11/07/troubleshooting-record-and-playback-issues-in-coded-ui-test.aspx
    In addition, if you handing code for this coded UI test, I suggest you could try to record the UI action by the Coded UI Builder and then check if you get same issue.
    https://msdn.microsoft.com/en-us/library/dd286726.aspx
    If you have any update message about your issue, please tell me.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Retrieving user detail, group name for all users

    Hi,
    How can I retrieve User name, email, authentication, user group name
    for all users using SDK.
    It is possible to create this report in webi or CR?
    Thank you for reply,
    Gregor

    Use the following code to retrieve this information:
    IInfoObjects users = oInfoStore.query("select * from ci_systemobjects where si_kind='user'");
    for (int i=0; i<users.size(); i++)
             IUser user = (IUser)users.get(i);
             // user.getTitle(); for user name
             // user.getFullName(); for user's full name
             //  user.getEmailAddress(); for user's email address
             //  for authentication type:
             IUserAliases alises = user.getAliases();
             for(int j=0; j<aliases.size();j++)
                       IUserAlias alias = alises.get(j);
                       // alias.getAuthentication() for authentication associated with this alias, since same user can have more than 1 authentication. e.g. Enterprise and Ldap.
             // for user group memberships:
             java.util.Set groups = user.getGroups();        
             // the groups Set object will contain SI_ID of all the user groups that this uses is member of. You need to query by the SI_ID of the usergroup to get the group names.
    //  e.g.
    //    oInfoStore.query("select si_id, si_name from ci_systemobjects where si_kind='usergroup' and si_id in (a,b,c....)");
    where a,b,c are the SI_IDs of the usergroups.
    To create a report based on the above fetched data, there are several methods such as:
    you can use Java resultset where in you create the report structure in designer and push the data at runtime using java result set objects. Another way is to push this info in Excel or Access and design your report based on that excel\access.

  • Certain characters not appearing in the "full name" when sending e-mail

    I have certain characters in my full name of one of my e-mail aliases in iCloud. However, those characters are simply absent from the name shown as sender name when sending mail from Mail app in OS X. For me the problematic characters are C5 A1 and C4 8D (UTF-8 codes).

    Yes, š and č are those. Sorry, I wasn't sure if they will work here. I have my full name containing the š and č in the "Full Name" field of the e-mail alias settings on web interface to the iCloud Mail. But in Mail on OS X my name in the "From" field appears without those two characters (other characters are OK) when I select this alias. Also, those two characters are invisible at the recipient's side. And yes, if I sent a copy of such a mail to myself the š and č are missing again in the "From" field.
    However, I have the same full name with š and č for my main e-mail address (iCloud account name). Using this main e-mail address š and č appear everywhere!
    Message was edited by: mikkec

  • Can't Change Account Full Name

    In System Prefs > Users & Groups,
    The text entry field to change the User's Full Name is no longer there.  Does anyone know how to change the User's Full Name? in OS 10.10?
    At the moment, my user full name is "Philip's MacPro".  Before the upgrade it was just my first and last name.  Don't know how I managed to change it but I want to change it back.  Any ideas?

    Many thanks!  That did the trick

  • Acer WQHD Display on Mac Mini i7 with Intel HD4000 chipset.

    I have an i7 Mac Mini with the Intel HD4000 video. I have an Acer T272HUL monitor that will display WQHD (2560 x 1440), the exact resolution (and display panel) as the Apple 27" Cinema Display. When the resolution is set at the full 2560x1440 resolution in Mavericks, the screen fonts look terrible. I am using a Displayport cable, so it has the proper bandwidth for this monitor. Under a Boot Camp Windows 8 partition, I can run this display at its full resolution with crisp screen fonts. How can I get the OSX side of my Mini to display correctly? I need the touchscreen in Win 8, so changing to an Apple 27" Cinema Display (at the same price) is not an option. Someone out there must know how to do this.
    Thanks

    I would try:
    SwitchResX – The Most Versatile Tool For Controlling Screen Resolutions On Your Mac

  • Display contacts by last name

    I can't figure out how to display contacts by last name with Droid 2 global

    Kinda... In the dialer if you go to the contacts tab you can, but it doesn't work on the dialer or recent tabs.
    Long press of the menu button on the dialer tab shows the number keyboard by default. You can switch it, but typing still doesn't filter anything.
    Jason

  • Windows domain how to get full user name with last name.

    Hi:
    I hope someone find the answer, I wrote this question before in the old forum http://forums.sun.com/thread.jspa?threadID=5450216, but I didn't get an answer so I am migrating my question.
    Is there a way to get the full user name from a windows domain? Like the one that you see in the windows start menu on the top.
    I have an application that needs to print a report with the full user name with last name and everything (Example: John F. Doe, not jdoe), so they can sign above the name. Please tell me if there's an api or jar, because the only thing I can get right now is the username. One more thing, it's a stand alone java swing application.
    I will appreciate your help.
    Regards,
    j2gl

    JAAS with the Windows Login Module is about as close as you can get. I don't know exactly how close that is.

  • List - Display Name with Presence (1st column) Display User ID (2nd Column)

    I have a simple list and one column titled Member and it is set as a Person field. My goal is to also have the corresponding Member.ID (ex 9012) also available as a second column so that when a user enters a name, it will auto populate the ID column.
    Put another way, two columns. Col A Member (Name with Presence) Colm B Member (ID) Can this be done without coding? I need these two columns for export into Access.
    Attempts thus far:
    1. Attempted to create a second column and have it set as lookup, pointing to the Member (Name with Presence) Column and it wont see it. -Fail
    2. Attempted to create a second column and have it set as calculated, pointing to the Member (Name with Presence) Column and it won't see it. -Fail
    3. Created a new page, inserted a data view. This allows me to display Member.ID but if I open/export to Access the column is not displayed. Same occurs with Excel. It's like it does not exist. -Fail
      Edit: Update, I've changed from User ID # to User Account.

    Hi  ,
    According to your description, my understanding is that you want to auto populate the Member ID column.
    For achieving your demand, you can create an auto incrementing number  using SharePoint workflow.
    For more information, you can refer to these blogs:
    http://dlairman.wordpress.com/2011/01/10/add-a-unique-auto-incrementing-column-to-a-sharepoint-list/
    https://www.nothingbutsharepoint.com/sites/eusp/pages/sharepoint-how-to-create-an-auto-incrementing-number-field-for-use-in-a-custom-id-part-1.aspx
    Also you can create an auto incrementing number using infopath:
    http://claytoncobb.wordpress.com/2009/06/15/auto-numbering-infopath-forms/
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

Maybe you are looking for

  • Display image in a new window

    HI, I am new with APEX , I have an application storing an image in blob column and when I click the link the image is showing in the same window, I'd like to open a new window to show the image. Thanks

  • Error in generating BdB:tree

    Hi, I don't have much experience using BDB's (or perl), but currently I'm working on storing a huge collection of data into one via perl. I'm using a combination of Records and Btrees, and have recently ran into a problem where when I try retrieving

  • FAQ: How do I set up Tangent Element panels for Adobe SpeedGrade CC?

    Find out how to set up Tangent Element panels for Adobe SpeedGrade in this article.

  • Strange Icon

    Below you will find a link to an image of an image/icon that will show itself from time to time. Firmware does not seem to be an issue as I have seen this in 1.1.3 & 1.1.4. I got this iPod at Christmas and I believe I have only seen this image 2-3 ti

  • Download full copy mountain lion

    I purchased a family license of Mountain Lion and upgraded 4 Macs. One of the Mac was reset to factory default to wipe out personal files. Now it will not load the original OS Leopard. I think the way around this is to load Mountain Lion since it was