公告板
版本库
filestore
活动
搜索
登录
黄千龙
/
OlyMEBG
派生自
OlyMEBG
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
【委托】 【新需求】询价页面增加新对象
张宇恒
2022-04-28
ddf52e1dd6e4041756854ee3ea914d568e98922e
[~huangqianlong/OlyMEBG.git]
/
force-app
/
main
/
default
/
objects
/
Maintenance_Contract_Asset__c
/
fields
/
Conform_to_the_Adjust__c.field-meta.xml
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>Conform_to_the_Adjust__c</fullName>
<externalId>false</externalId>
<formula>IF(Practical_Pricing__c<0,'1.实际降价',IF(Practical_Pricing__c<= 5 && Practical_Pricing__c >= 0,'2.实际维持',IF(Practical_Pricing__c>5,'3.实际涨价',' ')))</formula>
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
<label>是否符合标准价格调整幅度</label>
<required>false</required>
<trackTrending>false</trackTrending>
<type>Text</type>
<unique>false</unique>
</CustomField>