Web
Discussion List
-
refer external libraries in VBCSSummary: Hi Experts I want to make use of external JavaScript libraries i.e. after i include the script tag in HTML like below, I want to refer them in JavaScript functi…
-
Upload/Get document from UCM/Content server with REST APIs in Visual BuilderSummary Uploading and getting documents from UCM using REST APIsContent Hello All, I am using File-Picker component in Visual Builder UI to get the files to Visual Build…
-
How to sort ADP using variable sort featureSummary: HI I want to sort ADP data by using below feature and refresh index if user delete table row: How to refresh table sequence Column if user delete middle row: He…
-
VBCS webapp does not load page / trigger rest API when user navigates to different tab in browserSummary: Hi Team, We have noticed multiple instances in VBCS webapps that the page loads only when user is active on a tab/ navigates back to the VB page. For example, 1…Parimavardini Palanisamy 44 views 3 comments 0 points Most recent by Parimavardini Palanisamy Visual Builder
-
How to Logout on closing of tab in vbcs App?Summary: Logout functionality when user closes the tabs. Content (required): Hi All, I need a logout functionality of vbcs application when user closes the tabs (clicks …
-
VBCS App Login from ORacle Fusion(SSO)Summary: HI , We developed VBCS App in OCI environment and Embedded in Fusion SAAS, But how to login through Fusion Screen(SSO). Checked so many document but no clear st…
-
How to insert blank record at the top of the editable table in VBCS ?Summary: Trying to insert a blank record in a editable table, which is inserting at the bottom of the table. So expecting the blank record to insert at the top of the ed…
-
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 …
-
Problems with date conversionSummary: Content (required): The oj-input-date component is delaying the date by one day in the view. The problem also occurs when I use the same component in a form to …
-
Batch Editable Table BDP issue while additem and updateitem BDPSummary: Hi getting an error while adding a new row and updating an existing row in the Batch editable table. Additem : Updateitem :
-
Visual Builder using Process in a ChatbotSummary What i'm trying to do here is to have a visual builder web app having a form that would trigger a process, and this app can be launched from a digital assistant.…
-
Enable SSO between FA and VBCS APP?Summary: How to Enable SSO between FA and VBCS APP? Content (required): I want to enable SSO between FA and VBCS. Both FA and OCI, have federated with Azure, Azure is th…
-
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 42 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Is it possible to have a table component as collection template in oj-combobox-one ?Summary: I have a oj-combobox-one component for customer search . It works as a search as you type . We want to display both customer number and customer name in a Table…Vishal Singh Rajpurohit 31 views 3 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Help texts in select single is not persistent.Summary: Help texts in select single component is not behaving like the other components. Content (required): I have a select single in my web app with a help text. Whil…
-
How to optimize the searh on single select component in VBCSHi all, I'm having problems with search performance using the oj-select-single component. When the user types something, the component brings the results, but it takes l…
-
How to use temporary memory do DML operation on table data on UI store in ADPSummary: Hi I have 1 requirement where 5 records are coming from SDP (approver's email, name, desgination, emp_no ) which is maximum 5 rows now user can manipulate like …
-
How to handle browser refresh - F5 in vbcs applicationSummary: Hi All, How to handle browser refresh (F5) in any vbcs application? I have an application which has 10-12 pages in it and from any of the pages if user clicks o…
-
issue when opening a dialog on top of otherSummary: Hi Experts When I try to open a dialog on top other dialog i.e. on click of button I open a main dialog and on click on button I try to open a small dialog on t…
-
add search field for every column on top of it in table componentSummary: Hi Experts Is it possible to add the search box for every column on top of it in a table component as shown below If possible, please help me how i should proce…
-
How to get or print the Oracle Visual Builder's Server IP Address in VBCS application UISummary: How to get the Oracle Visual Builder's Server IP Address in VBCS application UI Content (required): Hi All, I am need to get the Server IP address of the Oracle…
-
Visual Builder New Features WebcastRegister and join us to learn about the new features in the recent version of Oracle Visual Builder and Visual Builder Studio. We'll explain and demo the latest addition…Shay Shmeltzer-Oracle 82 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
How to move a action chain from page to flow or app levelSummary: I have already created a complex action chain at Page level, Now I want to move it to Flow or app level. How to do this? Please help Content (required): Version…
-
How to check if a column of a table has a value?Summary: Content (required): I have some columns that may or may not contain value in the rows of a table. In the image below in the TRAKING_FIELD2 column, only one line…
-
How can I make images in my application Cacheable ? The Cache_Control header is always no-cache.Summary: I want to make images in my application cacheable on the browser. The Cache_Control header of all the resources is no-cache. How can I change it? Content (requi…Karim Nashaat-Oracle 32 views 3 comments 0 points Most recent by David Konecny-Oracle Visual Builder
-
Is there any feature to group columns in a header of a table?Summary: Content (required): I have a table (oj-table) and I need to group columns in the header like the example below: The header title is not being returned in my SDP…
-
How To Provide "Redirect-URL" after logout action ?Summary: Unable to Login to same application after Logout action. Content (required): The logout button in my application(status:live) triggers an action chain that call…
-
Multiselect table function getRowsForIDs is not working correctlySummary: Hi all, I am facing 1 issue when the application loads and the user selects table row (table having action chain multirow selection) then getRowsForIDs function…
-
How to export data into word document using VBCSSummary: I've a requirement where I've to export the data of a SDP/ADP into a word document in the structure of table, Could someone please help me in achieving this in …