Action Flows
Discussion List
-
Sorting based on header in oj Tables in VBCSSummary: I am fetching data using a rest api with the help of SDP and populating that data into a oj table. My table have three columns Name, age and Designation. I want…
-
I want the user to enter only tasks related to him/her?Summary: I want the user to enter only tasks related to him/her? Content (required): I am building applications to add tasks to users. and I want each user to enter only…
-
How to do multiple filed filter for the table data from ADP type?Content Hi Team, I consuming report data and return list of values in array format. then i show that data into table format using ADP Type.
-
Dynamically create ADP and ADP type based on the configuration dataSummary: Hello Experts, I have a requirement as below, Call REST API to show the list of values of the configurations - DONE Add value change listener to the lov (combo-…
-
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…
-
How to disable tab key on editable table for column navigation.Summary: I have a table which is having editable fields as a columns , I am using data provider to update the rows in a table while using tab key to navigate next editab…
-
How to auto select all rows on data load in a multiselect table.Summary: Content (required): Version (include the version you are using, if applicable): Code Snippet (add any code snippets that support your topic, if applicable):
-
Multiple Row Selection in TableSummary: Not able to get data from table after selection of Row. Content (required): Hi All, I implemented this method for Selection of Multiple lines from table. Having…
-
Can't able to set value to select-single filed in Oracle VBCSSummary: Hi All, I m facing some issue in select-single filed. when i create a record using select-single its working fine that same way, when i go to edit that record t…
-
Is it possible to do editable table using ords in oracle vbcsSummary: Hi All, I have an requirement to do add row and edit row in table level using ords(REST). I saw lots of video and websites but its used for business object, ple…
-
How to access value of child table attribute in an actionchainSummary: How to access value of child table attribute in an actionchain Content (required): I have a table based on emp BO, in which deptno, deptname from dept BO and em…
-
Is it possible to filter the data in oj-select-single field using SDP variable in vbcs?Summary: Hello everyone, I have an requirement that is need to filter the data in oj-select-single field using SDP variable, i tried lots of things in that but i cant ab…
-
Excel Add in VBCS with ORDSSummary: Hi Team, We have created the VBCS applications with existing VBCS storage as a tenant and observed that for Excel add in with LOV ATP with Business objects . Ca…
-
Can we call App1 flow from App2Summary: Can we call App1 flow/ page from App2 Content (required): For example we have two applications like App1 and App2. Can we call App1 flow/ page from App2 at butt…
-
creation table - multi -select : no business object but use response integration serviceSummary: creation table - multi -select : no business object but use response integration service Content (required): using able - multi -select created with response in…
-
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…