Search IRoom by room name

Hi all,
Anyone knows how to search for a room given the name of room (not id) ?
I know how to lookup a IRoom interface if the room id is given.
Any help would be greatly appreciated
Best regards,
Dieter

I just downloaded "FastContacts" from the App Store. It's free and works great..I'm now able to seasrch all my contacts by company. Its just unbelievable that Apple ovelooked such an important feature..since they marketed the iphone as a "business tool". Makes you wonder. Hope this helps

Similar Messages

  • Cannot search EAC by Display Name - Must search by Alias

    My company is slowly migrating users from E2k7 to E2k13.
    We have noticed on several occasions that room resources that are on E2k13 can only be found in EAC when we search by their Alias. We absolutely cannot search by a display name.
    However on some rooms we can search by the display name.
    Any known issue here? Or anyone experience this?

    Hi Johnny,
    We can search the rooms by using Alias, if they also working well, then it seems the migration from Exchange 2007 to Exchange 2013 complete successfully.
    Did someone rename the display names? It needs some time to cover the modification.
    Please also get mailbox via display names to verify whether we input the correct display names.
    Command as below:
    Get-Mailbox DisplayName
    If everything going well except the "searching via display name on some users", I suggest intalling the CU3 or SP1. The Exchange 2013 SP1 will release in a short time later.
    Hope it is helpful
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • How to include room name in subscriptions email?

    I would like notifications and subscriptions sent from collaboration rooms to users via email to display the relevant room name that the subscription applies to. By default the emails display the room ID (609a34cc-eed4-2710-5492-987c69634cac) which gives no meaning to the user.
    How?
    Henning

    Hi Henning,
    with NW03 SP13 the mails display the room's path instead of the RoomID.
    As Collaboration Rooms are unknown to the Subscription Service, its not possible for the Subscrption Service to determin a Room's name.
    Also there's currently no way to edit/add the properties used to render the subscription eMail. The only way I can immagine this might work is, parsing the path (given in the Mails XML/XSL) and try to determin the room name out of this information.
    Hope this helps
    Dirk

  • How do I search for a specific name of an email sender?

    I'm trying to locate, in the easiest way possible, a name that should have appeared in my inbox... How do I search for a specific name?

    type it in the big box on the toolbar and press enter.

  • Create search refiner for list name in sharepoint 2013

    Hi everybody!
    How could I create a search refiner for list name in SharePoint 2013?? I think I can create a search refiner for list ID but how could I show list name base on list id to users in refinement webpart??

    you can create your custom Manged property and use content enrichment to fill the managed property 
    http://blogs.msdn.com/b/richard_dizeregas_blog/archive/2013/06/19/advanced-content-enrichment-in-sharepoint-2013-search.aspx
    Hope that helps|Amr Fouad|MCTS,MCPD sharePoint 2010

  • How can i search for multiple file names (images) in bridge?

    Hello everyone!
    Does anyone know how to search for multiple file names in bridge?
    That is to copy & paste something like this: _MG_2152, _MG_2177, _MG_2194, _MG_2195, _MG_2202, _MG_2212, _MG_2219, _MG_2261, _MG_2362, _MG_2401
    Not using several criterias in the search box that is. That takes too long.
    Thanks
    Steffen Rikenberg Photographer
    Oslo, Norway.
    www.steffenrikenberg.no

    Try this add-on [https://addons.mozilla.org/it/firefox/addon/find-all/ Find All]

  • Searching for a file name?

    Hey Guys,
    Is there a way to fine the name of a text file? For example, I have 3 files 1235.txt, 2568.txt, and 2568.txt. I need to find one of these files and write user info into each one and then update the file with current user info.
    I was just wonder if there is anyway you could search for a file name?
    The reason I need to do this is because I want to store user details into seperate files, because I don't really want to use a random access file and using one file for all the users seems alot harder, when finding a file users info...
    Thanks Guys,
    The 31st Cook
    PS. I will post the code if required.... Thanks Again

    O yeah, I remember (google refresh my memory) this is what we were going to use in the first place except.. Because we must demo the program on completely locked down computers we can't install the drivers (that's what I was told) So, we can't use it...

  • How to change room names

    Using air port express , how do you change room names , eg. Living room , bedroom?

    Ah ok I got it change the name of the airport express's name

  • Why can't I search/filter on display names?

    See Question. Yes, it's 'display names', so I guess you can only see them on the display while thunderbird pretends to not know them really.
    Still this is a less useful non-feature which annoys me a lot.

    Display name:
    is useful in identifying emails from specific people like family and friends.
    It is more informal.
    The shortened format means the 'From' column header does not need to be so wide - especially if these emails have been filtered to suitable folders.
    for example: it is more user friendly to see FROM Mum instead of the long email address and many peopke do not always send emails showing their name.
    However, like many things, you are not obligued to use it in the contact properties.
    Regarding searching:
    It depends upon how you are doing it. there are different search methods and each will search in a slightly different way.
    If using 'Quick Filter Bar' then it does not search on Display name as those options are not available. It searches on Sender , Recipient, Subject and Body. But if the display name happens to be used in the body content then it will display.
    If using global search then it does search on a display name.
    Enter the display name in the search eg: Mum and select the Mum and email address option from the drop down offered.
    It will show display name and email address, so you can select the search parameters.
    If using this method:
    Edit > Find > Search messages
    This method searches on specific fields/headers and therefore will not search on a display name.
    So I would recommend you try using the global search option if searching by a specific display name.

  • Framescript: search and replace condition name in a bunch of mif files

    Hello fellows,
    I would like to loop through all mif files listed in a book, and search/replace specific condition names with other ones.
    This can be done in each FM file as follows:
    Sub ProcessDoc
      Loop ForEach(CondFmt) In(vCurrentDoc) LoopVar(vCondFmt)
        If vCondFmt.Name = (vCurrentName)
          Set vCondFmt.Name = (vFutureName);
        EndIf
      EndLoop
    EndSub
    The question is what would be the code in case of mif files. Conditions are defined in mif files as follows:
    <Conditional
        <InCondition `SampleCond'>
        <InCondition `SampleCond'>
       > # end of Conditional
    Thank you for your input in advance!

    Hi Jang,
    Thank you for your response. Interestingly enough, FM allows changing the Track Changes conditions to any other conditions using the script, but not the other way around. This can only be done after saving an FM file as MIF and running textual search/replace on all relevant <InCondition> instances in a text editor.
    Any idea why FM refuses to change a condition name to FM8_TRACK_CHANGES_ADDED for example?
    Thank you!

  • Error on clicking collabration Room name

    Hi,
        I have created a collabration room,but to enter into a room when i click on room name, i get a message on bottom left as "ERROR ON PAGE".
    When i double click on the above error ,we get this error
    "java script error and access/permission denied"
    Can anyone help me to know what is the error,whether problem is with room settings,security settings or with the user.
    Help will be rewarded
    Thanks in Advance

    HI,
    You have to assign certain roles to the user, for the collaboration rooms to work.
    refer this link
    http://help.sap.com/saphelp_nw04/helpdata/en/0a/e070403590ca01e10000000a155106/frameset.htm
    Roles
    ======
    The following portal roles are needed:
    com.sap.portal.content_admin_role(Content Administration)- This is for access to Portal Content Catalog
    com.sap.netweaver.coll.Collaboration(Collaboration)-To access Room directory,the access point to all rooms
    com.sap.netweaver.coll.Collaboration.Administration(Collaboration Administration)- This is for creation and maintenance of room templates
    com.sap.netweaver.coll.CollaborationRoomCreation(Room Creation)- For creation of coll rooms

  • XML form field choice list to be populated by collaboration room names

    I would like to create a news form used within collaboration rooms where one field should include the name of the room where the news entry is created.
    Preferably this should be done automatically as works for date and author fields ($date, $sap_user), but could also be done manually if there is a way to populate the list with all available room names. If so, how do I get these to show up in the XML forms builder. There is a property 'Room' with sub-property 'Name' in the builder's property menu, but I can't see how to use this to get the room name displayed in the form.
    Henning

    Steve
    Thanks!  After working with the example you sent me, I was able to get it to work -- great!  However, this method seems to overwrite all the other XML in my xfa:data -- not great!
    For example, without the script, I have something like this in my form data variable after a form is completed and submitted:
    - <xdp:xdp xmlns:xdp="http://ns.adobe.com/xdp/" timeStamp="2010-08-05T15:07:02Z" uuid="62d739de-6eb3-4ae2-8cfc-4eab0dd87f17">
    - <xfa:datasets xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/">
    - <xfa:data>
    - <root>
    - <performanceReview>
    <badgeNumber>8107</badgeNumber>
    <associateName>NATHAN JANNASCH</associateName>
    <department>Information System</department>
    <section>IS - System Devlopment</section>
    <jobFamily>Professional Staff</jobFamily>
    <GLBadge />
    <groupLeader />
    </performanceReview>
    <FSTARGETURL_ />
    </root>
    </xfa:data>
    However, when I use the script as you described above and in your sample to load the data for the dropdown list, I get this in my form data variable:
    - <xdp:xdp xmlns:xdp="http://ns.adobe.com/xdp/" timeStamp="2010-08-05T15:10:17Z" uuid="62d739de-6eb3-4ae2-8cfc-4eab0dd87f17">
    - <xfa:datasets xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/">
    - <xfa:data>
    - <GroupLeaders>
    - <GroupLeader>
    <GLBadge type="varchar">8103</GLBadge>
    <GLName type="nvarchar">AARON MEISTER</GLName>
    </GroupLeader>
    - <GroupLeader>
    <GLBadge type="varchar">5221</GLBadge>
    <GLName type="nvarchar">AB EDMONDS</GLName>
    </GroupLeader>
    </GroupLeaders>
    </xfa:data>
    It looks like the data the script loads is overwriting all of my other xfa:data.  This is quite bad, as my process is dependent upon this data.  Is there a way to append the dropdownlist data to the xfa:data, or perhaps load it into another node, rather than overwriting the existing xfa:data elements?
    Thanks!
    Toby

  • How to search for packages that Names including "'" [solved]

    Hi everyone
    first ,forgive my english lvevel
    and I want to know
    How to search for packages that Names including "'"
    for instance
    $ pacman -Ss America's Army
    it returned
    >
    Please help me ,many thanks!
    Last edited by icywalk (2010-04-05 13:09:26)

    fyi America's Army in the AUR as armyops if you're looking for it.

  • I cannot type a web page on my iphone5 on the search or enter website name window of safari. as I type w the system brings me back to the phone main screen. This has happened since I updated to the new iOS 8

    I cannot type a web page on my iphone5 on the search or enter website name window of safari. as I type w the system brings me back to the phone main screen. This has happened since I updated to the new iOS 8

    You haven't mentioned any steps you might have tried to correct this so I'll suggest you try the first troubleshooting step. Reset your iPhone. Press and hold the Home and Sleep/Wake buttons simultaneously until the Apple logo appears. Then release the buttons and let the device restart. No data will be lost doing this. It's like rebooting a computer.

  • Best practice for searching on surname/lastname/name in Dutch

    I'm looking for a best practice to store names of persons, but also names of companies, in my database.
    I always store them as is (seems logical since you need to be able to display the original input-name) but I also want to store them transformed in some sort of way so I can easily search on them with LIKE! (Soundex, Metaphone, Q-Gram, ...)
    I know SOUNDEX and DIFFERENCE are included in SQLServer, but they don't do the trick.
    If somebody searches for the phrase "BAKKER", you should find names like "Backer", "Bakker", ... but also "De Backer", "Debecker", ... and this is where SOUNDEX fails ...
    Does someone know some websites to visit, or someone already wrote a good function to transform a string that I can use to store the names but also to transform my search data?
    (Example:  (Pseudo lang :-))
    function MakeSearchable (sString)
      sString = sString.Replace(" ", ""); //Remove spaces
      sString = sString.Replace("CK", "K");
      sString = sString.Replace("KK", "K");
      sString = sString.Replace("C", "S");
      sString = sString.Replace("SS", "S");
      return sString;
    Greetz,
    Tim

    Thanks for the response, but unfortunately the provided links are not much help:
    - The first link is about an article I don't have access to (i'm not a registered user)
    - The second link is about Integration Services. This is nice for Integration stuff, but I need to have a functionality within a frontend. 
    - The third link is for use in Excel.
    Maybe I'm looking for the wrong thing when wanting to create an extra column with "cleaned" up data. Maybe there's another solution from within my frontend or business layer, but I simply want a textbox on a form where users can type a search-value like
    "BAKKER". The result of the search should return names like "DEBACKER", "DE BEKKER", "BACKER", "BAKRE", ...
    I used to work in a hospital where they wrote their own SQL-function (on an Interbase database) to do this: They had a column with the original name, and a column with a converted name:
    => DEBACKER => Converted = DEBAKKER
    => DE BEKKER => Converted = DEBEKKER
    => BACKER => Converted = BAKKER
    => BAKRE => Converted = BAKKER
    When you searched for "BAKKER", you did a LIKE operation on the converted column ...
    What I am looking for is a good function to convert my data as above.
    Greetz,
    Tim

Maybe you are looking for

  • How do I move text in apple pages for icloud

    I'm trying to highlight text and then click and drag it to another location in my document.  Doesn't  work.   Does the icloud version work differently than the download program?  Thanks.

  • Is there a way to securely erase the drive during a fresh install

    I'm selling my iMac G5 and Powerbook G4 so I can afford a brand new Intel iMac (the 2.8GHz one). I have Leopard running on both these machines at the moment, but on the iMac G5, I want to restore it to factory settings using the original Tiger instal

  • Function Group

    Hi Guys, I have created a FunctionModule,assigned to a Function Group(lets take it up as FG123),and transported to quality without any error and activated.But the thing is,while excuting FunctionModule,am gettin an error msg tat Function group(FG123)

  • How to run the media on JM Studio?

    Hi...I am new to JMF... I have installed the JMF2.1.1e and would like to start the very first JMF source code. I had complied it successfully and save the file "jmfsample" in "C:\documents and settings\user\desktop\Java JMF". How to specify this file

  • What steps are needed to download an older version of Firefox for testing an Oracle certified version?

    I want to download an older version of Firefox for testing Oracle certified versions (for PeopleSoft PeopleTools). I found the directory of older versions but need instructions for the steps needed to download the desired version, which is version 17