Category 218
Discussion List
-
How to manage versions in Visual Builder with Bitbucket within the Oracle ecosystem?Hello everyone, we use Bitbucket as our version repository. We are looking for the best way to manage version control in Oracle Visual Builder within the Oracle ecosyste…
-
Is it possible to call OIC integration from Visual builder studio part of SaasSummary: Hello, I would like to know if it is possible to call OIC integration API from Visual Builder studio part of Oracle Fusion. Currently Visual Builder Studio supp…
-
How to filter SR Status values based on selected Category in Oracle Fusion Service?Summary: I'm working on Service Requests in Oracle Fusion and using standard SR fields. I want to implement logic where the Status field values are filtered based on the…
-
Call BIP Report From VBCS Endup with errorSummary: Hi Everyone I have Implemented call BIP report from VBCS using JavaScript without Oracle Integration Cloud (OIC). created sample VBCS application and page to ca…
-
Default the DFF value at requisition page based on DFF associated to Job MasterSummary: Job Master(Jobs) : Under Job Name, for example 'Job21 ' has DFF 'Mission Critical - Missesent (LOV)' Position Master(Positions) : 'Position21' has 'Job21' liste…Dhananjay Prakash-Oracle 28 views 0 comments 0 points Started by Dhananjay Prakash-Oracle Visual Builder
-
Checkbox kept auto checked while editing rowHi Team, I have a table in Oracle VBCS with checkboxes displayed in one column. The requirement is: The checkbox should always display in the table. When I edit a row, t…
-
How to dynamically store/bind the entered value in Single Select ComponentSummary: We are using a finder input parameter with the searchTerm attribute to filter results from the REST API. Our goal is to map the user input to this finder parame…
-
Error- callComponentMethodAction]: Missing parameter, element='null', methodName='open'Summary: Hello , I'm trying to navigate from one page to other page by clicking on hyperlink. Refer this Flow— search page- hyperlink- click - create page- on load actio…
-
Role based access of flows in oj-sp-in-app-navigationSummary: Hi, We are using oj-sp-in-app-navigation to show the different flows. Suddenly a new requirement came up to show these flows based on role (Admin,View). How can…
-
How to Show the Table Data Just Besides the Input Text Box as PopupSummary: We have a Requirement to show the Tabel data just besides the Input Text box The Data is getting Populated to the Input Text box based on Table First Selection …
-
How to Remove Duplicates from a SDP Table dataSummary: The Table data is populated into a input Text box using Table First Selection Row . This table data is fetched using SDP and has Some Records Repeated such as J…
-
Responsive UI Behavior: Certain input text fields are not adjusting automatically to screen sizeSummary: Responsive UI Behavior: Certain input text fields are not adjusting automatically to screen size, impacting usability across devices. 1. Component Name: oj-inpu…
-
search screen based on ADP shows only 25 records instead of all the records in the underlying BO.Summary: I have a search screen with multiple columns we can query the data by. None of these search columns are required (ideally, they should be). This is a master dat…
-
Orchestration of multiple API calls and response mashup in VBCSSummary: We are building an extension that serves the functionality of Direct Debit setup for AR Customers, at the AR Customer Account Site level. What we find is that m…
-
How can i embed my ODA assistant on my VBCS application pageSummary: Hi Experts I have created a ODA assistant and exposed using a oracle web channel and I'm able to test using live server on my vscode but I'm not sure how to add…
-
How to connect to chatgpt from visual builder pageSummary: Hi Experts I have a requirement to demo to my user on how visual builder can connect to chatgpt. But i'm not sure how to get started, how we can register for ch…
-
Wrong URL for Site Id LOV for salesOrdersForOrderHub when using Address (hubOrganizations) REST APISummary: Using salesOrdersForOrderHub, we are creating a VB Excel for sales order upload. For Ship to Customer and Site LOVs, we are using the hubOrganizations REST API.…
-
Unable to sort, paginate and search in VBCS SDPHello Experts, We are trying to call the Value set REST API /fscmRestApi/resources/latest/valueSets/{value_set_name}/child/values in an SDP. But after doing so, we are U…
-
delete business object row at onceHi Guys, I’m working on a VBCS application and I have a requirement to delete all rows from a Business Object in one go (not individually). Could you please guide me on …
-
Current Row of a Field of the Business Object in the Object Function using Groovy scriptSummary: We are doing a Calculation though a Object Function. We need to Calculate based on the Particular Row selected. Can anybody Please share a sample groovy code to…
-
Sorting column in table making javascript not working properlySummary: Sorting column in table making javascript not working properly. I have icon for Download and Reprocess in the table that will be shown when the payoad url has "…
-
Visual Excel plug in - Create Receivables invoice FailedSummary: Create AR Invoice failed after multiple attempts Content (required): The data in the excel plug-in is replicated from a succesful REST service call with exactly…
-
Oracle VBCS: Creating Business objects from more than 1 schema in Oracle visual builder applicationHi All, We have 2 schema created in our ATP DB. and we wanted to created Business Object for our application using both the schemas. But what I observed is that once I c…
-
Oracle hcm redwood telent review page action delete controlHi , In 25C, I need to control the Delete action based on condition as applied. It's only working for the meeting "in progress" but not working for the status "Not Start…
-
Visual Builder Studio Setup for Oracle Fusion CloudSummary: I'm trying to hide a few fields on the Purchase Requisition page using Visual Builder Studio (Express Mode). However, when I launched VBS, I encountered the fol…
-
how to achieve long time offline capabilities on mobile/tab for the VBCS application.Summary: As part of the requirement , the customer wants to have an online and offline capabilities. As per the customer the application would be running on a tablet as …
-
I dont see VBS rules deployed in the Target instance's VBS.Summary: I migrated rules from Responsive UI to Dev1(Source) Redwood and then from there I deployed the changes to Dev4(Target) Redwood. I see the changes in Dev4 when I…
-
Cannot cherry-pick commit because it has 2 parentsSummary: I am getting error in VBS while doing cherry pick Cannot cherry-pick commit because it has 2 parents, only commits with exactly one parent are supported. I choo…
-
Calculate Total Remaining QuantitySummary: Total Quantity =10 is in BO1 and Quantity Used = 5 is in BO2. We want to store the Difference of the Quantity Remaining =5 in the BO1 as . Total Quantity in BO1…
-
Get the Difference of two fields from two Business ObjectsSummary: We are trying to take the difference of two fields from two different BOs and store the result of the difference in one BO. Bo1.Quantity= BO1.Quantity- BO2.Quan…