Groovy
Discussion List
-
Field Level Update Trigger updates field only onceSummary Field Level Update Trigger on BO only updates field when record is createdContent Hello, I have a very simple trigger in one BO that executes always. When a fiel…Stephen Bryant-131052 21 views 6 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
Oracle VBCS Role Based Mail SendSummary Oracle VBCS Role Based Mail SendContent In Oracle VBCS how can we send mail to the Users attached to particular VBCS Role. For Example: Suppose I have two Roles …
-
Business Object Function - return array with multiple recordsSummary Business Object Function - return array with multiple records to pass to web serviceContent Hello, I have BO called, TrxHdrs, with multiple records. I know I can…Stephen Bryant-131052 25 views 2 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
How to assign repeating element of a variable with values from an array in the action chainSummary How to assign repeating element of a variable with values from an array in the action chainContent I have a variable based on REST endpoint that has repeating el…
-
Add static text in expression editorSummary Add static text in expression editorContent Hi All, I want to add some static text along with expression when response from service is returned. Below code gives…
-
How to display Business Objects error message in VBCS pageSummary Display business objects error message as Fire Notification in VBCS pageContent Hi All, I have Object Validators and Field Validators defined at Business Object …
-
Browser Crashed While Trying to Load 20K Rows From External REST APIContent Hi All, While trying to load data from a rest API to a Business Object, it suddenly crashes - probably because I was trying to load 20K rows. Does anyone know a …
-
Object Trigger - create record in another BOSummary Object Trigger - only create if the record does not exist in the target BOContent Hello, I have two BOs. One BO stores balances by various attributes. I have an …Stephen Bryant-131052 23 views 6 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
When the Field Level Validation TriggersContent Hi Experts, I am adding a field level validation trigger on one of my BO fields. This field is being populated using a Dropdown(Select One ) Component. So the us…
-
regExp in Visual BuilderSummary Attempting to Implement Pattern MatchContent Hello, I need some guidance on how to best go about validating a field for a particular pattern. I've tried implemen…Stephen Bryant-131052 32 views 12 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
Compare Amount in UI Field to Business Object dataSummary Verify funds are available for a transactionContent Hello, I have a transaction screen where I want to verify that funds are available for a given transaction be…Stephen Bryant-131052 15 views 5 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
BO RelationshipsSummary How to aggregate one BO by two primary keys to another BO?Content Hi All, I came across the BOs relationship functionality and I wonder how to create a relations…
-
Auto Generate IDSummary Need to auto generate a number to use in the applicationContent Hi, We are developing a page where a field needs to be an auto generated ID. I want the auto gene…Vidya Sagar Mahankali-149955 29 views 3 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Business Object Validation RuleSummary Business Object Validation Rule producing bizarre results.Content Hello, I need help. I hope this makes sense. I have a business object configuration where one b…Stephen Bryant-131052 23 views 2 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
Security when embedding a Visual Builder application in Oracle Fusion page integratorSummary Security when embedding a Visual Builder application in Oracle Fusion page integratorContent Hi I have embedded an application of Autonomous Visual Builder with …
-
error trying to add integration service connection in VBCSSummary Cant get list of integrations from VBCSContent Was wondering how do I add a service connection to an integration in VBCS .When going through the process of add s…
-
Business Rule Violations/Error MessagesSummary Can Business Rule Error Messages be displayed in the UI?Content Hello, I've created a business rule to test for nulls in multiple fields. The rule checks a recor…Stephen Bryant-131052 21 views 2 comments 1 point Most recent by Stephen Bryant-131052 Visual Builder
-
How do I update an entire column with a value?Summary update field entry in visual BuilderContent Hello all!, I have an integration in PaaS that is reading documents that contain refund amounts The refund amounts ar…
-
Variable Access from TriggerSummary Variable Access from TriggerContent How can I use application variables within a trigger of a Business Object. I could not figure out how to pass or use an Appli…
-
Simple Trigger Field UpdateSummary Failed field set on Business ObjectContent I have a demo environment, and can not tell if this is failing because of the environment, or something wrong with my …
-
Service call in Groovy ScriptSummary Having issues calling a service call in a groovy script.Content There was a nice blog showing how to do this in an old version: https://blogs.oracle.com/pdit-cas…