Action Flows
Discussion List
-
Help Oracle make cloud applications easier to extend!If you've extended an Oracle cloud application in the last year, we want to leverage your experience! Specifically, we'd like to interview you for about an hour on what … -
table with paging control having issues with on click button eventSummary: I have a table with paging control added as shown in below screenshot. When i go to pages other than 1 i.e. 2, 3 or any other page other than 1 and click on but… -
Is Contains Condition for IF Action Possible?Summary: Is Contains condition for IF Action possible? Content (required): I am writing a code which compares a variable if it is contained in the other variables. Is co… -
browser back button functionality in VBCSSummary: Hi Team, we are building the VBCS pages. Say suppose, if user clicks on browser back button then page details will lost and it will make an issue on the page. C… -
Input Number with decimals not rounding while savingSummary: While Saving data with decimals in the custom object in app extension, the data is not being rounded while saving. Content (required): Hello, we created a simpl… -
Excel Spread Sheet with LOV values in VBCSSummary: Hi Team, We have a below requirement in VBCS. Download button to download an excel sheet with predefined LOV values and entire the required data and upload it t… -
VBCS Application not supported in Internet Explorer IE-11Summary: We are unable to view any pages of VBCS Application when we ran the url in internet explorer Compatibility IE-11. Clientuses only IE as browser to operate Conte… -
Blank rows to be added on Editable Table in VBCS & Inserting multiple lines to Database TableSummary: Blank rows to be added on Editable Table in VBCS & Inserting multiple lines to Database Table Content (required): Hi All, We have the below required for the VBC… -
JS console error in Cookbook - table Select columnsSummary: Hello, I was exploring the option to use table select columns and I see an error when I click on the menu many option Error calculating initial value of variabl… -
Bulk Upload Feature in VBCSSummary: Bulk Upload Feature in VBCS Content (required): Hi Team, We wanted to load the BULK data using the excel in VBCS based on a PAAS View or Paas ATP tables. We hav… -
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… -
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… -
Multiple Field filter with OR condition in VBCSHi all, I have an requirement that is multi field filter table using rest api. i tried query param,url param and header param also. all the method working in AND conditi… -
Keypress event on Hyperlink-Not able to get the key valueSummary: Keypress event on Hyperlinks Content (required): When we create an action chain with keypress event on an input or button component, we are able to get $event.k… -
Get element by id not workingHello All, I am trying to show a pop up and its not working. Due to upgrade to latest vbcs version. Please see my vbcs function below: PageModule.prototype.showtestpopup… -
Calling a service connection end point from action to assign a variableSummary: I have to use a POST request to perform getMany. The response looks well formed but Quick Start will NOT. recognize Content (required): I have to use a POST req… -
Invalid expression issues in page.Summary: Content (required): Hi All, Currently we are developing DCS application with the 21c template. Since the update, there have been a number of invalid expression … -
update runtime 2204 issueSummary: I have update my application with following update after it all my navigation was not working which is resolved by updating application theme reference link is … -
Unable to fetch older version task list data using get task collectionContent (required): Hi Team, We have a requirement to display all the tasks with respective to the process application in VBCS. NOTE: process application is having multi…User_2025-02-07-22-07-09-889 11 views 1 comment 0 points Most recent by David Konecny-Oracle Visual Builder -
Can we copy data from Service Data Provider to Array Data Provider variable in VBCS?Summary: Hi Everyone, Could you please let me know if we can copy data from Service Data Provider variable to Array Data Provider Variable in VBCS using action chain or … -
How can we add a CAPTCHA support (Oracle one or Google Recaptcha or other alternative)?Summary: One of our customer did ask if there is a possibility to support a CAPTCHA within the VBCS application to limit bots that would attempt to use the form exposed.… -
$application.user.email returns Username instead EmailSummary: Hi, When we run the app from VBS-> workspace , '$application.user.email' returns User Name. It returns Email when we either access shared app url or run it from…User_2025-02-10-07-41-15-235 21 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder -
Issue with git and action chains without a defined return typeSummary: Since the upgrade to 2201 if we go in and simply view an action chain that does not have a defined return type, a return type of object[] is getting auto-assign…User_2025-02-04-21-56-11-668 11 views 2 comments 0 points Most recent by David Konecny-Oracle Visual Builder -
How to call Navigate action from javascriptSummary: Need to call Navigate action from javscript code in mobile app Content (required): We have an href link in javscript code, on click of that we need to redirect … -
Best way to find if Search criteria has changedSummary: Best way to find if Search criteria has changed Content (required): Hi, I have a search page with 9-10 search criteria all LOV's . I want to know if any of the … -
Ability to Pre Fetch Action chain JSON'sSummary: Content (required): The recent change of having the Action chain logic into its own file is great from development perspective since it reduces conflicts by a g… -
Attachment download from table in vbcsSummary: Content (required): Hi Everyone, I have an requirement for upload and download the documents. I did upload document process. When am going to download, I didn't… -
How to dynamically display button in oj table columnSummary: Dynamically hide and show button in OJ table column Content (required): We have a table in the page where we have to display a delete button in one of the colum… -
Is it possible to upload attachment in PCS?Summary: Content (required): Hi All, I have an requirement in my project that is. is it possible to upload attachment in PCS ?. i did application with upload attachment … -
Re-launching a same flow page with different parameterSummary: We are trying to build an answers solution where an answer id is passed as a parameter and it pulls the corresponding answer based on id via REST. However, if w…