Services
Discussion List
-
process start action not initiating the process instanceSummary: Hi Experts On click of button I'm trying to initiate the process but out of 10 clicks 3-4 clicks do not start the process instance rather gets 503 error. someti…
-
How to connect scan reader sensor tool to my applicationSummary: How to connect scan reader sensor tool to my application. The receipt shows using only mobile and reading image. But I want to use scan reader. Content (require…
-
File Upload Recipe: Activity Number?Summary: I was checking the File Upload Receipe but I did not get what is the activity number. Content (required): This is the link: Oracle Cloud Applications Recipe But…
-
Oracle VB Excel add-in not supported on Virtual desktopSummary: Hello, we are implementing Virtual desktop at our workplace. I was reading the installation document for Oracle Visual builder add-in for excel and noticed that…
-
Error Handling in VBCSSummary Is there any way to handle exception in action chains similar to try-catch block in Java?Content If I run an action chain and there is an error thrown at middle …
-
How to Download PDF report from VB page returned by BI PublisherSummary: How to Download PDF report from VB page returned by BI Publisher Content (required): Hi, I have a use case where I need to show/download PDF output from a BI Pu…
-
VBCS service connection fails with 502 bad gatewaySummary: Hi , VBCS service connection is failing with 502 bad gateway while invoking oracle cloud Rest API for batch billing event creation, when cloud API returns error…Parimavardini Palanisamy 191 views 2 comments 0 points Most recent by Parimavardini Palanisamy Visual Builder
-
How to add AND and OR in SDP filter criterionSummary: How to add AND and OR in SDP filter criterion Content (required): We have a scenario, in which we need to set AND and OR in Filter Criterion for SDP. For exampl…
-
Calling OIC-REST from VB. Problem with swagger.Summary: Hello, please if anyone has seen this error... I have done this before without error, I cannot see what I am doing wrong. Unable to read swagger... I am trying …
-
How to use temporary memory do DML operation on table data on UI store in ADPSummary: Hi I have 1 requirement where 5 records are coming from SDP (approver's email, name, desgination, emp_no ) which is maximum 5 rows now user can manipulate like …
-
My requirement is while enter the Order Number by user then other field will populate automatically.Summary: Hello everyone, I'm newbie at VBCS. i want to populate the values through REST API. created type from end point. then created variable and created vb enter list…
-
Read File/Download File Button in VBCS PageSummary: I have to make a download file button in my VBCS page. I wrote one integration which brings the binary content of the file in the response body. But when I call…
-
When will OIC Gen3 Support Visual BuilderSummary: Content (required): We have a customer who has provisioned Gen3 OIC. We are aware that VBCS is not part of OIC Gen3 as of today. Do we have any tentative timeli…
-
How to add UCM server files in PCS Process InstanceSummary: How to add UCM server files in PCS Process Instance Content (required): We have developed a mechanism in which we upload the files on UCM server, for that we cr…
-
CORS error while calling oracle BPM REST API from VBCSSummary: Hi Team, We are calling BPM rest APIs from VBCS and Authentication is set as None, instead we are passing token to custom header. JWT token gets generated in fu…
-
performance issue in select many / combobox many componentSummary: Hi Experts I'm using select many / combobox many component to show the list of all the employees in the org (getting data from Fusion workers REST API). I'm usi…
-
how to send email from vbcs app with html templateSummary: Hi Experts I want to send an email on click of the button with html template. not sure how to achieve this, I cannot see any action in action chain with email s…
-
How to get or print the Oracle Visual Builder's Server IP Address in VBCS application UISummary: How to get the Oracle Visual Builder's Server IP Address in VBCS application UI Content (required): Hi All, I am need to get the Server IP address of the Oracle…
-
My de-activated VB instance was activated automatically without user intervention??Summary: An VB instance which I used and de-activated in May 2020 was activated automatically in December 2022 My thoughts this is because of an upgrade and a roll-back …
-
How can I make images in my application Cacheable ? The Cache_Control header is always no-cache.Summary: I want to make images in my application cacheable on the browser. The Cache_Control header of all the resources is no-cache. How can I change it? Content (requi…Karim Nashaat-Oracle 31 views 3 comments 0 points Most recent by David Konecny-Oracle Visual Builder
-
How To Provide "Redirect-URL" after logout action ?Summary: Unable to Login to same application after Logout action. Content (required): The logout button in my application(status:live) triggers an action chain that call…
-
How to export data into word document using VBCSSummary: I've a requirement where I've to export the data of a SDP/ADP into a word document in the structure of table, Could someone please help me in achieving this in …
-
Application Extension - Service Connection AuthenticationSummary: Hi experts. Application Extension provides one security authentication - Oracle Cloud Account Content (required): Oracle Apex ORDS uses Basic Authentication and…
-
VBAFE-00105 error in Visual Builder Excel Add-In when using Common APIs in Oracle Apps CloudSummary Getting an error when using REST APIs for Common Features in Oracle Applications CloudContent Hello I'm trying to use Visual Builder Add-In for Oracle ERP Cloud …
-
Secure "Dynamic" HeadersSummary: Content (required): We came across a sample application by Oracle : https://docs.oracle.com/en/solutions/cons-tasks-mult-apps-uni-list/index.html The use case i…
-
how to pass a value to one application to another application using url parameter in oracle vbcs ???Summary: Content (required): Hi All, I have an requirement in my project, i have to pass a value from one application to another application. we tried for this using url…
-
Updating Fields in form layoutSummary: Hi Experts, Based on some requirement I created a form layout in which some fields are read only some are editable . I fetch the data for Form layout using get …
-
How to add a blank row in a table on click of a buttonSummary: Hi to add a blank row row on click of a button and store it into an ADP Variable Content (required): Hi Expert, I have below requirement Add a blank row in a ta…
-
I want the user to enter only tasks related to him/her?Summary: I want the user to enter only tasks related to him/her? Content (required): I am building applications to add tasks to users. and I want each user to enter only…
-
How to do multiple filed filter for the table data from ADP type?Content Hi Team, I consuming report data and return list of values in array format. then i show that data into table format using ADP Type.