Database
Discussion List
-
Error Handling in VBCSSummary Is there any way to handle exception in action chains similar to try-catch block in Java?Content If I run an action chain and there is an error thrown at middle …
-
What is the best way to do pagination on Table in VBCS ?Summary: Need to do pagination on a table which will show 10 columns at a time on a VBCS page in a table Content (required): Need to do pagination on a table which will …
-
Getting error in oracle excel add in "server has forbidden you to perform requested operation"Summary: Hi Team, On UAT environment excel add in sheet working fine through our machine but when business trying same excel from Citrix then they are receiving error me…
-
Facing an issue with assigning groups to Application profileSummary: We are facing an issue with assigning groups to Application profile. For eg. If we set a group “Test User” to a role “User” in Application profile “Default” the…Tamilselvan Natarajan-Oracle 41 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
How to get the most used value at the top in the selectonechoice?Summary: How do i get the most selected value under the selectonechoice at the top in the list of values? Content (required): How to get the most selected value at the t…
-
Default Managed Schema Issue, its creating new schema for every instanceSummary: Default managed Schema creating new schemas while migrating the vbcs application from one instance to another. Content (required): Hi All, In one of my project …
-
How to Add Two filterCriterion on the same attributeSummary: How to Add Two filterCriterion on the same attribute Content (required): If I have a BO named Departments and I want to place filterCriterion on DeptName in a m…
-
Does VBCS able to establish connection to EBS (on-premises) database?From Integration Cloud we can create connection to connect to on-premises database. Is there a similar way to do the same in VBCS? Thanks Gabriel
-
How to improve performance with Excel Add-ins on Custom object with VBCSSummary: Using Excel Add-ins on huge records for example 500,000 to 1,000,000 records on fusion custom object will give poor performance. Is there a way to use better wa…
-
Mapping table with BLOB fields to my applicationSummary: Will BLOB type (e.g. for file uploading) will be reflected directly to VB application in case of mapping. Content (required): Hi Experts, I am going to use in m…
-
Embeded DB in VBCS instanceSummary: If I have application with some complicated logics but the DB will not be that big? which one is better to ORDS and integration with SaaS and use DB tables or k…
-
Attachment RequirementSummary: Multiple attachment in VBCS Content (required): We need to attach multiple attachments in VBCS screen. Below is the current design which we are using . File Pic…
-
How to Refresh Table once data is editSummary: How to Refresh Table once data is edit Content (required): Hello All, I have created a page where I'm doing the below operation 1) Editing the table Record thro…
-
How to add a blank row in a table on click of a buttonSummary: Hi to add a blank row row on click of a button and store it into an ADP Variable Content (required): Hi Expert, I have below requirement Add a blank row in a ta…
-
Sorting based on header in oj Tables in VBCSSummary: I am fetching data using a rest api with the help of SDP and populating that data into a oj table. My table have three columns Name, age and Designation. I want…
-
Bulk Upload Feature in VBCSSummary: Bulk Upload Feature in VBCS Content (required): Hi Team, We wanted to load the BULK data using the excel in VBCS based on a PAAS View or Paas ATP tables. We hav…
-
Can't able to set value to select-single filed in Oracle VBCSSummary: Hi All, I m facing some issue in select-single filed. when i create a record using select-single its working fine that same way, when i go to edit that record t…
-
Is it possible to do editable table using ords in oracle vbcsSummary: Hi All, I have an requirement to do add row and edit row in table level using ords(REST). I saw lots of video and websites but its used for business object, ple…
-
How to use App1 Business Objects in App2Summary: How to use App1 Business Objects in App2 Content (required): For example we have two applications like App1 and App2. How to use App1's Business Objects in App2…
-
When will VBCS support Tenant DB in Private SubnetSummary: Content (required): Hi Team, We know that at the moment VBCS cannot connect to a database in a private subnet. But there is a known enhancement ENH 31653218 - C…
-
Facing issue exporting SDP 1000 records table data onlyI am facing an issue when exporting data to excel it's exporting only 1000 records not exporting all records around 5000 when I add a limit in the property then it gives…
-
Excel Spread Sheet with LOV values in VBCSSummary: Hi Team, We have a below requirement in VBCS. Download button to download an excel sheet with predefined LOV values and entire the required data and upload it t…
-
Blank rows to be added on Editable Table in VBCS & Inserting multiple lines to Database TableSummary: Blank rows to be added on Editable Table in VBCS & Inserting multiple lines to Database Table Content (required): Hi All, We have the below required for the VBC…
-
paging control with the help of buttons like next & prev has to call REST API and populate tableSummary: Hello, I have a requirement where I have to fetch huge data from database with the help of Integration and populate in VBCS tables. If entire data set is retrie…
-
Bulk Upload Feature in VBCSSummary: Bulk Upload Feature in VBCS Content (required): Hi Team, We wanted to load the BULK data using the excel in VBCS based on a PAAS View or Paas ATP tables. We hav…
-
How to deal with large data in select single or Input Search ?Summary: We have a requirement where the customer wants a Single Select/Input Search Component on VBCS Page to Search As you type and select Item/Product Information fro…Vishal Singh Rajpurohit 132 views 2 comments 0 points Most recent by Vishal Singh Rajpurohit Visual Builder
-
VB Excel add-in - Dependent layout for ORDS servicesSummary: Dependent layouts are currently available only for bc-rest services (most FA services and VB custom business objects) as mentioned here: https://docs.oracle.com…
-
Is it possible to connect to Oracle database with JavaScript instead of integrationSummary: Hello, Please let me know if is it possible to connect to Oracle Database with the help of Javascript. If yes, please guide me. Content (required): Version (inc…
-
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 …
-
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…