• Ali Axt
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
Hi,

i'm trying to build a visualforce email which displays nested Line Items like that:

Object A
-Line Item 1
-- Sub Line Item 1
-- Sub Line Item 2
-- Sub Line Item 3
-Line Item 2
-- Sub Line Item 1
-- Sub Line Item 2
- Line Item  3
-- Sub Line Item 1
-- Sub Line Item 2
-- Sub Line Item 3

I'm not sure how i can call this nested structure in a visualforce email. Any ideas?

Thanks Alex
I built a flow (autolaunched), which updates a few fields in an object and sends an email. I want to start this flow via an action. I built a vf page to start the flow. Triggered via a button, everything works fine. But when i trigger it via an action, the vf page fires everytime the page is loaded. How can i change that behaviour?

Does anyone know why an email alert triggered from a workflow would not be creating the associated activity history? Emails sent through the interface, through Apex, and through the API are all logged in activity history (when the appropriate information is set). The email alert is set to be sent to the Contact Email (standard) field.

Thanks!