Category 218
Discussion List
-
How to update who columns from VBCS using PUT rest endpoint servicesHi I am using PUT ords rest service to update column in ATP data base I want to update who columns as well in table which user (userid)access the vbcs application and wh… -
Business Object Row Id - Generate Random NumberSummary: I have created a business object in a VBCS application. An 'id' field is created by default and the value is generated automatically when a row is created. The … -
Need Help Table layout settingSummary: I am doing some changes in table style properties I am getting CSP violation errors I want to know what is the best way to set table properties like height, wid… -
Dependent LOVs on custom objectSummary: Content (required): Hi there, I am trying to fetch data from the standard fndlookup object where I have created a parent child field. In VB I want to show that …User_2025-02-12-22-06-28-927 41 views 1 comment 0 points Most recent by User_2025-02-12-22-06-28-927 Visual Builder -
In Select list(single) can we append multiple values in the label to easily recognize the right one?Summary: Content (required): Hi There - In a single select list I am fetching user information from a REST API. Is it possible to have two values appended to the label s…User_2025-02-12-22-06-28-927 22 views 2 comments 0 points Most recent by User_2025-02-12-22-06-28-927 Visual Builder -
How to read Excel in VBCSSummary How to read Excel in VBCS Content I saw some questions in the forum about reading/parsing an Excel file (xlsx), here are the required steps: 1. Add file picker t… -
Newbie: how to check Null variableSummary: Hi, I have a JS function which get value from text boxes and construct a Where clause of REST q parameter. Now how to check if any parameter has NULL value the … -
How can we pass application variables to REST JSON body?Summary: Pass the logged in user to the REST api Content (required): Hi there, I am new here and to VBCS. I have a REST api that I am trying to use with my POST method. …User_2025-02-12-22-06-28-927 164 views 3 comments 0 points Most recent by User_2025-02-12-22-06-28-927 Visual Builder -
Free Visual Builder Course by Oracle UniversityOracle University is starting a new run of their in-depth Oracle Visual Builder course next week. Join online from your computer. Courses are available in two time zone … -
Facing issue input search and select single defaulting undefinedSummary: Hi, I am using input search component which is filtering data in SDP based table I have multiple filter condition table . if I input search(currency field) work… -
Visual Builder Excel add-in - Using Custom Rest and Fusion Rest APIsSummary: There is a requirement to extract data from PaaS ATP and Fusion Apps (Oracle BO) standard API's to VB excel layouts. Content (required): We have a requirement t… -
How to query REST services with % in parametersSummary: Test run of query REST service returns 500 error when using % with string parameters. Content (required): I'm attempting to query my REST service and am on the … -
Redwood Stripe Starter Application variables are not accessible?Summary: When creating a Redwood Strip Starter Application errors stating $page and $application are undefined. Content (required): When creating a default VBCS web appl… -
Hi I am facing issue while fetching ORDS records to VBCS limit more than 1000Summary: Hi , I am trying to fetch all tables records from ATP database using ORDS service but I am only getting 1000 records after setting ?limit=1001&offset=25 when I … -
Visual Builder excel add-in - Read-only fields on layoutSummary: Requirement is to have read-only fields on the layout as FYi for user and not allowed to update. However unchecking the field for update still allows user to ed… -
Webcast - Visual Builder New Features May 2022Join us to learn what's new - live online webinar. On Monday May 16th we'll hold our next office hours and we'll cover the new features you can expect in the May release… -
Size in columns table go crazySummary: Hello, Please, I need help with the following: I have a master-detail with 2 tables. I have noticed when rows in master do not fit in size (more than 4 records)… -
Multiple Field filter with OR condition in VBCSHi all, I have an requirement that is multi field filter table using rest api. i tried query param,url param and header param also. all the method working in AND conditi… -
Combo box issue.Summary: Hello, Please, I would like your help with the following. I have a simple combo described bellow, for YES/NO values. The issue is that the user can type anythin… -
How to pass dynamic parameters to Rest APISummary: I have added an End Point in VBCS which is based on VBCS BO with GET operation. Upon pressing Test it is returning records as well. Now I have added one dynamic… -
Parse CSV data in Oracle Visual Builder using JS librarySummary: Content (required): In this blog we see how to use a library in Visual Builder to parse CSV data. The library we are using here is papaparse. The complete blog … -
Business Objects in visual builder STUDIOSummary: Hi - we are simply trying to create a Business Object within Visual Builder Studio. We are able to successfully do this in Visual Builder, but not when we're wo… -
Displaying specific variable/field on a pageSummary: How can we display a variable or field on a page. For example, if I have a table and select a row and hit the edit button, it takes me to the edit page where I … -
Displaying specific variable/field on a pageSummary: How can we display a variable or field on a page. For example, if I have a table and select a row and hit the edit button, it takes me to the edit page where I … -
Does VBCS recognise PUT ORDS endpoint type?Summary: Building an edit page on a SDP table is resulting in no response items to select from. Content (required): Hi Gurus - I have created a table based on a SDP that… -
Bar chart shows only limited data (for me...)Summary: Hi all, I would thank you for your support for the following: I try to show a bar chart with more than 10 records but only 8-10 are shown. Content (required): N… -
Editable Table with fixed row heightSummary: Editable Table with fixed row height Content (required): Hi Team I am using Editable table in my application, I need to decrease the row height of table. How ca…User_2025-02-11-11-37-24-835 21 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder -
Filter results from a custom api built in OIC while showing in Visual Builder appHi, We have built a custom api in OIC. The api basically executes BIP report to fetch results which are in turn provided as response from the api.The response from the a… -
File Type validation not working post upgrade to 2204 in ChromeSummary: Hi, We have implemented a upload functionality in our app where in the action chain we are first validating if the file type in CSV in JS. This was working befo… -
Disable multiselect row in SDP based table on conditionSummary: How can we disable a below row for multi-selection so that when user selects in bulk this row would not get selected we have to restrict selection of this row. …