-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathattachment_Vh.xml
More file actions
12 lines (12 loc) · 844 Bytes
/
attachment_Vh.xml
File metadata and controls
12 lines (12 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<GroupBox Name="GBDVattachment" cols="xs12 sm12 md12 lg12" visible="0"><Ctrls>
<ListCtrl Name="attachmentLst" ToolTip="ttp_attachment" Size="70,20" visible="0" loadedclick="1">
<DbDetails fcsm="1">
<Index>attachment_id</Index>
<DbTable>vtigercrm6.attachment</DbTable>
<Data>creation_date,typestr,description,created_by,filename,location,path,attachment,reftbl,refid,type,last_update_by,last_update_date,attachment_id</Data>
<Order>attachment_id</Order></DbDetails>
<OnClick><assign name="created_by[id]" expr="%{attachmentLst[created_by]}" function="SetSel"/><assign name="last_update_by[id]" expr="%{attachmentLst[last_update_by]}" function="SetSel"/>
<if cond="'%{attachment_id}'"><SetVisible name="insertattachment" Visible="0"/><SetVisible name="modifyattachment" Visible="1"/></if>
</OnClick>
</ListCtrl>
</Ctrls></GroupBox>