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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

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

Artan Hajdari Feb 11 2025

Can someone help me in this case please

1 - 1

Post Details

Added on Mar 26 2024
1 comment
372 views