Bibek Shrestha
09/15/2022, 10:47 PMbill
So I disabled bodypurchase
and bodyvendorpayment
in the object definition like here
<transactionbodycustomfield scriptid="custbody_some_name">
<accesslevel>2</accesslevel>
<displaytype>STATICTEXT</displaytype>
<fieldtype>SELECT</fieldtype>
<selectrecordtype>-4</selectrecordtype>
<label>Some Label</label>
<storevalue>F</storevalue>
<bodypurchase>F</bodypurchase>
<bodyvendorpayment>F</bodyvendorpayment>
<bodyexpensereport>T</bodyexpensereport>
<subtab>[custtab_some_name]</subtab>
</transactionbodycustomfield>
But those fields are still present in the record.
Seems like fields already present, can’t be removed.
Is that how it’s supposed to work?Mark C
09/16/2022, 2:42 PMBibek Shrestha
09/16/2022, 3:01 PM