公告板
版本库
filestore
活动
搜索
登录
黄千龙
/
OlyMEBG
派生自
OlyMEBG
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
【委托】 【新需求】询价页面增加新对象
张宇恒
2022-04-28
ddf52e1dd6e4041756854ee3ea914d568e98922e
[~huangqianlong/OlyMEBG.git]
/
force-app
/
main
/
default
/
objects
/
Maintenance_Contract_Asset__c
/
fields
/
Current_Price_Should__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>Current_Price_Should__c</fullName>
<externalId>false</externalId>
<formula>IF(Adjustment_ratio_Upper__c <0,"1.应该降价",IF(AND(Adjustment_ratio_Lower__c >=0,Adjustment_ratio_Upper__c <=5),"2.应该维持","3.应该涨价"))</formula>
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
<label>本期价格应该</label>
<required>false</required>
<trackTrending>false</trackTrending>
<type>Text</type>
<unique>false</unique>
</CustomField>