In XML Show Form display Creator FirstName and LastName ?

Hi all,
In XML Form Builder i want to display the creator FirstName and LastName ( Diamond Admin) in the Show Form.
For egs:
Logon ID: diamond_admin
Last Name: Admin
First Name: Diamond
In the EDIT Form By using $sap_user and also createdBy property i'm getting the creator name as diamond_admin but i want to display the FirstName and LastName (Diamond Admin).
2)In the EDIT Form i used the Label for Time Based Publishing(TBP)
Opening Date = TimeStamp control
Closing Date = TimeStamp control
In the RenderList Form i'm showing the Closing Date label its display the date and time.
Closing Date= 05/12/08 08:00:00 PM
But i requirement is to show the closing date only not time(Closing Date= 05/12/08) in the RenderListItem Form..
How to do this?Please help me...
Regards
Thillai J

When you are editing the Show Form, select the correct label in the form and in the property list area (bottom right) you have a property named "Display As". Select "Display Name" for the value.
Make sure that in your Data Model your property has the data type "user"
The "Display As" parameter should also work for your date problem as you can select "Short" to only display the date.

Similar Messages

  • Images in xml show form

    Hey folks,
    could somebody help me please?
    I will put an Navigation built with images in my XML show form.
    I bulid this in an other HTML-Editor and would like to copy it into the XML show form but the images arn´t shown.
    In which directory I have to copy this images and how is the path for it?
    Can somebody help me?
    Thanks a lot greetings
    AL

    Hi,
    I have the xsl File from the XML Formsbuilder. With this file the show form is built!
    In the XSL I will put in HTML Code. This is not a problem.
    But I will put in a picture!
    Example:
    a href="#kontakt" name="menue">img border="0" src="1.gif" width="200" height="25" alt="Kontakt/Kurzinfo"></img</a
    But I don´t know the correct path for the image source!
    I copied the image into the project folder etc/xmlforms/project-folder
    But as I created a new form, the pictures are not showed.
    This is my problem. In which folder I have to copy the images and how is the path?
    Greetings
    AL
    Edited by: Arthur Leichner on May 6, 2008 10:50 AM

  • UCM Search using firstname and lastname

    Hi,
    One of our requirement is to enable the search using firstname and lastname. We store users, groups, roles, and accounts in Oracle Internet Directory and integrated with UCM. I would like to know the ways to show firstname and lastname fields in the search so that users can search with those properties instead of author metadata .
    Thanks,
    Raj

    If I got the question, first name and last name refer to first and last names of document authors, right? Otherwise, I miss the link between search for documents and people identities in an identity pool.
    Note that search dialogs support "wild-characters" - that is, you can enter "Jiri Mac*" instead of "Jiri Machotka" - alternatively, use "Contains" rather than "Equals To" criteria.
    Furthermore, I'm wondering how you intend to use first and last names in GUI - do you prefer to have two names that you somehow construct together? Do you want to display the names to users? (How many names will be in first names? How many in last names?)

  • Newbie: how to get account firstname and lastname in SIM

    I have the following xpres code that retrieves all the account ids in SIM - this is working. However, how can i get the firstname and lastname of all of the returned account Ids. Some code example will be appreciated:
    <invoke name='getUsers' class='com.waveset.ui.FormUtil'>
    <ref>:display.session</ref>
    </invoke>

    Is this in a form or a workflow? If a form, you'll probably want to use the getObject FormUtil method. Also, there's a bunch of useful methods on the actual LocalSession object represented by display.session - look in the javadocs to see what you can do...
    Not hugely useful I know, but pretty hard to suggest options with (a lot) more context...
    This is an example of using getObject from a UserForm - you would replace the <select> statement with the accountId of your target users returned from getUsers (probably using a dolist to iterate the result set), and replace fullname with firstname and lastname:
                  <block>
                    <defvar name="requestorObj">
                      <invoke name='getObject' class='com.waveset.ui.FormUtil'>
                        <ref>:display.session</ref>
                        <s>User</s>
                        <select>
                          <ref>requester</ref>
                          <ref>WF_CASE_OWNER</ref>
                        </select>
                      </invoke>
                    </defvar>
                    <concat>
                      <invoke name="getAttribute">
                        <ref>requestorObj</ref>
                        <s>fullname</s>
                      </invoke>
                      <s> [</s>
                      <get>
                        <ref>requestorObj</ref>
                        <s>accountId</s>
                      </get>
                      <s>]</s>
                    </concat>
                  </block>

  • ActiveSync not updating firstname and lastname

    Hi All,
    i am using FlatFileActiveSync. Using that i am able to create the accounts with details specified in .csv file. but if i change the first name annd lastname value in the .csv file and run the ActiveSync, Updation is not happening only for these attributes. The rest all the attributes are updating properly. Please check my below code for updating the firstname and lastname.
            <set name='global.firstname'>
              <ref>activeSync.firstname</ref>
            </set>
            <set name='global.lastname'>
              <ref>activeSync.lastname</ref>
            </set>Please help on this, it is really eating my time.
    Regards,
    Sabareeswaren.

    Hello,
    Did you check workflow trace ? Does it show, value assigned to firstname variable, when IDM starts execution of workflow ? check the variable name, and its case. If you get value for last name then first name should not be problem.

  • Incomplete profile page: Where are firstname and lastName?

    Hi,
    How to retrieve the firstname lastname in Webcenter Portal (11.1.1.8) UserProfile object, we used all the expressions but firstname lastname always comes blank/empty.
    First Name: #{webCenterProfile[securityContext.userName].firstName} <br>
    Middle Name: #{webCenterProfile[securityContext.userName].middleName}<br>
    Last Name: #{webCenterProfile[securityContext.userName].lastName}<br>
    I use Open DS as the LDAP and the first attribute in LDAP is cn and the lastname attribute is sn, we want to get the values of these when we call #{webCenterProfile[securityContext.userName].firstName}.
    I found one archived thread where the same question is asked but without any solution documented.
    Incomplete profile page: Where are firstname and lastName?
    Thanks,
    Anshuman

    Hi,
    Add an "HTML Markup" Layout Component to a page.
    Edit the "HTML Markup" Layout Component.
    In the Display options Tab, click the Edit Icon (v) next to the Value Property and select "Expression Builder...".
    Select "Type a value or expression" and enter the following:
    User Profile Information:
    <br><br>
    Name: #{webCenterProfile[securityContext.userName].name}<br>
    Display Name: #{webCenterProfile[securityContext.userName].displayName}<br>
    First Name: #{webCenterProfile[securityContext.userName].firstName} <br>
    Middle Name: #{webCenterProfile[securityContext.userName].middleName}<br>
    Last Name: #{webCenterProfile[securityContext.userName].lastName}<br>
    Maiden Name: #{webCenterProfile[securityContext.userName].maidenName}<br>
    Name Suffix: #{webCenterProfile[securityContext.userName].nameSuffix}<br>
    Initials: #{webCenterProfile[securityContext.userName].initials}<br>
    <br><br>
    Description: #{webCenterProfile[securityContext.userName].description}<br>
    Date of Birth: #{webCenterProfile[securityContext.userName].dateofBirth}<br>
    Home Address: #{webCenterProfile[securityContext.userName].homeAddress}<br><br>
    Home Phone: #{webCenterProfile[securityContext.userName].homePhone}<br>
    Wireless Acct Number: #{webCenterProfile[securityContext.userName].wirelessAcctNumber}<br>
    <br><br>
    Time Zone: #{webCenterProfile[securityContext.userName].timeZone}<br>
    Default Group: #{webCenterProfile[securityContext.userName].defaultGroup}<br>
    Preferred Language: #{webCenterProfile[securityContext.userName].preferredLanguage}<br>
    Update Date: #{webCenterProfile[securityContext.userName].updateDate}<br>
    <br><br>
    Employee Number: #{webCenterProfile[securityContext.userName].employeeNumber}<br>
    Title: #{webCenterProfile[securityContext.userName].title}<br>
    Department: #{webCenterProfile[securityContext.userName].department}<br>
    Organization: #{webCenterProfile[securityContext.userName].organization}<br>
    <br><br>
    Date of Hire: #{webCenterProfile[securityContext.userName].dateofHire}<br>
    Employee Type: #{webCenterProfile[securityContext.userName].employeeType}<br>
    Expertise: #{webCenterProfile[securityContext.userName].expertise}<br>
    Organizational Unit: #{webCenterProfile[securityContext.userName].organizationalUnit}<br>
    Manager Display Name: #{webCenterProfile[securityContext.userName].managerDisplayName}<br>
    <br><br>
    Business Email: #{webCenterProfile[securityContext.userName].businessEmail}<br>
    Business Phone: #{webCenterProfile[securityContext.userName].businessPhone}<br>
    Business Mobile: #{webCenterProfile[securityContext.userName].businessMobile}<br>
    Business Pager: #{webCenterProfile[securityContext.userName].businessPager}<br>
    Business Fax: #{webCenterProfile[securityContext.userName].businessFax}<br>
    Business Street: #{webCenterProfile[securityContext.userName].businessStreet}<br>
    Business City: #{webCenterProfile[securityContext.userName].businessCity}<br>
    Business State: #{webCenterProfile[securityContext.userName].businessState}<br>
    Business Postal Code: #{webCenterProfile[securityContext.userName].businessPostalCode}<br>
    Business Country: #{webCenterProfile[securityContext.userName].businessCountry}<br>
    Business PO Box: #{webCenterProfile[securityContext.userName].businessPOBox}<br>
    <br><br>
    Click Test and confirm there are no errors.
    Click OK to Exit the Expression Builder.
    Click OK to exit Edit of the HTML Markup Layout Component.
    This should display the user profile information as displayed on the user profile in WebCenter Spaces.

  • How do I switch Firstname and Lastname in the adressbook on an iMac?

    How do I switch firstname and lastname in the adressbook on my iMac?
    Thanks, for helping me. Monika

    Go to Address Book>Preferences and on the General tab select from the drop down menu 'Sort by: Last name'.

  • XML show form error

    Hello All,
    I am trying to develop an XML form wherein Edit form i have an HTML editor and in Show form i want to display the message that in edited in Edit form. But when i run the Show form, i text is displayed like this:
    <FONT color=#242424><STRONG><SPAN class=urFontStd><SPAN class=urTxtEmph><FONT color=#242424><STRONG> <P>Alert! </P> <P>Change This is an HTML editor </P></STRONG></FONT></SPAN></SPAN></STRONG></FONT>
    Idealy it should only display "This is an HTML editor"
    I have taken this as filed as a lable in show form and in edit form it is HTML editor.
    What could be the reason..
    Kindly help me solving this issue..
    Regards,
    Ameya
    Edited by: Ameya Pimpalgaonkar on Sep 15, 2008 1:09 PM
    Edited by: Ameya Pimpalgaonkar on Sep 15, 2008 1:10 PM

    Can you tell me exactly what you did ?.... cos i also have the same issue

  • Back action from XML Show Form to XML RenderList Form

    Hi to all, I have this problem:
    When I click on my news (renderlist form) i open in the same window my news detail (show form).
    Now i stay in my dhow form... i must click on "back" image to return to my Renderlist form.
    I set the hyperlink on my "back" image to "http://"portalname":50100/irj/portal/"my quick link".
    Now when i click on "back" image i return to my renderlist form but i open another poral page with mastheade, ecc, ecc.
    THIS IS MY PROBLEM
    Help me if possible

    Hi, Tardin!
    I'm faced with same problem. Have you found any solution?

  • FMS to copy employees firstname and lastname to UDF

    I created an UDF and linked the following FMS:
    SELECT firstName, lastName FROM OHEM
    This correctly shows me a list with all employees. If I select one it puts the firstname to my UDF only. What do I have to add to put the firstname and the lastname into my UDF?
    Thanks
    Franz

    HI
    Use Like this :
    SELECT T0.[firstName]' ' T0.[lastName] FROM OHEM T0
    So it will combine the First name & Last name . link with ur FMS(Use Plus Symbol after firstname(Before Quotation & after quotation) .. Forum is not posting the plus symbol
    Giri
    Edited by: Giri dharan on Jan 5, 2010 7:16 PM

  • Customization query on EPM workspace login name to Firstname and Lastname

    Hi Gurus,
    Question:
    Our User would like to see Welcome Firstname Lastname once they login at Top Right corner of the workspace. Currently, it shows login name i.e., if user login as admin, the workspace welcome message would show as Welcome Admin.
    Any inputs on achieving this i.e., javacode or API would be greatly appreciated.

    Hi Krishna,
    Here are the 2 options:
    1) As Lars mentioned, Persist the column you want in your table and use your filter. Or
    2) Keep filters on both Last Name and First Name separately.
    I.e Instead of Filtering with Full Name = 'KrishnaTangudu',
    Use Filters as Match(lastname,*inputparameter*) AND Match(firstname,*inputparameter*)
    Expression Editor of Projection in Calculation View:
    Match(lastname,*Inputparameter*) AND MATCH (firstname,*inputparameter*)
    And check the Viz Plan, if this actually helps you to push down your filter condition.
    Regards,
    Krishna Tangudu

  • HOw to display the show form in News browser insted of render listitem dire

    Hi,
    I have created a xmform .
    I have entred some data using the news authoring .
    when I see the content thru news browser, By default it displays the content which in defined in my xmlform render listitem .
    I want directly to display my xml show form rather then my render listitem.
    how to achieve this ?
    Should I have to do some coding on this ? if so can some one guide me to achive this ?
    thanks
    pkiran

    Hi PKG,
    I think the easiest way to achive this, is to design your RenderListItem form like your ShowForm and restrict the number of items in your collection renderer to "1".
    So a list is rendererd with exactly one item.
    Kind Regards
    --Matthias

  • Process flow between edit ,renderlistitem and show form in XML form builder

    Hi all ,
    i'm building from in xml from builder . i'm confused with the process between edit ,renderlist item and show froms .can any one please explain me the Process flow between those
    thanks,
    rajeev.

    Hi Rajeev!
    There is no process flow between those forms. They are seperate views of the same document, nothing more.
    The Edit form is always used if you create or edit a xml document based on the form.
    The renderlist item form is used if more than one XML document is shown, for example in a list.
    The show form ist used if the document should be displayed in full, eg by clicking on an XML document in a list.
    It is even possible to add more custom forms and display them. If you "preview" an XML document, you get the choice to display the document with all display forms available (default Renderlist item and Show). If you watch the URL when previewing a xml document you'll see an URL parameter selecting the form to show.
    Regards,
      Jürgen

  • Display FirstName and Last Name on change password form

    Hi,
    I have to display FirstName and Last Name in change password form instead of DN of the user the below syntax is displaying complete DN.
    resourceAccounts.currentResourceAccount[$(name)].accountDisplayName, would appreciate if anybody can guide me on this.
    Thanks

    Hi,
    For anyone searching how to do this, I've modified the Change User Password Form to contain a user's first and last names. As the User view is not accessible from this form, I added the following:
          <Field name='fullname'>
            <Display class='Label'>
              <Property name='title' value='Full Name'/>
              <Property name='value'>
                   <rule name='EndUserRuleLibrary:getRealName'>
                       <argument name='accountId' value='$(resourceAccounts.id)'/>
                   </rule>
              </Property>
            </Display>
            <Disable>
              <or>
                <ref>answersVerified</ref>
                <isnull>
                  <ref>resourceAccounts.id</ref>
                </isnull>
              </or>
            </Disable>
          </Field>      I'm not at all sure this is the best way of accomplishing this, but I couldn't find forum search results that would allow me to display additional user attributes on this form.
    Hope it helps!
    Nick.

  • How to use adifferent Show form to display a document created by XML forms

    Hi,
    I have created some XML documents using an XML form.
    The XML form contains two Show forms, Show & Show2. The default is Show. When I view the XML document via a KM Docs iView the default Show form is used to display the resource.
    If I wish to display the XML document using a KM Docs iView, but using the Show2 (non-default) form how is this done?
    I have created Layout Sets for each of the different ways to display the XML forms, but there is no option to choose Layout Set in the KM Docs iView config.
    Thanks,
      Tom
    Edited by: Tom Parle on Apr 3, 2008 12:45 PM

    Hi Tom,
    Check out the SAP Help site [Linking Your Own List Forms into iViews|http://help.sap.com/saphelp_nw04s/helpdata/en/0e/1affa0f8c47447a164998b60025aea/frameset.htm]
    I think it explains exactly what you are looking for.
    Hope it helps,
    Robert

Maybe you are looking for

  • Can you have 2 iTunes accounts, and use the same master card?

    I wonderd if I cold have 2 iTunes accounts, one for me, and one for my mom, and use the same master card on both? I dont want my mom to **** up my account if she gets an iPhone. Also she would be using my e-mail and my name.

  • Alert message in pl/sql code

    I have a form based on procedure and i want when the procedure executed to appear an alert message. The form is as a portlet to a page. This is the code in the procedure htp.p('<SCRIPT>alert("my message");</SCRIPT>'); The problem is that after the al

  • Issue of Personalization error while running Photoshop ver.8 on Win 7

    I recently upgraded my operating system to Windows 7 Enterprise edition (ver 6.1.7600 Build 7600) from Windows XP Professional. Now the issue is that after installing the licensed version of Adobe Photoshop CS (Adobe Creative Suit CS) on Win 7, I am

  • Raid Admin Cannot Find XRaid

    I have a G4 XServe running 10.4.11 and an XRaid divided into 2 partitions, both raid 5. Recently the second partition disappeared. The problem is that Raid Admin 1.3.3 cannot find the raid. We are part of a large network, where none of the IT people

  • Source filename during runtime for link file (txt, image)

    hi, I want to pass the value or path of the source filename to the link file object I placed in the report. how can I do that.. please help me out. regards