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.
I am attempting to add carriage returns into the body of an EDAMAIL email, but falling flat because of the single attachment limit. Has anybody found a solution to formatting the email body without attaching it as an HTM? The below code runs, but it lumps all three lines of message onto a single line:
Originally posted by Hallway: Our EDAMAIL is not set up, so I cannot test this on my end. That said, here's another stab in the dark. What about using the html tag
Another good thought, but nope. It doesn't recognize html tags as such, and just types them out into the body.
As Martin suggests, the answer is in the document.
The following is from the 8.1.05 doc
message=body message Is the inline data stream containing the email message body. If used, it must be the last parameter in the EDAMAIL command. To use the inline data stream feature, the filetype and filename parameters cannot be supplied. The data stream may also be spread onto multiple lines if EDAMAIL is used with the EX -LINES {n|*} feature.
If an inline data stream message body is spread across multiple lines in the procedure, the resulting email is a single line of output. Multi-line message bodies are respected when the message body from a file option is used.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
So, in reading the docs, one would think that it is indeed possible to send a multi-line email message.
Of course in typical IBI Document fashion, the example that is given is EXTREMELY vague.
It uses undefined parameters so we have no idea how to actually do this
Example: Mailing a Multi-line Inline Message
...
EX -LINES * EDAMAIL user1@corp1.com, user2@corp1.com, &SUBJECT,,,
Run result for &TESTNAME is:
&RESULT
EDAMAIL*
Any ideas TonyA? 🤔
This message has been edited. Last edited by: Hallway,
Hallway
Prod: 8202M1
Test: 8202M4
Repository:
OS:
Outputs:
Posts: 608 | Location: Salt Lake City, UT, USA | Registered: November 18, 2015