Category 218
Discussion List
-
Is there any REST API available to import and export vbcs applicationSummary: Is there any REST API available to import and export VBCS application Content (please ensure you mask any confidential information): Hi All, We want to build an… -
What is the cost involved for VB studio outside provision in OCISummary: What is the cost involved for VB studio outside provision in OCI Content (please ensure you mask any confidential information): Hi Expert, We want to automate t… -
which template to select to show the menu at top of page and also the company nameSummary: Hi Experts I have a requirement to show the company name and logo at the top and also to build a menu bar horizontally as shown in below screenshot. Please help… -
stage application error utils.js:171 Uncaught (in promise) Error: Empty file content app-flow.jsonSummary: Hi we are facing error while running application on stage mode after deployment from VBS its giving below error while running on preview mode its working fine. … -
Unable to see the integration which are developed within project in catalogSummary: Hi Experts When I'm trying to consume integrations with catalog service connection, i could see only integrations which are developed outside project i.e. globa… -
VBCS application live version does not show dataSummary: VBCS application live version does not show data Content (please ensure you mask any confidential information): Hi Experts, I have an application version which … -
OCI get object storage rest api converts to url encoding for subfolderSummary: Hi Experts I'm getting 400 bad request error when i'm trying to get object from object storage using REST api if my object is within the sub folder actual objec… -
How to avoid encoding of path parameters of a REST API in Visual Builder at runtime?Summary: I'm trying to download a file from Object Cloud Storage Bucket using the /n/{namespaceName}/b/{bucketName}/o/{objectName} API. The objectName contains the whole… -
Field that added to the layout is not reflectedSummary: Content (please ensure you mask any confidential information): Hi I edit page in manage inspection menu. Then duplicate the seeded layout rule sets. I add the c… -
How to access the page variable in a layout field in appui / visual buildrSummary: Hi Experts I'm extending Connections fusion page using Visual Builder, I have created a variable in page to store the person number which i'm populating in acti… -
Visual builder studio - workspace backend configurationSummary: Visual builder studio - workspace backend configuration Content (please ensure you mask any confidential information): Hi, we are starting to use VBS as our mai… -
Camera Component Showing OK and Cancel Options in Mobile for Barcode ScannerI implemented Barcode Scanner Logic in My Vbcs Application where i used Camera Component as a scanner and on Camera event i wrote below code to get the Value from Barcod… -
how to check if the PDF file contains barcodeSummary: Hi Experts I have a requirement to check if the pdf file uploaded by user in the VBCS page us having a barcode or not … also to extract the barcode text. Please… -
Getting row Index instead of key in selected event in my Multi select table when sorting columnHi All, I have a SDP based table on which multi select option is available. In my sdp variable I have selected key attribute. So When I am selecting a row using checkbox… -
Using Page Variable in seeded Redwood Runtime Pages in VBSHi Experts, I am facing an issue with the VBS value expression when trying to set a value from a field expression function. In my scenario, I declared a page variable gl…Jeeva - Cloud Vantage 12 views 2 comments 0 points Most recent by Jeeva - Cloud Vantage Visual Builder -
How to Use the REST API from VBS Redwood seeded page in field expressionHi All, I have a requirement to display a default value in a field. The value is returned from a REST API and stored in a page variable. I need to return this variable i…Jeeva - Cloud Vantage 14 views 1 comment 0 points Most recent by Vignesh Viswanath-Oracle Visual Builder -
how to build chat user interfaceSummary: Hi Experts I have a requirement to build a UI using Visual builder similar to below like chatgpt, claude, copilot,..etc Do we have any inbuilt component to do t… -
How to Use Tabs in VB PageSummary: Any Reference for using Tabs in a VB page. Please share Content (please ensure you mask any confidential information): Version (include the version you are usin… -
How to shown Result of two Business Objects in a Select Single DropdownSummary: We are fetching the data from two different SDP variables BO 1 has Field named Jobno and BO2 has Field named JobCode . Jobno and JobCode should be shown in a Si… -
Oracle VBCS: While editing row in an Editable table, row alignment is getting disturbedHi , In my editable table, I am seeing the shifting of cell text to it's right. Whenever we are double click on row to edit, the text is shifting to its left and table a… -
Business Object Rest Api Getting error when we pass Multiple Values for q parami'm trying to access Business Object Rest api in Postmen Client When i pass filter q param with below https://.vbcs.com/1.0/resources/data/UserInfo?q=iBLPN='ABCD';workOr… -
transform js function not working while using select many component with SDPSummary: transform js function not working while using select many component with SDP Content (please ensure you mask any confidential information): define(['urijs/URI']… -
How to handle REST API error (400) response payload in VBCS ?I have a REST API that returns two different types of responses: Success scenario (HTTP 200): Returns a JSON payload with the expected data. Failed scenario (HTTP 400 – … -
Oracle VBS: table Multi select issue in page fragmentHi All, I have table on which multi select functionality is enable. I have created this table in a page fragment. And in some use case, I want to un-select the selected …Rohit Chaturvedi 29 views 6 comments 0 points Most recent by Vignesh Viswanath-Oracle Visual Builder -
Removing 'Delete position' actionProvided workaround not working . -
How to set the min and max properties of date range filter dynamically in oj-sp-smart-search?Summary: How to set the min and max properties of date range filter dynamically in oj-sp-smart-search? i have the below code in searchconfig.json "SalaryFilter": { "type… -
Use Advance Expression to select multiple Values in VBSSummary: How can we use Advance Expression within VBS to select multiple values for a field? For example - VBS only lets you default one selection but in this instance, … -
How to build a VBCS page to have QnA on a documentSummary: Hi Experts We have a requirement to build a VBCS page where user can upload a PDF document and user will ask questions and the app has to look for the content w… -
Oracle VBCS- Reusable FIle Uplaod Feature accross all Custom VBCS applicationHi All, I have 10 custom VBCS application created. Now in all the application (in each page of application ), I want to add a common File Upload feature, using which use… -
Authorization header getting removed while calling REST APISummary: Hi Team I'm unable to pass the Authorization header in the REST API call, my endpoint does not support CORS so i'm using proxy and the authorization header is g…