Category 218
Discussion List
-
Visual Builder - for Each running in parallel modeSummary: I have created a VB extension and have some custom logic based on forEach. I have some complex logic inside ForEach but even though I have set the mode as "Seri…
-
ADP - pagination with PDP and inline editSummary: Hi, We have a requirement to implement table inline edit and provide pagination.Can we achieve both inline edit and pagination with either PDP or ADP?Can anyone…
-
Message Banner on Center of Page in Redwood TemplateSummary: We have a requirement to display the Message banner of the fire notification just below the Welcome Page Template in the VB App. As of now the Message is gettin…
-
Customize search filters on custom VBCS pages and vanilla Fusion HCM Cloud pagesSummary: Hello, We are looking for a way to customize (add/remove/adapt) filters on search pages. (e.g for Positions page - delivered HCM Cloud page but also for custome…
-
Global FunctionsSummary: hi! I see Global Functions can only be used in extensions... Would that capability be provided in standalone VB apps too? I can see it being very useful, especi…
-
Can we use Translation on an email template?Summary: hi! is there any way to use Translation with an email template, as used in BO / Business Rules / Trigger / send email notification? Except by sending a whole me…
-
Groovy code on Business Object Data Security RulesSummary: I can hardcode a value in a BO Data Security Rule condition & it works fine. However, when i try to use an expression in the rule (i.e. Groovy), although i can …
-
How to encrypt payload being sent during Action Chain events?Summary: During an actual page load, you can see these request/response values being exchanged between browser and VBCS App. How to encrypt the payload passed during Act…
-
BPM Workflow In Fusion Application Extension.Summary: In my case I have developed a UI Using Fusion VBS APP Extension and given the separate role. Added it to the Fusion Page. but i have requrement for that UI to a…
-
VB Standalone vs VB in the OIC - when to use what?Summary: We currently use VBCS (Standalone) with BYOD (ATP Database), hosted on our Oracle Cloud Infra tenancy. But there is another VBCS available in Oracle Integration…
-
Prompt to install PWASummary: Hi Shay, I am following below video to implement prompt for PWA. I get this prompt to install in laptop but when I scan the QR code to open in mobile (iOS) , I …
-
i have developed the application APP extension using VBS againts the Fusion.Summary: I have developed the application APP extension using VBS againts the Fusion. In that i have to add the approval workflow. Usally we will setup the approval usin…
-
SDP variable not resetting from action chainSummary: My SDP already has data. Now I want to reset the SDP when user clicks next record. In the action chain for click, I have resetted the SDP and then called Refres…
-
Download files kept under resources folder on UISummary: Hi, I have a kept an Excel CSV file in resources folder of the application. Is there a way I can download it from UI on a button click Content (required): I hav…
-
Excel file upload best practices and limitationSummary: Hi All, We are building a web application to provide user the ability to upload excel file and eventually extract the data to dump it into ATP tables.Do we have…
-
How to Make Records Editable in a Dynamic Table After Uploading Through File Picker in VBCS?Hi VBCS Community, I'm working on a project where I need to upload a file using the File Picker component and display the data from the file in a table. I followed the V…
-
Redwood: Source code for Redwood templatesHi Team, I'm currently in the process of creating a new account list panel that extends the same options, features, layout, and CSS as the existing panel. How can we acc…
-
oj-sp-calendar component: How to set a single monthSummary: We are using a calendar component in our page and every time when we load the calendar its defaulting to the current month. Instead we want to default it to the…
-
Downloading an excel file from object storage is corrupted.Summary: Unable to open the excel file downloaded from the Object Storage. Content (please ensure you mask any confidential information): Hi Team, I am facing an issue w…
-
Oracle Visual Builder Studio not Loading ProperlyI am using Oracle VBS for development for some time now. From last Monday I am facing regular issues while loading VBS. Some time it take very long time to load, and som…
-
Table columns flickers when the drawer expands/collapseSummary: Table columns flickers when drawer expands/collapse Content (please ensure you mask any confidential information): Hi Team, I have a table with a drawer on the …Vignesh Viswanath-Oracle 3 views 2 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
What is the Max Number of records allowed in VB Excel Plug-in?Summary: What is the Max Number of records allowed in VB Excel Plug-in? Content (please ensure you mask any confidential information): I am in the processing of selling …
-
Open Hyperlink from Shell page Concatenated with the VBCS PageSummary: How to Open the emp-detail page Hyperlink from the VBCS Page URL using on Click Event : We have added this Hyperlink in the Root pages →Shell Page as below . Bu…
-
VB & Creating Innovative User Experience for Fusion Cloud Applications Scheduled ProcessesSummary: hi this was a very interesting article … is it possible VB standalone apps could have a similar method for scheduling processes with VBS? Content (please ensure…
-
Steps to implement Mentions feature using Rich Text Editor in VBCSSummary: Anyone implemented the Mentions feature using Rich Text Editor (oj-sp-input-rich-text-2) in VBCS, please help. Content (please ensure you mask any confidential …
-
VB Studio build job using GitHubSummary: Is it possible to connect to GitHub to package the app using VB Studio build job for CI/CD. I know Git repository which comes with VB Studio is free and makes s…
-
Service Worker Failed error while implementing offlineI am implementing offline feature to my visual builder application. I did everything as described in this blog. . After completed everything, I tested it. It is working …
-
Select Single is returning Index rather than Key ValueSummary: My ADP based Select Single is returning index number instead of returning the key value. The key values in my ADP are all unique. Content (please ensure you mas…
-
How to add Error/ Warning Message to Individual Components ;Summary: We want to show a Pop Up Error Message for Input Text Boxes , Input numbers not Entered Content (please ensure you mask any confidential information): Version (…
-
Long running Action chainsSummary: Hi! From past comments i see that to run long Action Chains without holding the user, we can fire custom events and listeners. Also we can use the Batch API to …