Action Flows
Discussion List
-
How to store username and password in vbcs extensionSummary: We are calling an external REST API in vbcs extension that generates a jwt token and we are required to pass the username and password in the body. Currently th…
-
How to get host name for vbcs open urlSummary: We are using the vbcs action openUrl in vbcs app extension to navigate to a fusion page. Is there any way to get the fusion host name instated of hard coding it…
-
How to update flow selection in dashboard templateSummary: Hi, I am using Dashboard template to have left side navigation menu. I have a use case where user navigates to another flow from one flow (interflow navigation)…
-
Lookup in VBCS App extensionSummary: We have a requirement to do country code/states lookup in an app extension workspace. App extension doesn't have business object to maintain the country codes u…
-
Retaining table position (SDP based) while navigating back from other pagesHi All, I have one table which is based on SDP (Service Data Provider), every thing works fine Now the catch is, when navigate to some other page, once I navigate back t…
-
Problems with Scan Barcode ActionSummary Sample on https://blogs.oracle.com/vbcs/scanning-barcode-and-qr-codes-in-visual-builder doesn't workContent Hi all, I cannot make the simple QR Scan sample on ht…
-
downloading .xlsm file with macrosSummary: Hi All, We are trying to download the .xlsm template file with MACRO from the Resources tab and then add the ADP data to it and then trying to download the same…
-
Invalid Expression ErrorSummary: Hi All I am new to VBS. I have copied the createModelHRHDRule layout and added the fields 'Business Unit Name' and the 'BUOrg'. When I try to publish this chang…
-
Could not evaluate expression $packagepage.variables: ReferenceError: $packagepage is not definedHello Team, I am a beginner to VB and i have written a small java script which take two values as an input and return the sum of those two values. While executing that i…
-
How to append input parameters to VBCS app linkSummary: Hi everyone i am doing like below but somehow not working /ic/builder/design/app/1.0.4/preview/webApps/vbcsApp/?page=shell&shell=flow1&flow1=page1¶m1=value1…
-
VB improvement requestsSummary: hi! what's the best way to submit usability suggestions for VB? Content (please ensure you mask any confidential information): For example, … in JS action chain…
-
How to deselect a row in the event action chain on multiple select table in VBCS?Summary: How to deselect a row in the event action chain on multiple select table in VBCS? Content (required): We are displaying table data fetched from backend where us…PavanKN 41 views 6 comments 0 points Most recent by Koda V V Satya Sai Surya Ramakrishna Visual Builder
-
After 24.10 update, BOs don't honour the default sort order of the underlying DB View/TableSummary: We have noticed that after 24.10 update, Business Objects don't honour the default sort order of the underlying DB View/Table Has anyone else noticed this latel…
-
Json action chain in vbcsSummary: can't able to create json action chain Content (please ensure you mask any confidential information): Recent version update 24.10 in vbcs can't able to create j…
-
How to have different action chains for different steps in a guided them for CANCEL buttonSummary: Hi, I'm working on the guided theme in VBCS Redwood application and I have 4 steps in the flow. Now for each step, I want to add logic upon clicking the CANCEL …
-
How to expose Etags from the response header of VBCS endpoints on a vbcs page ?Summary: how to access etags in custom headers since it is returning empty response header fields, or if it is possible to move the etag to the response body? Content (p…
-
Parsing error: Unexpected token .eslint.genericErrorSummary: Error in Audits and Page in Visual Builder, Can someone assist here? Content (please ensure you mask any confidential information): Version (include the version…
-
OIC Synchronous Call from VBCS not behaving as expectedSummary: Hi All, I am facing some issue in my action Chain while triggering OIC integration. We are having a synchronous call from UI—→OIC OIC returns a response code ba…VBCS Learner-230793 21 views 5 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
How to do Navigation to other pages in an existing application ?Summary: I want to create like the built in navigation of VBCS in an existing application not creating a new application so how
-
Update an Array from JavascriptSummary Update an Array from Javascript after assigning field values in one columnContent Hello, I create the following screen included below. I've created a function th…Stephen Bryant-131052 70 views 14 comments 1 point Most recent by Shay Shmeltzer-Oracle Visual Builder
-
How to resolve 401 issue when calling integration in vbcs?Summary: Hi Team, We are using demo oic instance with passcode. when we calling integration via vbcs, we are facing 401 issue. And we checked all the credentials its cor…
-
Upload csv file from VBCS UI to OIC SFTP server.Summary: I am working on a client requirement. Where users will use VBCS UI to upload .csv files those files will be uploaded to OIC SFTP server. These csv files are not…
-
VBS EXCEL PLUGIN SEARCH TEXT BOX TO WORK WITHOUT CASE SENSITIVITYSummary: Dont want search text box to be case sensitive Content (please ensure you mask any confidential information): @E. Alex Davis-Oracle We have a requirement where …
-
How to enter to a specific page and it is not the default one ?Summary: I have an application that has two pages (Time Machine, Time Card) and i want from Fusion to enter any page when i press on the icon of Time Machine it opens up…
-
Hi All, I need to display a REST response in a table in VBCS.Summary: Hi All, I need to display a REST response in a table in VBCS. What would be the best way to achieve this Content (please ensure you mask any confidential inform…
-
Need to do conditional edit in tableSummary: Need to do conditional edit in table depending on the value of . I am trying this below code using conditional on combobox value and template on table, it is no…
-
VB Studio- Table Component not visible completely without zooming out the page.Summary: We have a table component with data set as ADP. We also have Pagination associated with this table. We are unable to see the table completely without zooming ou…
-
What support is available from VB for Back Button . What are limitations.Summary: While trying to use Navigate Back it gives a warning saying it is ambiguous. Are there any recommendations by VB on how to go about with back button Content (pl…
-
How to encrypt payload being sent during Action Chain events?Summary: During an actual page load, you can see these request/response values being exchanged between browser and VBCS App. How to encrypt the payload passed during Act…
-
SDP variable not resetting from action chainSummary: My SDP already has data. Now I want to reset the SDP when user clicks next record. In the action chain for click, I have resetted the SDP and then called Refres…