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.
Has anyone tried to use ReportCaster to send text messages? I can initiate the message using the carrier's email format such as 3335551212@att.mail.net in which the carrier converts the email to SMS format and forwards to the recipient's mobile phone, however, the recieved message is html code, rather than the actual message.
Any suggestions?This message has been edited. Last edited by: <Kathryn Henning>,
What would be the content of the message? A report? Try changing the output type to alpha and make sure it is inline rather than an attachment.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
Thank you very much for your posts prodrigu and gregv.
I had just received a new requirement, within the last couple of days, to send out alerts/reports, and didn't know about the EDAMAIL application tool.
I see it now, in the 'Developing Reporting Applications' manual bigger than life.
From my research, it looks like EDAMAIL was a new feature in one of the 7.x releases.
This example, is working fine for me:
APP PREPENDPATH IBISAMP
TABLE FILE EMPLOYEE
"HR Report"
PRINT LAST_NAME
FIRST_NAME
DEPARTMENT
CURR_SAL
ON TABLE SET PAGE NOPAGE
ON TABLE HOLD AS MYFILE FORMAT HTML
END
-RUN
-*
-MRNOEDIT EX EDAMAIL x@x.org, x@x.org , Test Report , , HTML , MYFILE
Thank you, again.
Pilot: WebFOCUS 8.2.06 Test: WebFOCUS 8.1.05M Prod: WebFOCUS 8.1.05M Server: Windows Server 2016/Tomcat Standalone Workstation: Windows 10/IE11+Edge Database: Oracle 12c, Netezza, & MS SQL Server 2019 Output: AHTML/XLSX/HTML/PDF/JSCHART Tools: WFDS, Repository Content, BI Portal Designer & ReportCaster