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?)

Similar Messages

  • 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.

  • 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'.

  • 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

  • Trouble with Search using MSSQLFT and Like

    I am using SPServices to run a search on a scope I have defined. When the page first loads, I run a query that retrieves all the items from the search scope using
    var queryExtra = '';
    var q = "SELECT Title,Path,Description,Write,Rank,Size,SiteTitle FROM SCOPE() WHERE ";
    q += queryExtra + " (\"SCOPE\"='LC Engagement Sites') ORDER BY Rank";
    var queryText = makeQuery(q);
    $().SPServices({
    operation: "Query",
    queryXml: queryText,
    completefunc: function(xData, Status) {
    The function makeQuery turns the sql into the required xml.  When run, this works.
    I also have a textbox that allows the user to show only ones where the title contains some text.  I have tried using like and contains to restrict the search but both return no results.
    var queryExtra = getAll || title == "" ? "" : " Title like '%" + title + "%' AND ";
    var queryExtra = getAll || title == "" ? "" : " CONTAINS(title,'" + title + "') and ";
    The query ends up looking like this
    SELECT Title,Path,Description,Write,Rank,Size,SiteTitle FROM SCOPE() WHERE  CONTAINS(title,'taiwan') and  ("SCOPE"='LC Engagement Sites') ORDER BY Rank
    or 
    SELECT Title,Path,Description,Write,Rank,Size,SiteTitle FROM SCOPE() WHERE  title LIKE '%taiwan%' and  ("SCOPE"='LC Engagement Sites') ORDER BY Rank
    and the query packet looks like this
    <QueryPacket xmlns='urn:Microsoft.Search.Query' Revision='1000'>
    <Query>
    <Context>
    <QueryText language='en-US' type='MSSQLFT'><!
    [CDATA[SELECT Title, Path, Description, Write, Rank, Size, SiteTitle
    FROM SCOPE()
    WHERE CONTAINS(title,'taiwan') and
    ("SCOPE"='LC Engagement Sites') ORDER BY Rank
    ]]>
    </QueryText>
    </Context>
    <IncludeSpecialTermResults>
    true
    </IncludeSpecialTermResults>
    <Range>
    <Count>1000</Count>
    </Range>
    </Query>
    </QueryPacket>
    Is there something I'm doing wrong? I've seen many examples that show that this is possible but so far no luck.

    Hi,
    The following code for your reference:
    <html dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
    <meta name="WebPartPageExpansion" content="full" />
    <script language="javascript" src="jquery-1.8.2.min.js"></script>
    <script language="javascript" src="jquery.SPServices-0.7.2.min.js"></script>
    <script language="javascript">
    (function () {
    function querySearchService(scopeName, keywordToSearch, maxItemCount) {
    keywordToSearch = keywordToSearch.trim().replace(/\s+/g, "+");
    var queryText = "<QueryPacket xmlns='urn:Microsoft.Search.Query' Revision='1000'>"
    queryText += "<Query>"
    queryText += "<Range><StartAt>1</StartAt><Count>" + maxItemCount + "</Count></Range>"
    queryText += "<Context>"
    queryText += "<QueryText language='en-US' type='MSSQLFT'>"
    queryText += "SELECT Title,Path,Description,Write,Rank,Size,SiteTitle FROM scope() WHERE CONTAINS ('" + keywordToSearch + "') AND \"scope\"='" + scopeName + "' AND ISDOCUMENT=true ORDER BY Rank DESC"
    queryText += "</QueryText>"
    queryText += "</Context>"
    queryText += "</Query>"
    queryText += "<EnableStemming>True</EnableStemming>"
    queryText += "<TrimDuplicates>True</TrimDuplicates>"
    queryText += "</QueryPacket>";
    //alert(queryText);
    $().SPServices({
    operation: "Query",
    queryXml: queryText,
    completefunc: function (xData, Status) {
    $(xData.responseXML).find("QueryResult").each(function () {
    var array = new Array();
    alert($(this).text());
    var result = $.parseXML($(this).text());
    var matches = result.find("Document");
    if (matches.length == 0) {
    alert("Nothing Found!");
    return;
    $("#dynamic-search-results").empty();
    matches.each(function () {
    url = $("Properties>Property:nth-child(2)>Value", $(this)).text();
    title = $("Properties>Property:nth-child(1)>Value", $(this)).text();
    $("#resultDiv").append($("<p></p>").append($("<a></a>").prop("href", url).text(title)));
    $(document).ready(function () {
    querySearchService("LC Engagement Sites", "SharePoint", 10);
    </script>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled 2</title>
    </head>
    <body>
    <div id="resultDiv"></div>
    </body>
    </html>
    More information is here:
    http://jeffywang.blogspot.com/2014/01/utilizing-spservices-to-call-sharepoint.html
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected].

  • I just installed ios8 on my ipad3 and now I can't exit out of the last search using Safari and Google search

    I Installed ios8 then iOS 8.02 on iPad 3. Now when I use Safari and Google search I can't exit out of the last site visited. It seems that all the sites are saved. Help. When I go to use Safari the next time the last site visited is always there. I want to be able exit those sites every time exit from Safari

    Safari works a little differently in that respect on iOS 8 on the iPad than it did before. To exit the last site used, tap the icon that looks like 2 overlapping pages at the top right of the screen and then tap the x at the top left of the smaller display that appears.

  • 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

  • Lexical search using Pattern and Matcher class

    Hi Folks,
    Need some help with the following Query. I want to find out how I can implement
    the following by using Pattern / Matcher classes.
    I have a query that returns the following set of strings,
    aa
    abc
    def
    ghi
    glk
    gmonalaks
    golskalskdkdkd
    lkaldkdldldkdld
    mladlad
    n33ieler
    What I would like do is to find out any string that starts with g and Lexical occurs after ghi. So this will return
    ghi / glk / gmonalaks / golskalskdkdkd
    How can I accomplish the above, by using the following two classes.
    Pattern datePattern = Pattern.compile();
    Matcher dateMatcher = datePattern.matcher();
    Thanks a bunch...
    _Shoe Maker..                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Nothing in your specification requires a regex. Loop though the strings until you find the string "ghi". Then continue looping though the strings outputting those where the first characters is 'g' .

  • I plugged in my external Hard drive everything was going fine, I dumped lots of music into it. Now I can find the external hard Drive Icon. I have done a search using spotlight and WD My Passport doesn't show up.

    Any Idea as to where it went?

    What does this have to do with iCloud on your iOS device (i.e. this forum you've posted in)?
    Have you tried unplugging and plugging the hard drive back in? Tried turning it off and back on again?

  • Reading (and searching, use of TOC and index) Acrobat files offline

    OK - I have tried several things in effort to read PDFs offline.
    The 'tools' that allow me to access these files PDFReader Pro and GoDocs are incapable of doing searches, use TOC, and index.. It is basically a picture of a PDF. They also present it in the linear form where I need to actually scroll the 343 PAGES to get to the information I want to read mid-way into the document.
    Is there a realistic tool that actually properly presents PDF files offline and allows it to be used as it was intended? OOPS - correction Safari cant display this right either.... never mind ....
    Thanks
    Message was edited by: EmbeddedGeek
    I removed an erroneous statement that safari can properly display PDFs - it can't provide search, index/toc accesses. Bogus!

    On a possibly related note, see http://reviews.cnet.com/8301-13727_7-20004258-263.html?tag=mncol;txt for a way to ADD stuff to the TOC. I'm just passing this along, I haven't tried it.
    Doug

  • Open UCM Search results

    Hello,
    I create a search page using UCM Search Data Control
    And showing result as
    <af:iterator value="#{bindings.Return.collectionModel}"
    var="hints" rows="#{bindings.Return.rangeSize}">
    <af:goLink text="#{hints.title}" destination="#{hints.URI}" inlineStyle="margin:5px"/>
    </af:iterator>
    This code allow download files. But content (*.xml) loading as files too.
    How i can get a full path link from search data control (like Administration Console -> Content -> Get Link) ?
    Where i can get a documentation about search data control (please give me any link)?

    I doubt you can do it out-of-the-box. The number you want to add is not available in standard metadata fields - it can be obtained if you turn on CONTENT TRACKER. Even if you do so, you will have to add this field to queries that search results are based on. This will definitely require some customization (IMO).

  • Update  FirstName,MiddleName and LastName  of Contact Employee of BP via DI

    Hi,
    Iam using SAP BOne 8.8 SP:00  PL15   and i need to add a BP using DI and i also need to add Conatct Person information for that BP. But the FirstName,MiddleName and LastName Fields of the contact person is not exposed through the DI.
    Is there any way to add or update those fields through ( FirstName,MiddleName and LastName ) DI
    Thanks & Regards
    Rejish

    If it's not exposed to the DI, you can not do it with the DI or DTW so it will have to be done through the application

Maybe you are looking for

  • No FireWire cable for Target Disk Mode

    I have an original MacBook1,1 running Snow Leopard 10.6.8. It will not start up, I have tried everything on this Apple web page , Mac OS X: Gray screen appears during startup, besides an erase and reinstall and I don't know what to do. It won't read

  • Is there a way to put comments in an .icd file?

    I think I know the answer to this, but is it possible to put comments into an .icd file?  I create many ICD files for Camera Link cameras (using both the NI Camera File Generator and by editing the text) and it would be very helpful if I could place

  • Business Rules in OBPM 10.3.1

    Hi, I have a question related to business rules in OBPM 10.3.1. Is it possible to run a query using the advanced editor in the business rule?, is it possible to execute a method inside a bpm object? Seems from what I have tested that only conditions

  • Error in XPRAS_AIMMRG phase | Netweaver 7.4  BW Upgrade

    Hello Experts, We are upgrading our BW system from SAP Netweaver 7.0 to 7.4. The phase XPRAS_AIMMRG in Execution section of the tool is running for a very long time. We have observed the below error Message in MSGOUT.LOG- SAPup> Starting subprocess w

  • URGENT: strange rendering issue

    Hi all, So I'm having the weirdest issue when I try to render out a graphic in Hi-res.  I've already done it in low-res(draft settings) and it looked fine.  But now in hi-res (best settings) I get the same issue every time: The rendered file suddenly