Get Started with Redwood: Oracle Cloud SCM and Purchasing
Web
Discussion List
-
Show warning message when user select table rowsSummary: I have a scnerio where I need to raise a warning alert message to the user when the user selects a table row but it should not fire for 1st table row. Version (…
-
Checkbox not showing Values in UI properlySummary: I am trying to display enable checkbox through Y or N flag in VBCS using oj-checkboxset and oj-option but somehow correct value is not showing in UI. I am getti…
-
How to combine 3 application into single application in vbcsSummary: Content (required): Hi All, I want to combine 3 different application into single application, is it possible to achieve in vbcs, if it is possible means, could…
-
While checking in the console, am encountered a non-passive violation. Is there any fix for this?Summary: [Violation] Added non-passive event listener to a scroll-blocking event. Consider marking the event handler as 'passive' to make the page more responsive. Cont…
-
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 …
-
Any references to add OAuth security (apart from user credentials) while calling BO REST API?Summary: Added REST API security (OAuth) for business object in VBCS Content (required): We need to add OAuth security while calling Business Object REST API that has ad…
-
Tab Close Event or Browser Close eventSummary: Hi, Is there a way to capture the event if the user accidently closes the tab in which VB app is running. Need to do some clean up job if the user closes the ta…
-
Unable to select desired row ADP based tableSummary: I have Adp based child table filtering out data based on row selected from master ADP table but whenever I try to select child table row it default select 1st r…
-
ChangeTemplate configurationSummary: How to get all available template in for my login Content (required): When i try to create a project, i could see only empty template is available, what are the…
-
Unable to filtering the ADP child table based on row selected in ADP parent tableSummary: I am unable to filtering the ADP child table based on row selected in ADP parent table First time when I select 1 parent row it filtered fine but next time when…
-
Traversing table and call REST for certain data in VBCS tableHi, I am populating data in table(uneditable) on VBCS page, now i want to check for rows in loop, if certain columns value is 'ABC', i want to call REST service for that…
-
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
-
Just found "Extending Oracle Cloud Applications with Visual Builder Studio", please can anyone elaboSummary Just found "Extending Oracle Cloud Applications with Visual Builder Studio", please can anyone elaborate?Content Hello, I've just found the doc referred in summa…
-
Put validation on text field from table row valueSummary: Hi I want to add validation on text field(Lot) value should compare the column(lot_serial) row data if value found in the table then Enable button(view data) el…
-
Is visual builder the same as visual builder studio?Summary: Content (required): Is visual builder the same as visual builder studio? If not, what are the major differences? It looks like Studio is it's own feature offeri…
-
Assign function result in array variable then display in tableSummary: I am using js function to split the comma-separated string values(O278219,PRW01022N-0890-SAFSA,Q1085,L10397257,MM20C24013,N38756)into array how would i assign t…
-
Embedded VBCS Page In ERP Cloud-Data SecuritySummary: I have a requirement to get the user id logged in ERP Cloud page as parameter to VBCS page using Page Integration Wizard. The use case is basically restrict dat…
-
How to show Session Expiry Warning MessageSummary: Hi, We have developed a VBCS application which is accessed from SaaS. It open in a new tab when accessed. I would like to know how do I show a session expiry me…VBCS Learner 22 views 3 comments 0 points Most recent by User_2025-02-04-21-56-11-668 Visual Builder
-
Not able to call REST API from VBCS which accepts attachment in requestContent Hi Experts, I have created one REST API in Integration Cloud which takes attachment and payload in request body due to which request header type is multipart/mix…
-
How to insert new row in Batch editable table?Summary: Hi Team, We are implementing batch editable table recipe for one of our requirement to insert new rows and editable rows . I'm facing issues on inserting new ro…
-
rest service Exception handling in VBCSSummary: I want to handle the user define exception populate a message in vbcs via data invoking through rest service. Content (required): I am using post rest service s…
-
Print/download PDF with images.Content Hi Experts, I am trying to download/print PDF which contains Image and some HTML elements. I referred many third party libraries but it doesn't support Images. A…
-
Access Business Object externallyContent Hi Team, How can we access the Business Objects outside the VB application? I have created BO in my application and tried to access the BO from postman, But it's…User_2025-02-11-11-37-24-835 24 views 8 comments 0 points Most recent by User_2025-02-11-11-37-24-835 Visual Builder
-
Custom AuthenticationContent Hello Everyone We are planning to build a VBCS app which is public and doesnt require IDCS to login. We wanted to embed custom authentication where any public us…
-
Check the resources is available in VB applicationContent Hi Team, Is there any in-built way to check the resource available in VB app or not. My requirement is display the image saved in resource folder based on the re…User_2025-02-11-11-37-24-835 23 views 4 comments 0 points Most recent by User_2025-02-11-11-37-24-835 Visual Builder
-
Issue while navigating back input parameter wipe off in vbcsContent Hi when i go from page 1 to page 2 after giving input parameter 1 then parameter 2 then press submit if I come back to page 1 by pressing back navigation button …
-
Automatically retrying a REST call until results are availableSummary We'd like to automatically keep retrying a REST call until its response isn't emptyContent Situation We're developing this web application where on a certain pag…
-
Access SOP for users to use deployed VBCS (OIC stack) forms (ServiceUser access not sufficient)Summary Access SOP for users to use deployed VBCS (OIC stack) forms (ServiceUser access not sufficient)Content Hi, We have an issue where access to new forms deployed in…
-
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…
-
Dynamic ComponentSummary Dynamic ComponentContent Hi, I am developing a web app and enabled the PWA flag in application setting. In the app I am using oj table and oj list to show emp da…