Validate "work e-mail" from user information list --give me wrong result

How can I validate the user "work email" from User Information List is working
properly?
I am following this >> http://social.msdn.microsoft.com/Forums/sharepoint/en-US/e4d41f77-c7e4-40ef-b85f-de7f972f2a3f/allow-submitter-see-only-the-items-that-are-relevant-to-him-in-drop-down-list?forum=sharepointcustomizationprevious#4d63b721-7acb-463a-b578-87eb1d72b5f1
But instead to get the correct work email I am getting >>domain \usernamedomain
\username domain \username  (example: americas\admin_andress_belloamericas\admin_andress_belloamericas\admin_andress_bello)  
CRISTINA&amp MICROSOFT Forum

Hi,
How did you validate the work e-mail?
I recommend to set another text field to get the email of the user from User Information List and then use the text field for validation.
Could you please provide an example of your requirement for reproducing this issue?
Thanks,
Victoria
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]
Victoria Xia
TechNet Community Support

Similar Messages

  • CSOM (Javascript) Inner join CAML query on 'User Information List'

    I need to pull site user details like (email, display name, phone) from 'User information list' using a 'inner join' on a different list 'SiteOwners' where 'Contact' is a person or group field.
    The result object is not returning the details from 'User Information List' though it returns details from 'SiteOwners' list
    <script src="/_layouts/15/SP.runtime.js" type="text/javascript"></script>
    <script src="/_layouts/15/SP.js" type="text/javascript"></script>
    <script type='text/javascript'>
    'use strict';
    //$(document).ready(function() {
    function abc() {
    var context = SP.ClientContext.get_current();
    var web =context.get_web();
    var stownrlist = web.get_lists().getByTitle('SiteOwners');
    var camlqry = new SP.CamlQuery();
    camlqry.set_viewXml = "<View>" +
    "<Query></Query>" +
    "<ViewFields>" +
    "<FieldRef Name='Title'/>" +
    "<FieldRef Name='Contact'/>" +
    "<FieldRef Name='UserName'/>" +
    "<FieldRef Name='UserEMail'/>" +
    "<FieldRef Name='UserMobilePhone'/>" +
    "</ViewFields>" +
    "<ProjectedFields>" +
    "<Field Name='UserName' Type='Lookup' List='User Information List' ShowField='Name' />" +
    "<Field Name='UserEMail' Type='Lookup' List='User Information List' ShowField='EMail' />" +
    "<Field Name='UserMobilePhone' Type='Lookup' List='User Information List' ShowField='MobilePhone' />" +
    "</ProjectedFields>" +
    "<Joins>" +
    "<Join Type='INNER' ListAlias='User Information List'>" +
    "<Eq>" +
    "<FieldRef Name='Contact' RefType='Id'/>" +
    "<FieldRef List='User Information List' Name='ID'/>" +
    "</Eq>" +
    "</Join>" +
    "</Joins>" +
    "</View>";
    debugger;
    var stownritems = stownrlist.getItems(camlqry);
    context.load(stownritems);//, 'Include(Title,Contact,UserName,UserEMail,UserMobilePhone)');
    context.executeQueryAsync(
    Function.createDelegate(this, function () {
    debugger;
    var stownenm = stownritems.getEnumerator();
    while (stownenm.moveNext()) {
    var userid, loginname,email,name,mobilephone;
    if (stownenm.get_current().get_item('Contact') != null) {
    userid = stownenm.get_current().get_item('Contact').get_lookupId();
    loginname = stownenm.get_current().get_item('Contact').get_lookupValue();
    email = stownenm.get_current().get_item('ows_UserEMail');
    name = stownenm.get_current().get_item('UserName');
    mobilephone = stownenm.get_current().get_item('UserMobilePhone');
    }), function() {alert('Request failed. ' + args.get_message() + '\n' + args.get_stackTrace());});
    </script>
    Any suggestions / help please.
    Sai

    I identified the issue
    "camlqry.set_viewXml"  is a method (camlqry.set_viewXml()) not a property (as apposed to C#).
    The above should be like "camlqry.set_viewXml(querystring)" instead of "camlqry.set_viewXml =qrystring".
    Sai

  • Sharepoint 2010 Content Deployemnt Job issue with duplicate fields in User information List

    Hi friends,
    I am facing below issue with the content deployment job.
    It was working earlier. But now since from couple of days all the content deployment jobs in production environment are failing with below error.
    Field name already exists. The name used for this field is already used by another field in the list. Select another name and try again.
    ObjectName="User Information List".
    When I check the fields in User information list in targeted site, I found couple of columns are dupicate like "ask me about",first name","Last name" etc.
    Do i Need to drop target site collection or recreate with fresh content deployment job.
    Please suggest.
    Please help .
    Regards
    Subrat

    Hi,
    According to your post, my understanding is that you got duplicate field error.
    Based on the error message, you can try to use the following code sample to remove duplicate records, and check whether it works:
    http://social.msdn.microsoft.com/Forums/en-US/sharepointgeneralprevious/thread/41ee04bd-91fb-4bf9-932a-bac42c56c357
    Here is a similar issue, you can also use the ‘RemoveDuplicateColumn64’ provided:
    http://sharepointsurfer.wordpress.com/2012/04/27/how-to-fix-publishing-site-content-deployment-error-duplicate-first-name-column/
    What’s more, as you had said, you can recreate a site with a fresh deployment job.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • User profile service not updating 'Title' in user information list

    Hi,
    In our SharePoint farm, following two user profile sync timer jobs are successfully running but not updating the 'Title' in the hidden user information list.
    User Profile to SharePoint Full Synchronization
    User Profile to SharePoint Quick Synchronization.
    Can someone point me to the right direction? Please note that I don't want to use powershell script shown here to update the 'Title' in the user information list -
    http://blog.falchionconsulting.com/index.php/2011/12/updating-sharepoint-2010-user-information/.
    Thanks,
    Manvir
    Manvir

    Hi,
    There are two jobs, User Profile to SharePoint Quick Sync and User Profile to SharePoint Full Sync, that synchronize the User Profile database information with the user information list. Sometimes this stops working (properly) and in that case
    you need to run:
    Stsadm.exe –o sync –listolddatabases 0
    Stsadm.exe –o sync –deleteolddatabases 0
    The first command will display all the databases and when they have been sync’d last.
    The second command will delete the records corresponding to those databases (it doesn't delete databases/end user data).
    Anyways, running this will basically tell the timer jobs that they have never sync’d and force them to carry on as if it’s the first time.
    Go to Central Admin and fire off the User Profile to SharePoint Full Synchronization
    job.
    For detailed information, refer to the following article:
    https://donalconlon.wordpress.com/2012/03/02/sharepoint-user-information-list-is-not-being-updated/
    Best Regards,
    Lisa Chen
    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]

  • UTL_MAIL: ORA-29279..... 501 badly formatted MAIL FROM user - no " "

    Hi guys,
    I’m trying to redesign a current process that requires a large amount of manual intervention. As such I’d like to utilise UTL_MAIL to send notifications of system events but have been unable to get it to execute on my dev database (installed on my local PC).
    O/S ver:
    Windows XP SP3
    Oracle ver:
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
    PL/SQL Release 10.2.0.3.0 - Production
    CORE    10.2.0.3.0      Production
    TNS for 32-bit Windows: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    I’ve configured the smtp_out_server parameter:
    SQL> sho parameter smtp_out_server;
    NAME                                 TYPE        VALUE
    smtp_out_server                  string        XXX.XXX.XXX.80:25
    And installed the required Oracle built in packages:
    SQL> @C:\oracle_builtins\utlmail.sql
    Package created.
    Synonym created.
    SQL> @C:\oracle_builtins\prvtmail.plb
    Package body created.
    No errors.
    I’ve compiled a simple test version of the code:
    CREATE OR REPLACE PROCEDURE test_email IS
    BEGIN
    UTL_MAIL.send(sender     => '[email protected]',
    recipients => '[email protected]',
    subject    => 'UTL_MAIL test subject',
    message    => 'UTL_MAIL test body');
    END;
    +/+
    SQL> @C:\procs\email_proc.sql
    Procedure created.
    However when I execute it I get the attached error(s):
    SQL> execute test_email ;
    BEGIN test_email ; END;
    *+
    ERROR at line 1:
    ORA-29279: SMTP permanent error: 501 badly formatted MAIL FROM user - no <
    ORA-06512: at "SYS.UTL_SMTP", line 21
    ORA-06512: at "SYS.UTL_SMTP", line 99
    ORA-06512: at "SYS.UTL_SMTP", line 222
    ORA-06512: at "SYS.UTL_MAIL", line 397
    ORA-06512: at "SYS.UTL_MAIL", line 608
    ORA-06512: at "SYS.TEST_EMAIL", line 3
    ORA-06512: at line 1
    I’ve also confirmed with our mail team that the sender is included in our firewall config and should not be being blocked……
    Any ideas? Does the package produce any log files / alerts that I could check or is it possible to execute in a verbose mode so I can debug?
    Thanks,
    Chris

    Welcome to the forum.
    That error comes from your SMTP server, and it indicates there's something wrong with the email address.
    You could try the following and see if that works:
    CREATE OR REPLACE PROCEDURE test_email
    IS
    BEGIN
      UTL_MAIL.send(sender => 'test <[email protected]>',
                    recipients => '[email protected]',
                    subject => 'UTL_MAIL test subject',
                    message => 'UTL_MAIL test body'
    END;
    /Some more inputs can be read here: Reg.SMTP Error while using UTL_MAIL in Oracle 10g
    Also, when you want post formatted examples, just use the {noformat}{noformat} tag before and after your examples.
    So, when you type:
    {noformat}select *
    from dual;{noformat}
    it will appear as:select *
    from dual;when you post it.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Sharepoint 2010: user information list Vs user profile

    I wrote code for getting user details based on username. I am fetching data from user profile using user profile service. But recently I came to know about "user information list" which stores same data as that of user profile.
    So, My question is which will be better choice : user profile service OR user information list to get user information ?

    User Information list has limitation, firstly its hidden, it can be viewed only administrators.
    Also you will face issue when you migrate your application to SharePoint 2013.
    If you want quick way of know who has permissions you can use this list, but sometime you may end up with outdated user profile(properties) information. 
    Better try to use User profile service wherever possible.
    there is another discussion on this topic here -
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/759d3c83-3fed-4bfc-a591-e88ca40e9407/sharepoint-user-information-list
    reference-http://www.sharepointchick.com/archive/2009/06/17/user-profiles-and-the-user-information-list-or-userinfo-table.aspx
    MCITP: SharePoint 2010 Administrator
    MCTS - MOSS 2007 Configuring, .NET 2.0
    | SharePoint Architect | Evangelist |
    http://www.sharepointdeveloper.in/
    http://ramakrishnaraja.blogspot.com/

  • How to Update Picture column in User Information List?

    Hi,
    The user updated his profile picture in mysite about 10 days ago. The updated picture is shown on his mysite but the same is not in sync with User Information List. The 2 timer job which takes care of the profile synchronization are scheduled as below:
    Profile Synchronization : hourly
    Quick Profile Synchronization : every 2 minutes
    And both the timer job status are shown as successful, yet the picture url is not updated.
    Can anyone kindly let me know is there any way to update the same manually.
    Please note that the version of SharEPoint is 2007 and Windows server 2003.
    Thanks in Advance.

    Hi Sheetal Lomate,
    It is correct to check the profile synchronization jobs to make sure profile information syncs between user profiles and user information list.
    If it is still not synced, please use the following stsadm command:
    stsadm –o sync –listolddatabases <x number of days>
    If one or more content databases show up in this list, clean up the list, they can be added to the list again:
    stsadm –o sync –deleteolddatabases <x number of days>
    Related reference:
    User Profiles and User Informtation list synchronization:
    http://www.sharepointchick.com/archive/2009/06/17/user-profiles-and-the-user-information-list-or-userinfo-table.aspx
    Thanks,
    Qiao
    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]
    Qiao Wei
    TechNet Community Support

  • How to add user information list in site page using out of box

    Hi,
        Kindly suggest me any solutions or reference links regarding adding user information list in one of the site pages using out of box.
    Thanks
    Razvi444

    Hello Razvi444,
    it is not clear what you are trying to accomplish, but for your information User Information List could be find under <your_site>/_layouts/15/people.aspx?MembershipGroupId=0. If you would
    like to display all user on the page you need to develop a custom web part and using the aforementioned URL all user could be displayed on your page.
    Or you could also edit the page and insert a link (/_layouts/15/people.aspx?MembershipGroupId=0), set a description. SharePoint will name it people.aspx. After that you could "Edit Source" and rename it accordingly.
    Let me know if this one is helpful.
    Enjoy!

  • Why can I not send an e-mail from my contact list?

    Why can I not send an e-mail from my contact list?

    I responded to your other post.
    Have you set up an email account on your iPad? What is happening when you try to send an email?

  • How to create Global password and user information list in Linux

    Hi ,
    OS is : OEL, We have some requirement, we need to create global password and Users information, that location sould be accessable to all users, can any one guide me how to do it in Linux.

    Could you give us a little more details? Are u looking for something like a centralized authentication system? or....what exactly?
    kido

  • List.removeAll(otherList)  - wrong result

    Hi guys,
    I have 2 Lists:
    1.     carList
    2.     documentList
    *both contain the same type: car PLUS I have overloaded the hashCode and equals of car
    carList has 1106 items
    documentList has 88 items
    I would like to remove the 88 items of documentList from the carList.
    (simple math: 1106-88=1018)
    By doing this:
    (1)
    this.carList.removeAll(documentList);
    the carList.size() = 1013 (?!?!)by doing this:
    (2)
                 for (int x=carList.size()-1; x>=0; x--)
                      Car cx = (Car) carList.get(x);
                      for (int i=documentList.size()-1; i>=0; i--)
                           Car ci = (Car) documentList.get(i);
                           if (cx.equals(ci))
                                carList.remove(x);
                                documentList.remove(i);
                                break;
                 }I get 1018 (correct)
    Question: Why am I getting the wrong result in option 1? (once again, I have overloaded the hashCode and equals of car)

    I am going to guess - and it is a guess - that it is down to the way the removeAll() method works 'under the covers' so to speak. Like you, I cannot think of any reason why the results should differ given that I would expect the equals() method - which you overrode - that would be called upon most. Sorry I cannot help any further.

  • How to remove workbook from user's list

    hi,
    we are using oracle discoverer with oracle applications 11i. There is an oracle application user M that had several workbooks shared with other users.M is no longer working in the company and I need to withdraw his workbooks from the user X. I signed in to oracle discoverer using his user name and I found only one shared workbook with user X, while there are many more. My user is the only one that has all the shared workbooks displayed.
    Any hint what is going on?
    thank you...

    Hi,
    User X will be able to see workbooks owned by user M if either M has shared the workbook with X or M has shared the workbook with the responsibility that X has used to connect to Discoverer.
    So maybe M has shared workbooks a responsibility rather than with X.
    Rod West

  • Sending mail from user accounts

    I have recently switched from dial-up to broadband communications. My eMac has three user areas - my ‘system manager’ area plus two others.
    The problem is that the two sub-area users can no longer send e-mail messages. The error message is “mail.btinternet.com:<user name>@btinternet.com cannot be contacted on port 25” .
    I can only send mail via mailout.btinternet.com from the main account.
    All areas receive mail OK.
    Dial-up ISP is macunlimited.net
    Broadband ISP is btinternet.com
    I have read the relevant Help section and believe I have set up the two mail accounts in each sub-account correctly.
    Software on this Mac are OS: 10.4.3 and Mail 2.0.5

    Chris,
    This is very helpful, but I would never have understood that different User Accounts were being used on your Mac from the previous terminology.
    Let me approach when you are connected with btinternet acting as your ISP, first. It is normal, and not unusual, for the authentication of the SMTP to depend upon the primary email address they assign you -- this is probably your address, and with it you can probably change all the other addresses -- correct?
    Thus because you are using different User Accounts, when you wife or son is attempting to send, they do not have the benefit of your Username authenticating the SMTP (as would be the case if all three addresses are in use within one User Account and Mail at the same time). The following suggestion being successful will depend upon the exact method and policies of authentication used btinternet, but have your wife and/or your son to authenticate the OUTGOING server using the same entry for Username as you enter in Mail Preferences for your account.
    The same could be true for your dial-up ISP -- when you are unable to send with the SMTP for macunlimited.net, are you in fact connected via dial-up? If you are connected by dial-up and your account with macunlimited.net is the master or primary account, then I do not yet know why you cannot send.
    I hope this makes sense, and is not overly complicated.
    Ernie

  • E-mails from an email list used to be listed under "Sender" by the individual, but now the Sender is the name of the list and so: how can I go back to how it wa

    I belong to an email list. Until a few days ago, emails to this list arrive in my in-box with the Sender as the individual who sent the email. Now it simply says the name of the email list. This means that I can't know who has sent an email until, and if, the person signed her name at the bottom. I want to go back to the way it was.

    I have never had this problem and can't recreate it however Try this
    '''Open Thunderbird''' choose '''View''' from the menu bar select '''sort by''' and then choose '''From'''
    Answer 2 '''Open Thunderbird''' select '''Tools''' from the menu then '''Options''' select '''Advanced''' select the tab marked '''Reading and Display''' in the area marked '''Display''' there is a '''check box''' which says '''Show only display names for people in my address book'''.
    These may not be the solution let me know

  • Sending mails from a email list from a table

    Here is the question on e-mailing reports via OBIEE IBots
    I am trying to schedule Answers and Publisher reports to be e-mailed to a set of recipients based on the below criteria.
    The recipients for the reports will be stored in tables (and available in the RPD) as explained below. Can IBots send e-mails by looking up the join of two tables below (through a query) and send out e-mails accordingly? E-mail recipients must be picked from table 2 and the cost centers that the recipients are eligible to see is stored in Table 1.
    Table 1:
    Classification Cost Center
    A 111
    A 222
    A 333
    B 444
    C 555
    C 666
    Table 2
    Classification E-Mail Field E-Mail ID
    A TO [email protected]
    A CC [email protected]
    A BCC [email protected]
    A BCC [email protected]
    B TO [email protected]
    B CC [email protected]
    C TO [email protected]
    C CC [email protected]

    I have never had this problem and can't recreate it however Try this
    '''Open Thunderbird''' choose '''View''' from the menu bar select '''sort by''' and then choose '''From'''
    Answer 2 '''Open Thunderbird''' select '''Tools''' from the menu then '''Options''' select '''Advanced''' select the tab marked '''Reading and Display''' in the area marked '''Display''' there is a '''check box''' which says '''Show only display names for people in my address book'''.
    These may not be the solution let me know

Maybe you are looking for

  • How to populate data in table control  .

    hi all, i put matnr no. in screen no. 103 validation is done at that screen only. now when i want to modify dat record when i put matnr no. at screen 103 so how i will get all  data of dat number to table control screen.

  • Share Screen and Cam doesn't Work in Goup Chat,

    In in private chat 1 on 1 i can use share screen and cam but in Group chats now i can;t use them.... from what i know you can't use those if you chat with more than 9+ or something like this..... but in 2-3 you can use share screen and webcam.... but

  • 2 iPad users using one iTunes account.  how best to manage this?

    My wife and I both have ipads, ipods, and iphones.  We want to use one iTunes account but it has proven to be very frustrating.  any advice?

  • Adobe Acrobat Pro X - Serial No. no longer valid

    Have been using the Adobe Acrobat X Pro that came bundled with Creative Suite 6 for some time. The Acrobat couldn't start and did a re-install.  Now would accept the serial no. and report as invalid serial no. Now, only option is to use as Trial Vers

  • Target Group - Export to File

    Hi all, I am having some difficulties exporting target group details to a file. The standard bit of functionallity allows you to export the file to the application server, which isnt really a very user friendly option. What i was wondering is... 1. I