![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
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 |
![]() |
![]()
|
![]() |
|
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? |
|
![]() |
|
![]() |
|
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 |
|
![]() |
|
![]() |
|
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 |
|
![]() |
|
![]() |
|
Can anyone help me?
|
|
![]() |
|
![]() |
|
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 |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Emails to Users in Specific Groups
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.