Dynamic condition script - Targeted Recipient List
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2023 03:41 AM
I want to create a new Recipient list where from the Script I have to check the Product selected at Major Issue Management level and have to populate the list of customers having the same product
I want to create one Recipient list that will return all the Customers irrespective of the Selected product in MIM level
I wrote the below script, correct me where I'm going wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2023 05:09 AM
@Kri ,
The dot walk that is specified in script is wrong, you need to correct it to get contacts
grd.product.ref_sn_prd_invt_product_inventory.contact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2023 06:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2023 06:49 AM
@Kri ,
The script is to create a recipient list so it only would use entities like users , accounts, consumers and contacts.
why would you run it for cases?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2023 06:51 AM - edited ‎05-26-2023 06:53 AM