Business Objects
Discussion List
-
DCS: call API only after login successfulSummary DCS: call API only after login successfulContent Hi All, We have created a sample DCS app and added few links in the shell template. In the shell, there is actio…
-
VBCS: Tab out from table edit is not triggering "ojBeforeRowEditEnd" action chain but with mouseSummary VBCS: Tab out from table edit is not triggering "ojBeforeRowEditEnd" action chain but with mouseContent Hi All, We are facing a very strange issue with ADP "ojBe…
-
VBCS: inputNumber with max and min values - throw error if exeeds max valueSummary VBCS: inputNumber with max and min values - throw error if exeeds max valueContent Hi All, We have one editable ADP based table, in which one column value is edi…
-
Sorting ADP columns (table) wiith Header templates included in itSummary Sorting ADP columns (table) wiith Header templates included in itContent Hi All, We were trying to add sorting property for all the columns in ADP based table, i…
-
Is it possible to split Flows as a module for fusion page in vbcsContent Hi Team, I have 3 different flows in my application. i want to integrate each flow as each module. is it possible to achieve in vbcs. if it is possible could you…
-
Add $ to only non zero values in number column in oj-tableSummary Add $ to only non zero values in number column in oj-tableContent Hi All, I have used below template for one column in the table,
-
Executing action chain before export data and get the latest results in the exported csv fileSummary Executing action chain before export data and get the latest results in the exported csv fileContent Hi All, Our curret design is that we have 2 buttons, one whi…
-
oj-sample-export-data - columns data is shifting to left if one column has null valueSummary oj-sample-export-data - columns data is shifting to left if one column has null valueContent Hi All, I have a very strange issue with oj-sample-export-data compo…
-
Files getting corrupted after downloading from CEC through VBCSSummary Files getting corrupted after downloading from CEC through VBCSContent Hi All, We have a use case where we upload and download files from CEC using VBCS. We are …
-
Is there a way to get the current session ID when we run VB app?Summary Is there a way to get the current session ID when we run VB app?Content Hi All, I want to know if there is a way to get the current user session ID when we run t…
-
Sum of values in a column along with text Total in oj-tableSummary Sum of values in a column along with text Total in oj-tableContent Hi All, I have an ADP based table which has 10 columns, out of which 2 columns are quantity an…
-
How to obtain the total number of records in a VBCS Business Object using Business object REST GETContent I have created a business object TEST in VBCS. The business object provides REST API to GET the records. By default 25 records are returned. I can control the co…
-
VBCS 21.07.1 | Input text disappearing after mapping the value with variables point to RESTAPI RespoContent Referrence : https://blogs.oracle.com/shay/edit-data-in-a-table-in-a-pop-up-dialog-revisited Version used : 21.07.1 Build Number: a37d350ba6cfbeedea8994718ab7189…
-
Upload and read CSV file records and insert into VBCS objectSummary Upload and read CSV file records and insert into VBCS objectContent Hi, How do we upload and read CSV file records and insert into VBCS object. We want CSV file …
-
Export data is not waiting for the action chain to complete - oj-sample-export-dataSummary Export data is not waiting for the action chain to complete - oj-sample-export-dataContent Hi All, I have used oj-sample-export-data for exporting the data from …
-
Calling Rest Web servies using a loopSummary Calling Rest Web servies using a loopContent Hello Expert, My use case is to call a rest webservices (get method via ords) in a loop. The number of iteration may…
-
Groovy code in Object Trigger failingContent I am trying to update locationCount filed in Location BO(Parent) when a new entry is done in Department BO(Child) but it is giving me error when I am inserting d…
-
VBCS BO: Throwing Custom dynamic Error when Business Rule Object Validator condition fails.Content While creating Object Validator in we enter a fixed Error Message, but my requirement is if we can throw a dynamic error based on the where the validation has fa…
-
504 gateway time-out restful web servicesSummary 504 gateway time-out restful web servicesContent Hello Expert, I got a process which call a rest webservices , which execute a big process in the db using plsql.…
-
Storing offset and corresponding data set/records in a 2 dimensional array in VBCSSummary Storing offset and corresponding data set/records in a 2 dimensional array in VBCSContent Hi All, Needed your thoughts on the below use-case. We have one search …
-
Calling deeplink from the embedded VB into cloud doesn't work as expectedSummary Calling deeplink from the embedded VB into cloud doesn't work as expectedContent Hi All, I have embedded VB app into hcm cloud application, and there is one butt…
-
Column - cell background coloring based on the few conditionsSummary Column - cell background coloring based on the few conditionsContent Hi All, I have created an ADP based table which has 20 columns in it. Out of which one colum…
-
Creating a Scheduler in VBCS ApplicationContent Hi, We have a few OTBI reports that we want to display on our VBCS application to the users who don't have access to the Fusion Apps. However, these reports are …
-
adding dynamic css class for oj-table issueSummary adding dynamic css class for oj-table issueContent Hi All, I have one oj-table and added one variable in the class property of table and added some default value…
-
How to set some value into oj-table cell from javascript and cssSummary How to set some value into oj-table cell from javascript and cssContent Hi All, I have created an ADP table with 4 rows and 10 columns. have to set some static t…
-
Issue in RowExpander: Unable to have multiple rows in the tableSummary Issue in RowExpander: Unable to have multiple rows in the tableContent Hi All, I have implemented row expander by referring to many blogs and with the help of SR…
-
Need inputs on the RowExpander usecase - Tree tableSummary Need inputs on the RowExpander usecase- Tree tableContent Hi All, I have a usecase to design in VBCS, wanted to get your inputs on this. Any blogs/videos/anythin…
-
Strange issue with bind-if inside oj-collapsibleSummary Strange issue with bind-if inside oj-collapsibleContent Hi All, I am facing strange issue with bind-if inside oj-collapsible component. I have one LOV and 2 tabl…
-
VBCS - startup questionContent My client is evaluating VBCS to develop the mobile applications and asked following queries: * How to implement the following in VBCS: * the Session Management: …Rehan Ahmed Khan-Oracle 19 views 3 comments 0 points Most recent by Rehan Ahmed Khan-Oracle Visual Builder
-
Button properties data on ojActionSummary Button properties data on ojActionContent on ojAction, I am mapping $event.detail to Action Chain Variable("detail") and trying to get id of button by $variables…