LinkBack Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-Nov-2009, 08:40 AM
plummb's Avatar
Member
 
Join Date: Apr 2008
Posts: 90
plummb 0 reputation points
Send a message via AIM to plummb
Default Simple Mapping Table Reference

I want to reference a mapping table I created: 'Student Department Mapping' so I can send an email to an account only if the operation attribute (mmcDepartment) contains a value within the table. Is this rule right? Doesn't seem right to me....

<do-for-each>
<arg-node-set>
<token-map src="Department" table="\[root]\IDM\SERVICES\DriverSet\Meta-Library\Student Mapping Table">
<token-op-attr name="mmcDepartment"/>
</token-map>
</arg-node-set>
<arg-actions>
<do-send-email-from-template notification-dn="Security\Default Notification Collection" template-dn="Security\Default Notification Collection\Email to personemail template">
<arg-string name="to">
<token-text xml:space="preserve">personemail@domain.org</token-text>
</arg-string>
<arg-string name="CN">
<token-dest-name/>
</arg-string>
<arg-string name="FullName">
<token-op-attr name="Full Name"/>
</arg-string>
</do-send-email-from-template>
</arg-actions>
</do-for-each>
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -6. The time now is 09:41 AM.


© 2007 Novell, Inc. All Rights Reserved.

Search Engine Friendly URLs by vBSEO 3.3.0 RC2