Welcome to Telelogic Product Support
  Home Downloads Knowledgebase Case Tracking Licensing Help Telelogic Passport
Telelogic DOORS (steve huntington)
Decrease font size
Increase font size
Topic Title: Emails to Users in Specific Groups
Topic Summary:
Created On: 23-Dec-2007 12:20
Status: Post and Reply
Linear : Threading : Single : Branch
Search Topic Search Topic
Topic Tools Topic Tools
Quick Reply Quick Reply
Subscribe to this topic Subscribe to this topic
E-mail this topic to someone. E-mail this topic
Bookmark this topic Bookmark this topic
View similar topics View similar topics
View topic in raw text format. Print this topic.
 23-Dec-2007 12:20
User is offline View Users Profile Print this message


cv p

Posts: 12
Joined: 13-Dec-2007

Plz forgive my lack of intelligence with DXL coding.
I had previously asked this question:
"How do we specify to send emails to certain User Groups only? "

Tony had answered as follows:

There is a for user in group loop that you can use to do this.

User u
Group g = find(GROUP_NAME)

for u in g do
{
// check user and send email
}

Now, am not sure how to use Group g = find(GROUP_NAME) in my code. Can Tony or someone plz help?
Report this to a Moderator Report this to a Moderator
 7-Jan-2008 12:45
User is offline View Users Profile Print this message


Tony Goodman

Posts: 1098
Joined: 12-Sep-2002

The attached code implements a simple dialog that displays users and groups that can be selected. The listView DBE contains all groups and then all users in alphabetical order. It supports multi-select.

Clicking on OK processes all selected users and members of selected groups.

You will need to add functionality to the callback associated with the OK button to make this do anything useful.

-------------------------
Tony Goodman
http://www.smartdxl.com
Report this to a Moderator Report this to a Moderator
 14-Aug-2008 11:33
User is offline View Users Profile Print this message


Murugaraj S

Posts: 38
Joined: 8-May-2007

Hi Tony,

Thanks for the code. This code is displaying the complete DOORS DB Users and Groups. Is there a way to display the group and Users across module level only( How to pull the data from the Module Access TAB, not from the DB). If any changes made in the module, so that we can notify by email to only the users who has access to the module. Thanks for your help in Advance.

Regards,
Murugaraj S
Report this to a Moderator Report this to a Moderator
 18-Aug-2008 12:43
User is offline View Users Profile Print this message


Murugaraj S

Posts: 38
Joined: 8-May-2007

Can anyone help me?
Report this to a Moderator Report this to a Moderator
 18-Aug-2008 13:58
User is offline View Users Profile Print this message


Scott Boisvert

Posts: 348
Joined: 14-Apr-2006

You'll want to loop through the access records on the module/item as in the example below.

-------------------------
Scott Boisvert
Engineering Tools Administrator
L-3 Communications - Avionics Systems
scott.boisvert@l-3com.com
Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic DOORS forum.
There are currently 1 users logged in.
The most users ever online was 15 on 15-Jan-2009 at 16:36.
There are currently 0 guests browsing this forum, which makes a total of 1 users using this forum.
You have posted 0 messages to this forum. 0 overall.

FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.