Emailing a subform| Owners |
Chad M Martin |
Category |
|
| Contributors |
- |
Platform |
|
| Downloads |
251Download latest release |
Last Release |
Aug 11, 2008 |
| Rating |
(0 ratings)
|
Project Creation |
Aug 11, 2008 |
| Status |
Not active |
Short URL |
Not defined |
| Description |
Emailing a portion of current UI document |
In Catalog |
|
Emailing a portion of current UI document
I'm sure most of you are familar with the simple @Command([MailForward]) function. @Command([MailForward]) forwards the current document by placing its entire contents into a mail memo which the user then addresses and sends. I was tasked with duplicating this functionality, but for a subform on the current document. Futhermore, the customer wanted to the memo to be executed through the backend and sent via the click of a button.
Approach:
The key to this accomplishing this task is to isolate the subform or portion of the document in its own form. After the portion is isolated, its entire contents can be copied to the clipboard, pasted it into a rich text field, and sent to a specified user.