Visual Builder
Discussion List
-
Put validation on text field from table row valueSummary: Hi I want to add validation on text field(Lot) value should compare the column(lot_serial) row data if value found in the table then Enable button(view data) el…
-
Application Extensions vs Visual Applications?Summary: Are applications extensions and visual applications mutually exclusive? Can you only have one or the other in your VBCS environment? Content (required): Just as…
-
Is visual builder the same as visual builder studio?Summary: Content (required): Is visual builder the same as visual builder studio? If not, what are the major differences? It looks like Studio is it's own feature offeri…
-
clear sub fields if we clear parent input text fieldSummary: I want to clear all subfields derived from the parent text input field 'Scan Issue Material' Content (required): Version (include the version you are using, if …
-
Can we update WHO columns in VBCS business objects?Summary: Unable to update lastUpdatedBy field in business object using rest endpoints Content (required): We have a requirement where we wanted to update lastUpdatedBy f…
-
Embedding B2C Answers component in VBCSSummary: Hi All, When we try to add the script tag & div tag provided by rightnow or B2B in VBCS, it works only on the index.html or the root page. However, if it is pla…
-
Unable to fetch data from rest service on vbcs tableSummary call rest service with Query Parameter in VBCSContent Hi Experts, I have a rest service (https://assd/business_unit=098892&work_order_number=1233) invoked from O…
-
Assign function result in array variable then display in tableSummary: I am using js function to split the comma-separated string values(O278219,PRW01022N-0890-SAFSA,Q1085,L10397257,MM20C24013,N38756)into array how would i assign t…
-
Firing Selection Listener from Another Action ChainSummary Firing Selection Listener from Another Action ChainContent Hi, I have a use case where I need to fire Selection Event defined in table from another Action Chain.…
-
Cache enabling "OfflineHandler()" is getting executed before VB enter event in AppModule.jsSummary: Hi I am implementing cache strategies in my Project. want to enable/disable this flag based on some external Variable Data, hence i had created a "VB-enter" eve…
-
Embedded VBCS Page In ERP Cloud-Data SecuritySummary: I have a requirement to get the user id logged in ERP Cloud page as parameter to VBCS page using Page Integration Wizard. The use case is basically restrict dat…
-
oj-input-text readonly true componentSummary: Is it possible to customize the css of oj-input-text when readonly is true for specific element as I am not able to override the same when readonly is true in c…
-
How to show Session Expiry Warning MessageSummary: Hi, We have developed a VBCS application which is accessed from SaaS. It open in a new tab when accessed. I would like to know how do I show a session expiry me…
-
Save Search Results in VBCS PageSummary: We have designed a custom search page and upon giving the search criteria and click on search button , it will call the REST service and provide the results in …
-
Not able to call REST API from VBCS which accepts attachment in requestContent Hi Experts, I have created one REST API in Integration Cloud which takes attachment and payload in request body due to which request header type is multipart/mix…
-
CI/CD for Oracle Integration from GIT with VB StudioSummary: Hi Team, I am able to export and import the integrations from one environment to another without an issue as shown in the below video by Shay. Is it possible to…
-
How to insert new row in Batch editable table?Summary: Hi Team, We are implementing batch editable table recipe for one of our requirement to insert new rows and editable rows . I'm facing issues on inserting new ro…
-
rest service Exception handling in VBCSSummary: I want to handle the user define exception populate a message in vbcs via data invoking through rest service. Content (required): I am using post rest service s…
-
Print/download PDF with images.Content Hi Experts, I am trying to download/print PDF which contains Image and some HTML elements. I referred many third party libraries but it doesn't support Images. A…
-
Build Job Stuck With 'Waiting for Executor' in VB StudioSummary: Hi Team, I have created the project using VB template , environment using VB Credentials(external VB Instance) and workspace (with new repo). I could commit the…
-
Collapsible Data in TableSummary: I have a requirement to showcase collapsible data and my input is array shown similar to the link below. How to rewrite the code an attain the same in JavaScrip…
-
LOV in VB Excel add-inSummary: We need to put 3-4 list of values for a field so that User can select from the same while uploading Content (required): I went through the Oracle docs but its m…
-
Editable Form Table - proper way to use Form Layout component when in edit modeSummary: Issue with using editable form table cookbook recipe and edit-row functionality Content (required): Hello Community, We have a requirement to bring up a form on…
-
OJ-SELECT-SINGLE equivalent for detail.trigger == "option_selected"Content We are in process of migrating from OJ-SELECT-ONE to OJ-SELECT-SINGLE. One of the main filters that we have in any value change actions in Select One is detail.t…
-
REST Service in VBCS - 502 Gateway errorSummary REST Service in VBCS - 502 Gateway errorContent we had published our REST API and is able to retrieve with POSTMAN, however when we create service connection, we…
-
Mapping of query params for Process Objects doesn't workSummary: Mapping of query params for Process Objects doesn't work Content (required): Hi all, I'm about to create some interactions with processes and wanted to propagat…
-
Revising options for combo box / select one after closing "Add Options" wizardSummary: Revising options for combo box / select one after closing "Add Options" wizard Content (required): Hi all, when adding options of Combo Box / Select One via Qui…
-
Auto-Populating in VB Excel add-inSummary: How can we default a value in fields when downloading data Content (required): We would like to auto-populate(default) a few columns/fields when downloading dat…
-
Search and highlight text in a current VBCS pageSummary: Can we make input search content like a chrome search bar in VBCS with out-of-the-box functionality or external javascript? Content (required): Our expectation …
-
I want to replace word in string 6005.102.005 to 6005102005Content Q1.I am getting string from rest service showing in dialog box i want to replace "6005.102.005" dot from desired "6005102005". Q2.when I press submit button from…