Custom Code
Discussion List
-
Getting the value of a REST action chain resultSummary: Unable to figure out the value of a action chain result set Content (required): Hi there, Struggling with something minor. I have a POST call to an ORDS REST se…
-
Inline table editSummary: How to exit table edit mode from button click? (instead of clicking another record) Content (required): Version (include the version you are using, if applicabl…
-
How to configurable delay in search for a Type Ahead Search Component?Summary: I have a Search Component that shows suggestions to the user as he types. I want to add a delay to the service call. Content (required): Currently, I am using r…Vishal Singh Rajpurohit 10 views 1 comment 0 points Most recent by David Konecny-Oracle Visual Builder
-
Extending Fusion Apps. with VB. Disabled Publish button.Summary: Hi all, Im giving a try to this new amazing new functionality, VB-FA-Extensions (I only know the VB classic, embeded in OIC, and Im trying to learn this new stu…
-
How to make table height Auto-Adjustable depending on the Number of rows?Summary: I have a oj-table component whose data is loaded on a REST call. I want the table to automatically adjust its height based on the Number of Rows returned from t…Vishal Singh Rajpurohit 14 views 3 comments 0 points Most recent by Vishal Singh Rajpurohit Visual Builder
-
How to make table height Auto-Adjustable depending on the Number of rows?Summary: I have a oj-table component whose data is loaded on a REST call. I want the table to automatically adjust its height based on the Number of Rows returned from t…Vishal Singh Rajpurohit 11 views 0 comments 0 points Started 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…
-
VBCS Table - Merged headersSummary: Is it possible to create merged headers in VBCS table? Content (required): Version (include the version you are using, if applicable): Code Snippet (add any cod…
-
Editable table with some advances features - sample appContent Hi, I am attaching an editable table sample app with some advances features: 1. Highlighted edited records. 2. View Changes for eac…
-
Fire a CustomEvent from Reusable Custom ActionsSummary: Content (required): Can we fire a Custom Event from Reusable Custom Actions's JS? Normally in a Page level JS we would do it with the help of eventHelper.fireNo…
-
Is it possible to display only month and year in oj-input-date fields???Summary: Content (required): Hi All, I have an requirement in my project that is. Is it possible to display only month and year in oj-input-date fields? Please refer bel…
-
How do we refer a style class in an ODA JS code?Summary: I have defined few classes in app.css but need to understand how to use them ? Content (required): Version (include the version you are using, if applicable): 2…
-
Filepicker & Procurement Attachment REST API - VBCSSummary: How to user filepicker in VBCS? I want to use PO Attachment REST api to attach any file(s) attached on filepicker to SaaS for specific PO Header ID. Content (re…
-
String containing XML to ADPSummary: Hello, I would thank any help with the following. In VB I get an XML (after a decode64) string like this: 44 AA 33 BB I would need to know the steps to co…
-
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…
-
is it possible to npm install in visual builder?Summary: Hello, I want to connect to oracle database with node js "oracledb" dependency. is it possible to achieve this in VBCS. Please guide me with the steps to achiev…
-
Is it possible in VBCS to Re-order Columns of a Table during runtime?Summary: I have a requirement of reordering the columns of a table when the web page is running. Content (required): I have found Row reordering functionality in OJET co…Vishal Singh Rajpurohit 16 views 2 comments 0 points Most recent by Vishal Singh Rajpurohit Visual Builder
-
How to close current browser tabSummary: Actually I am try close current browser tab using button and action chain via call module function. Content (required): Version (include the version you are usi…
-
PDF Returns as blank document when retrieving in VBCS through OCI Object Storage REST APISummary: We have a process to download a file from an OCI Object Storage bucket, which is breaking down when the Content-Type is pdf Content (required): We are leveragin…
-
Caching for REST APIs in VBSummary Caching for REST APIs in VBContent Hi All, I went through one beautiful blog from Shay on caching the BOs in VB,this is really good to know. https://blogs.oracle…
-
OIC-VB classic instance, separating users and codeSummary: Hello, A quick question if anyone can helps would be appreciated. Content (required): My company share customers with other IT suppliers. What are the options i…
-
Problem in VB trying to use an ORDS procedure that returns a ref cursorSummary: Content (required): Hi there - we are using VBCS and ORDS to connect to our database. I am trying to build a parent child select list where the child values com…
-
Select single not prepopulating get endpoint valueSummary: Content (required): Hi there, I have a table from which I have used the quick start and created the create, edit pages. In the edit page, when I select a record…
-
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…
-
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…
-
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. …
-
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…
-
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 …
-
Custom validation field messagesSummary Custom validation field messagesContent Hi, I've worked out how to do custom field validation, but instead of firing a message at the top of the page I wanted to…
-
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. …