IBM Support

Display of email address information for all IBM Rational DOORS users

Question & Answer


Question

How to get email addresses of all IBM Rational DOORS users displayed ?

Answer

The following example DXL script which will list all users and their email address.

It is possible to modify this script to display other attributes like full name and more. For more information about this please have a look in the DXL reference manual.


    User u

    int i = 1

    string ErrMess = ""

    print "List of users - emails:\n"

    for u in userList do{

    string uname = u.name

    string e = u.email

    print i " " uname " - " e "\n"

    i = i + 1

    }

    Disclaimer

    All source code and/or binaries attached to this document are referred to here as "the Program". IBM is not providing program services of any kind for the Program. IBM is providing the Program on an "AS IS" basis without warranty of any kind. IBM WILL NOT BE LIABLE FOR ANY ACTUAL, DIRECT, SPECIAL, INCIDENTAL, OR INDIRECT DAMAGES OR FOR ANY ECONOMIC CONSEQUENTIAL DAMAGES (INCLUDING LOST PROFITS OR SAVINGS), EVEN IF IBM, OR ITS RESELLER, HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

[{"Product":{"code":"SSKR2T","label":"IBM Engineering Requirements Management DOORS"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"General Information","Platform":[{"code":"PF033","label":"Windows"}],"Version":"8.2;8.3;9.0;9.1;9.1.0.2;9.2;9.2.0.1;9.2.0.2;9.2.0.3","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Document Information

Modified date:
01 May 2020

UID

swg21428640