Agile-Developer
How to download or ...
 
Notifications
Clear all

[Solved] How to download or open attachments from Iview

1 Posts
1 Users
0 Likes
750 Views
Posts: 85
Admin
Topic starter
(@akshatha)
Reputable Member
Joined: 2 years ago

Files or images attached in a transaction can be viewed through Iview hyperlink

It uses two columns to achieve functionality.

  1. Column1  -  display the hyperlink  ( it’s the regular Iview column. Eg: Attachment as column name)
  2. Column2   -  have path and file details (column name should be as  first ColumnName_hlink (eg:  Attachment_hlink)

Note: There is no specific order in the columns. They can appear anywhere.

Attachment_hlink can have the below details.

  1. @r:=  -> Recordid
  2. @p:=  -> Pathname
  3. @t:=  -> Tablename
  4. @f:=  -> Filename
If defined as image field that is storing as blob in table, use like@r=:recordid@t:tablename
If defined as image field along with AxpImagePath variable, use like @r:=recordid@p:=pathname
If defined as grid attachment with dcname_image along with AxpImagePath variable, use @r:=recordid@p:=pathname@f:=list of files(comma separated) 
If defined as grid attachment with dcname_image along with dcname_imagepath,  use @p:=pathname@f:=filename

Multiple details can be given as ‘^’ separated strings.

Example:

@p=e:axpertimg\details\cust\sup\item @f=file1.bmp,file2.txt ^@p=e:\axpertimg\product\cust\sup\item @f=pfile1.bmp, pfile2.doc
Share: