UI
Discussion List
-
Can I customize Fusion Custom object in VBCS?Summary: Is it possible to customize Fusion Custom Object by VBCS and update the Custom Object. Content (required): Hi Experts, Please, I have couple of questions: 1- is…
-
Document or guide for VBCS redwood componentsSummary: Is there any document or guide for VBCS redwood components? Content (required): Most of the redwood components that don't know how to use it, like how to bind t…
-
Editable Table QueriesSummary: Editable Table Queries Content (required): Hi All, 1} Line Number field should be generated sequentially in Editable Table. We are using the Editable table appr…
-
form layout and table is not adjusting for smaller sizeSummary: Hi Experts I have added oj-sm classes for form layout and for table component but when i test for smaller screens the components sizes are not adjusting automat…
-
what is the best way of Skinning A templates in Redwood Theme?Summary: How to do skinning on templates of redwood? and what kind of errors I might face if I do major changes? Content (required): I am starting to use the redwood the…
-
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 …
-
Read the CSV and excel file both in vbcs and send data to IntegrationSummary: I have a requirement to read both CSV as well as excel file and send data to integration. Please help how can I achieve this. Content (required): Version (inclu…
-
Copy and select not happening for content within table componentSummary: Hi Experts I have a table component which gets data from service. When table get populated I want to select the content with the help of mouse and paste elsewhe…
-
filtering in Select single as I type is not working for fusion REST APISummary: Hi Experts I'm trying to populate the select single component with below Oracle Fusion rest api, when i type few letters of work center name i must get the resu…
-
How to reset the paging control variableSummary: Hi Experts I have followed below blog and trying to populate the table with PDP variable but when i search for second, third time the earlier details are not ge…
-
How to animate the dialog opening in VBCS like in OJETSummary: Hi Experts I want to animate the dialog in VBCS like we have in OJET cookbook below, but I didn't understand how to write the JavaScript in VBCS . If I copy pas…
-
Reset variable of type any (*) is not workingSummary: Hi Experts I have a page where i have populated the table with the variable of type any (value in variable i'm populating with the help of JavaScript i.e. for p…
-
creating a blank option in LOV of select singleSummary: Hi experts I want to create a blank LOV option in the select single LOV i.e. when the user selects one option from the LOV and then changes mind then he must be…
-
How to Refresh Table once data is editSummary: How to Refresh Table once data is edit Content (required): Hello All, I have created a page where I'm doing the below operation 1) Editing the table Record thro…
-
using tooltip in Visual builderSummary: Hi Experts I want to use tooltip concept in visual builder as showing in ojet docs below but i'm not sure how to implement this javascript in visual builder. wh…
-
what does oj-sm-flex-items-initial doSummary: I have gone through ojet docs as well as css docs but didn't understand what this oj-sm-flex-items-initial have impact on the styling. Please help as i'm new to…
-
how to show animation until the page loadsSummary: We have embedded vbcs page in oracle fusion cloud, when the user clicks on the page link it is showing white screen for 20 seconds. is it possible to add animat…
-
SDP variable is not resetting after form submitSummary: Hi Experts After submitting the form i'm trying to reset the variable which is populated with SDP in the action chain. But the SDP variable in reset is not work…
-
How to populate single select with ADP variable instead of SDPSummary: Hi Experts Currently single select component is populated with SDP variable, i checked several blogs but didnt find solution to populate with ADP. is this possi…
-
How to customize notification layoutSummary: Hi Experts I want to customize the notification layout i.e. the look and feel of the layout. I checked docs and blogs but didnt find any details on same. Please…
-
How to center progress bar or any componentSummary: Hi Experts I want to know how to center allign the progress bar or any component in general in visual builder I went through building responsive design with OJE…
-
comma is appearing in input number field, how to removeSummary: Hi Experts I have used input number component to populate zip code but it is styling with comma, please help me how to remove this comma. I want only numbers wi…
-
How can i customize dialog component as belowSummary: Hi Experts I want to remove the texture at the top of the dialog component. Also, title and button i want to align to center. Also, button color for yes i want …
-
How to restrict user to checkmark only 1 option in checkboxSummary: Hi Experts I want to put restriction on the checkbox component i.e. i don't want user to select more than 1 option in checkbox. Please help Content (required): …
-
how to customize form layout label position as per screen sizeSummary: Hi Experts I want to customize the position of label position as per the screen size i.e. for large and above i want the label at start and for small and medium…
-
I modified header fragment but now its not showing in small devicesSummary: Hi All, I'm new to visual builder. I have modified header fragment like below and added css but now header not showing in smaller devices. Please help ---------…
-
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…
-
Editing not working in tableSummary: Editing not working in VBCS Content (required): Hi All, I have implemented edit table as per below video however the input text box is not working.
-
How to set collapsible component expanded to false in action chainSummary: I have a vbcs page where on click of search button within the collapsible i want to make the collapsible component expanded to false i.e. it should not be anymo…
-
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.