Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Dynamic Addresses List

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Dynamic Addresses List
 Login/Join
 
Gold member
posted
I have a requirement where in i need to send email's through report caster after executing a fex file which will have the email id's as an output to which the mails have to be sent. So could you please let me know the approach how a dynamic distribution list can be created??

This message has been edited. Last edited by: Kerry,


7.6.4
Unix & Windows
Excel,HTML,PDF,PPT,AHTML


 
Posts: 68 | Location: Hyderabad | Registered: March 18, 2008Report This Post
Virtuoso
posted Hide Post
In the report caster's api there are also built-in features for maintaining distribution lists. So you could run the fex that produces the email adresses, run the part of the api that allows you to update distribution lists, using the output just created, and last run the actual distribution fex using the list you just maintained. That should solve your problem. Exactly how to use these api-parts can be found in the manual or help-files.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
 
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007Report This Post
Virtuoso
posted Hide Post
Saggy

Y have to create a small FEX (in the public domain) that looks like this

TABLE FILE MAILADRESSES
PRINT
CLIENTID  AS 'VALUE'
     EMAILFIELD AS 'DEST'
WHERE CLIENTID  EQ 'whatever';
ON TABLE PCHOLD
END


This creates a kind of XML file that is the source of your email adresses to be used in RC




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006Report This Post
Gold member
posted Hide Post
thanks all
it worked
i wanted to know one more thing...
can we also create a dynamic CC list as well?
As with one DEST values i am populating the TO field . similarly on the same lines cant we have the CC list as well???


7.6.4
Unix & Windows
Excel,HTML,PDF,PPT,AHTML


 
Posts: 68 | Location: Hyderabad | Registered: March 18, 2008Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Dynamic Addresses List

Copyright © 1996-2020 Information Builders