Skip to Main Content

Visual Builder

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

VBS- How to make field mandatory based on another field's (AddressType ) value.

AT VBSMar 26 2024 — edited Mar 26 2024

Hi we have requirement to customize existing cx page using visual builder, to make custom object field mandatory when AddressType contains BILL_TO.

We tried in various ways like – $fields.AddressType.includes('BILL_TO')
$fields.AddressType.value().includes('BILL_TO')

Verified the data using rest api forfield address type- "AddressType":[
"BILL_TO",
"SHIP_TO",
"SELL_TO"
];

Comments
Post Details
Added on Mar 26 2024
1 comment
619 views