Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

attachmentfile=”file path” (optional) file files to attach (documents, data or images) supports multiple formats and multiple paths separeted by comma ,

Info

If your file path contains blank spaces they need to be replaces with %20 like in a regular url.

...

glex://importProspect?shapefile=PathShpFile1&datafile=PathExcelFile1&attachmentfile=PathRepFile1PathAttachmentFile1

From command line:

start glex://importProspect?"shapefile=PathShpFile1&datafile=PathExcelFile1&attachmentfile=PathRepFile1"PathAttachmentFile1"

Single prospect with multiple attachments

glex://importProspect?shapefile=PathShpFile1&attachmentfile=PathAttachmentFile1,PathAttachmentFile2,PathAttachmentFile3

Multiple Prospects (3 prospects at the same time)

glex://importProspect?shapefile=PathShpFile1&datafile=PathExcelFile1&attachmentfile=PathRepFile1PathAttachmentFile1;shapefile=PathShpFile2&attachmentfile=PathRepFile2PathAttachmentFile2;shapefile=PathShpFile3&datafile=PathExcelFile3

...