Database
Discussion List
-
Search Criteria for particular user?Content Hi, We have developed an application in vbcs When logged into the application using username and password in which we get details related to that employee We use…Muralidharan Kanagaraj-161200 10 views 5 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Internal server error 500 when creating a complex business object using REST callSummary Internal server error 500 when creating a complex business object using REST call.Content Goal We would like to store a page variable, whose type is based on the…
-
Whether VBCS can pull from any of database?Summary Can we build custom form based on database data?Content Would like to understand whether we can build custom application based on data resides in Database like O…
-
WSDL generate in VBCS application?Content Hi Team, We have developed an application in VBCS, in which we have business objects and we need to generate wsdl using that business objects data. How to achiev…Shakila Murugan-90549 10 views 3 comments 0 points Most recent by Duncan Mills-Oracle Visual Builder
-
How to download uploaded file in button action?Content Hi All, We have file upload functionality in our VBCS page. Uploaded file will be of in any format i.e (PDF, txt, Document, excel, image etc.) we show that file …Muralidharan Kanagaraj-161200 35 views 4 comments 0 points Most recent by Duncan Mills-Oracle Visual Builder
-
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 …
-
How to Insert multiple values in Business Object in VBCSSummary How to Insert multiple values in Business Object in VBCSContent Hi Team, My goal is to insert all table data into a business object. How to achieve this. Could y…
-
Problem to send the payload of reading a file in Visual Builder to the RESTful web service of ApexSummary Problem to send the payload of reading a file in Visual Builder to the RESTful web service of ApexContent The requirement consists of a screen in Visual Builder …
-
Image, Large files storage in VBCS?Content What are the datatypes available in VBCS. Is there any way to store image or large files in table in vbcs?
-
Table records is not visible to another admin userSummary Table records is not visible to another admin userContent Hi All, I am facing an issue, I am pulling the data from rest Service( rest Exposed Integration) in a t…
-
How to get Rest Api data in vbcsContent Hi All, I m new to VBCS Visual Builder Application. https://technology.amis.nl/2018/05/25/5-main-concepts-of-the-new-visual-builder-cloud-service/ I followed abo…Shakila Murugan-90549 25 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Rest end point with parameter value containing single quote is not workingSummary When Business object rest endpoint is queried with parameter value containing single quote, bad request error is throwedContent I have a Business object containi…
-
Not able to reset arraydataprovider variableContent I have a table with data populating from arraydataprovider. I have dragged and dropped a select-one element in one of the column and set the value for the select…
-
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…
-
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 …
-
Search for data on a VBCS page based on a parameter valueContent Hi, We have devloped a page in VBCS visual application wherein we are displaying data for the jobs submitted in the past. The requirement here is that if the use…
-
Representing an XML schema in VBCSSummary taking a CSV file from OICS and converting it to a json for XML schema complex typesContent Hello All! I need some help on this problem I have I attempted to att…
-
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 14 views 3 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
BO TransactionContent i updating complex list.. But i want start transaction. if it failure i want rollback or commit. Should I use ORDS or BO? ords difficult to use. Table may change…
-
oj table data shrinksSummary Data in oj-table shrinks when columns have data of varied lengthContent I have used a table component in our VBCS screen. When the table populates with column da…
-
Fetch users who have access to particular application in combo-boxSummary Need to fetch the user names who have access to that particular application and show them in dropdownContent I want to show the user names who have access to my …
-
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…
-
VBCS Database MonitoringContent Hi All, I know that VBCS comes with a internal database of around 5GB. Is it possible to monitor the size of the internal database as we start using the applicat…
-
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…
-
Recommended Database Objects in VBCSContent Hi Everyone, Working on VBCS I'm using database objects of 10,000 to 50,000 rows and 15 columns. Currently my plan is to use embedded tables but I wanted to ask …
-
How to use conditional compound filter for below criteria: Service Data Provider (on table)Summary How to use conditional compound filter for below criteria: Source: Service Data Provider (on table)Content How to use conditional compound filter for below crite…
-
How to use aggregate and groupby clause for reporting in VBCS.Summary How to use aggregate and groupby clause for reporting in VBCS.Content How to use aggregate and group by clause for reporting in VBCS. Business Scenario: We have …
-
How we can use date time converter to load correct date time in User Interface from data object?Summary How we can use date time converter to load correct date time in User Interface from data object?Content Q1: We are getting wrong time displayed on UI when using …
-
Performance IssuesSummary Performance IssuesContent Hi All, In the last month or so I'm building an app using Visual Builder. Lately, as the app grows, I encounter with heavy performance …
-
Composite KeySummary Composite KeyContent Hello, How do we make 2 columns combine as a composite key at the VBCS Object level.Currently there is only Unique feature.