JET
Discussion List
-
Collapsible Data in TableSummary: I have a requirement to showcase collapsible data and my input is array shown similar to the link below. How to rewrite the code an attain the same in JavaScrip…
-
Editable Form Table - proper way to use Form Layout component when in edit modeSummary: Issue with using editable form table cookbook recipe and edit-row functionality Content (required): Hello Community, We have a requirement to bring up a form on…
-
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…
-
Search and highlight text in a current VBCS pageSummary: Can we make input search content like a chrome search bar in VBCS with out-of-the-box functionality or external javascript? Content (required): Our expectation …
-
Read to CSV file using file pickerSummary Read to CSV file using file pickerContent Hi everyone, I have to use the file selector to read a csv file and then insert it into a database. The component is d…
-
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…
-
Support for Gantt chart taskContentTemplateContent Hello, I am trying to create custom content within a Gantt chart task. On the OJET cookbook site I am able to put a very basic "Hello world" in using the taskCon…
-
What is DCS? Is it same as VBCS? What differences we have between them?Summary What is DCS? Is it same as VBCS? What differences we have between them?Content Hi All, I have been hearing a lot on DCS, googled it but couldn't get it fully. 1.…
-
VBCS: Generate some section of page in PDFSummary VBCS: Generate some section of page in PDFContent Hi All, We have few sections in the page, want to export one section which has a few fields and also a table in…
-
How to correct viewport of VBCS embedded in an iframeContent Hi All, Seeking your expert assistance. Anyone has an idea how I can achieve this requirement? We have a VBCS widget embedded in client’s website. Client require…
-
Use JET 9.2.8 with VB RT 2110Content We are planning to upgrade our app to use VB Run Time 2110. We want to use the new functionality of migrating action chains to their own files. But we are not pr…
-
Passing multiple files as attachment to a REST APIContent Hi, We have OIC REST API with content type as "Multipart/form-data", which accepts multiple files as attachment. It works fine, when we test the integration in O…
-
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…
-
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…
-
Uppercase: query parameter value in API from Visual BuilderSummary Uppercase: query parameter value in API from Visual BuilderContent Hi All, I have an input text (inpVar) and the API with 10 attributes, out of which Name attrib…
-
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…
-
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 …
-
Unable to load component "Drawer"Summary Unable to load component: Script error for "oj-sample/drawer/loader" https://requirejs.org/docs/errors.html#scripterrorContent Hi all, I had created a sample app…
-
Difference between SDP and ADPSummary Difference between SDP and ADPContent Hi all I went through existing posts looking for differences between SDP and ADP variables. I was able to find a few of tho…
-
defaulting oj-combobox-many value on page loadSummary defaulting oj-combobox-many value on page loadContent Hi All, For oj-combobox-one -> assign variable is working fine to default the value and it is working fine …
-
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…
-
Application URL RetentionSummary Application URL RetentionContent Instead of Vanity URL, can we continue to keep same application URL asthe bug fixes will be migrated to production..
-
fire Notification Pop-Up is not showing upSummary fire Notification Pop-Up is not showing upContent fire Notification Pop-Up is not showing up on the page (PWA App), but I can see message is fired in browser con…
-
oj-select single value item is not resetting to nulllSummary oj-select single value item is not resetting to nulllContent Hi , I have value item for oj-select-single. If I select 'ABC' and clearing out manually to blank...…
-
Import Oracle JET Diagram Object in VBCSContent Hi, do you know if is possible to import Oracle JET Diagram in VBCS? In components pallette is no available. Thanks
-
How to have table-checkboxes checked by default on page load?Summary How to automatically check checkboxes in a table when the page has finished loading?Content Description The user goes through an application and confirms some ch…
-
Fire Notification - CustomSummary Fire Notification - CustomContent Hi Shay, I followed the below blog to customize fire notification. But for me still separate notification are getting fired ins…
-
Role based UI security in VBCSSummary Role based UI security in VBCSContent 1. I created mfgrole in the application settings and assigned my user to it.2. In the page, I implemented below oj-bind-if …