Discussions
Categories
- 5.3K All Categories
- 15 Introduce Yourself!
- 428 Community Feedback - NEW! (No Product Questions)
- 102 General Community Platform Concerns/Kudos/Feedback
- 82 Community Platform Bug Reports
- 85 How Do I Use the Community?
- 53 Where is the...? (Community Platform Locations)
- 15 Ideas and Suggestions for the Community Platform
- 66 Personal Document & Blog Archive
- 5 Community Programs
- 5 Get-Togethers
- 4.8K Certification Community
- 4.6K Certification Community Discussions
- 22 Oracle Certified Master Profiles
- 31 Oracle Database 12c Administrator Certified Master Profiles
- 78 Visual Builder Cloud Service
Field Validators are not working when updating from Postman tool

Praveen Kona
Member Posts: 1 Green Ribbon
We have Field Validators and it should work based on roles. When updating Business Object from Postman tool it is not checking the roles and updating the column values.
def roleName1 = 'XXX';
if (adf.context.getSecurityContext()?.isUserInRole(roleName1) )
{
return false
}
else
{
return true
}
Tagged:
Answers
-
Timo Hahn Senior Principal Technical Consultant - Oracle ACE Director Member, Moderator Posts: 38,434 Red Diamond
User, you should ask VBCS questions in this forum https://community.oracle.com/customerconnect/categories/oci-visual-builder
Timo