Action Flows
Discussion List
-
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 22 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 12 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… -
How to uncheck/disable/deselect row selection based on condition in multiple select table in VBCS?Summary: How to uncheck/disable/deselect row selection based on condition in multiple select table in VBCS? Content (required): We are displaying a table which is gettin…User_2025-02-12-05-17-46-064 114 views 1 comment 1 point Most recent by David Konecny-Oracle Visual Builder -
Issue after upgrade to version 2110Summary: Hi, I am having an issue in my application when deleting from an Array Data provider using the Fire Data provider Event. I am getting the below error and am not…Priya Padmanabhan-248837 163 views 3 comments 0 points Most recent by Priya Padmanabhan-248837 Visual Builder -
Update data from oj-table to BOSummary: I am loading my oj-table through knockout data source java scripting using page.function.functionName();. There is one edit field and I need to update the same … -
How to create empty row in table using VBCSSummary: Content (required): Hi All, I implemented editable table with save button. i need to add new row (ie) when i click add button empty row added in the table and f… -
How can we update business object on closing browser windowSummary: We have use case where it is required to update business object on closing browser tab or window. Basically , we need to clear the data from the BO, when user c…User_2025-02-10-07-41-15-235 11 views 3 comments 0 points Most recent by David Konecny-Oracle Visual Builder -
How to change defaultPage for a flow conditionally in VBCS ?Summary: Hi, We have a flow which contains 2 pages. We need to change the default page based on an application level variable. How can we achieve this ? Version (include… -
Firing Selection Listener from Another Action ChainSummary Firing Selection Listener from Another Action ChainContent Hi, I have a use case where I need to fire Selection Event defined in table from another Action Chain.… -
Save Search Results in VBCS PageSummary: We have designed a custom search page and upon giving the search criteria and click on search button , it will call the REST service and provide the results in … -
OJ-SELECT-SINGLE equivalent for detail.trigger == "option_selected"Content We are in process of migrating from OJ-SELECT-ONE to OJ-SELECT-SINGLE. One of the main filters that we have in any value change actions in Select One is detail.t… -
I want to replace word in string 6005.102.005 to 6005102005Content Q1.I am getting string from rest service showing in dialog box i want to replace "6005.102.005" dot from desired "6005102005". Q2.when I press submit button from…