Tip
Discussion List
-
How to Pass Params Value in Call Component's Method ?Summary: I want to understand the structure of input that needs to be passed to params parameter of any method of Call Component Action. Content (required): I have a tab…Vishal Singh Rajpurohit 27 views 2 comments 0 points Most recent by David Konecny-Oracle Visual Builder
-
Logging transaction details in VBCSSummary: Hi Experts Is there any inbuilt capability in VBCS to log the details like example if a user uses VBCS to raise a request by filling up form and click on submit…
-
Popstate functionSummary: i want to use the popstate function to make the page reload if user navigate to the previous page back with their browser back button. but it seems that popstat…
-
How to reassign process task with Visual BuilderSummary: Hi Experts Please help, I want to build the logic in VBCS i.e. to re-assign tasks to another user. I'm unable to figure out what action to use. Content (require…
-
sample VBCS application which can generate excel fileSummary: Hi Experts I want to create a VBCS application which can create a excel file and download the file on click of a button. is there any recipe or cookbook or a sa…
-
refer external libraries in VBCSSummary: Hi Experts I want to make use of external JavaScript libraries i.e. after i include the script tag in HTML like below, I want to refer them in JavaScript functi…
-
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…
-
Session timeout but the app is still showing the componentsSummary: Hi Experts I have seen that when the session timeout the VBCS app pages will not show ay sign but when we try to make a call to integration then it is throwing …
-
How to right allign the label of a form field and also change the fontSummary: Hi experts I want to right allign the label to the right instead of left in the form layout for a particular form field, can you please help me. Also, how can i…
-
Transform data with javascript and assign to REST endpoint is throwing errorSummary: Hi Experts When I'm trying to generate the REST endpoint payload with JavaScript and assign to REST action it is throwing 502 error but the integration is able …
-
how to right allign the column content within the table componentSummary: Hi Experts By default the content within the table component is not right aligned, can you please help me with how can i right allign the content for few of the…
-
Is it possible to have a table component as collection template in oj-combobox-one ?Summary: I have a oj-combobox-one component for customer search . It works as a search as you type . We want to display both customer number and customer name in a Table…Vishal Singh Rajpurohit 35 views 3 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
oj input text field on clicking showing the drop down in browserSummary: Hi Experts I could see that whenever I'm clicking on the input text field some kind of LOV comes up in the browser. How can I disable it, please help as it is a…
-
How to right allign the text in the form fieldSummary: Hi Experts I have a requirement to right allign the text within the form field in a form layout. Please help me how to achieve the same Content (required): Vers…
-
Unrelated Business Object in VBCS Excel PluginSummary: We have two different set of Rest API, Shopping List and Shopping List Lines, We want to link them and fetch data in excel plugin Content (required): @E. Alex D…
-
issue when opening a dialog on top of otherSummary: Hi Experts When I try to open a dialog on top other dialog i.e. on click of button I open a main dialog and on click on button I try to open a small dialog on t…
-
select component filter is not working as expectedSummary: Hi Experts When I search in select component, the filtered result is not coming at the top of the list instead it is just highlighting the matched results. Plea…
-
How to modify label in select many componentSummary: Hi Experts I want to modify the label for select many component to show Display name as well as email address. But this label field doesnt support javascript co…
-
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…
-
add search field for every column on top of it in table componentSummary: Hi Experts Is it possible to add the search box for every column on top of it in a table component as shown below If possible, please help me how i should proce…
-
How to embed get web form details of process task in visual builderSummary: Hi Experts I have created custom pages in visual builder for process task (PCS) approval purpose (human task). I don't find any action in visual builder which c…
-
how to give role based access to vbcs applicationSummary: Hi Experts I have a requirement to give users role based access to visual builder app. For example if a user is having a role or part of group "buyer" in IDCS t…
-
How to create a common dialog component shared across pagesSummary: Hi Experts I want to create a dialog component which has to be shared across the pages. How can I achieve this please help i.e. without creating redundant dialo…
-
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 …
-
create table with tree data in visual builderSummary: Hi Experts I want to create a table with tree data like it is shown in below OJET cookbook but not sure how to do in VBCS. Please help https://www.oracle.com/we…
-
unbale to delete selected value from select singleSummary: Hi Experts I'm unable to delete the selected value from select single component i.e. even after pressing backspace and tabing out the value will still be there …
-
difference between [[ ]] , {{ }} and [[[ ]]]Summary: Hi Experts While assigning variables to a property or attribute for various components in Visual Builder I have noticed below mentioned brackets. Please help me…
-
How to change the dialog title at runtimeSummary: Hi Experts I have a dialog component but the dialog title i want to change at runtime. Is there any way while using call component from action chain the dialog …
-
How to get the url hostname of visual builderSummary: Hi Experts I want to get the hostname of the visual builder at runtime like if the visual builder host is https://appvbcs.com/ then I want to get the hostname a…