公告板
版本库
filestore
活动
搜索
登录
黄千龙
/
OlyMEBG
派生自
OlyMEBG
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
gzw 测试环境代码更新
高章伟
2023-03-03
d8dc84a3d56df839895f1c417a4d9cbee763d262
[~huangqianlong/OlyMEBG.git]
/
force-app
/
main
/
default
/
objects
/
Rental_Apply_Fault__c
/
fields
/
AttachmentImage2__c.field-meta.xml
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>AttachmentImage2__c</fullName>
<externalId>false</externalId>
<formula>IF(ISBlank(AttachmentId2__c),'',IMAGE('/servlet/servlet.FileDownload?file='+AttachmentId2__c,'附件图片', 400, 400))</formula>
<label>图片2</label>
<required>false</required>
<trackTrending>false</trackTrending>
<type>Text</type>
<unique>false</unique>
</CustomField>