Zum Hauptinhalt gehen

Workflow to EMail a map

Kommentare

2 Kommentare

  • Ethan Granger

    Andrea,

    I too would like to create an html formatted email with some attribute information and a map. Did you ever figure out how to go about this?

    Thanks

    0
  • Permanently deleted user

    Hi Ethan, Andrea

    See http://support.geocortex.com/SupportForums/Thread.aspx?thread=47152&mid=2&pageid=0&ItemID=20&pagenumber=1#post140297

    @Andrea: Template Report is a server-side activity where you specify the physical location of the report template RPX file and have to manually construct the DataSet that feeds into the report (i.e. you would have to download the map image and other resources such as data links etc and create tables to hold that information within the DataSet). This activity is useful when you need fine-grained control over the inputs of a report but it is more complex than using the Report activity.  

    On the other hand, the Report activity  triggers a report to run on the client. The URL returned by the report activity is a short-lived URL (5 minutes from time of most recent access). It should not be emailed or stored for later use as Ralph mentioned earlier. The trick here is to use a WebRequest activity in workflow to download the report and attach it to an email message. This approach is demonstrated in the linked post above.

    Regards,

    --Alejandro

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.