Category 218-2
Discussion List
-
Facing issue building bar chartSummary: I want to build bar chart for below json rest connection but facing some issue: x- axis : unit number y-axis : HoursSinceLastMaintenance { "UnitNumber": "2WD103…
-
How to achieve below mentioned UI in VBCS?Summary: Hi All, How to achieve below mentioned UI in VBCS? We are getting data from OIC service. Need to display pie chart along with details. Content (required): Pleas…Muralidharan Kanagaraj 21 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Reset child table row selectedSummary: I am facing some issue when user switch selection of master table from 1st row to another its child table row didn't get deselected. user selects 1st row parent…
-
Save pdf base64 to local including an embedded img . VB-Classic.Summary: Please, I would like some help to get a pdf (from base64 string) with an image embedded selected by user. Trying to get the most basic version from this magic: …
-
VBCS oj-sample-calendar: Set first day of the week to Monday or any other week daySummary: How can I set first day of the week to a weekday ex. Monday? Content (required): I tried adding display-options.firstDay="3" but it is throwing syntax error. Ve…
-
How to add LOV in editable tableSummary: Hi I have a requirement where the user wants to add a new row and wants to edit an existing table row with a drop-down LOV in a table column how to achieve the …
-
VBCS oj-sample-calendar not able to reset all eventsSummary: VBCS: On multiple page visits to the calendar page, the calendar fails to work. Ex. i open the calendar page, navigate to other page then come back to calendar …
-
How to add tabbed sub page in main pageSummary: Hi, I want to add a tabbed section subpage in my main page like the below screenshot how do I achieve it in vbcs?
-
SDP with input search suggestion with limited results.Summary: The SDP with input search suggestions only fetch only 12 results. Content (required): Hi all, The SDP with input search suggestions values is limited by only 12…
-
Show warning message when user select table rowsSummary: I have a scnerio where I need to raise a warning alert message to the user when the user selects a table row but it should not fire for 1st table row. Version (…
-
Checkbox not showing Values in UI properlySummary: I am trying to display enable checkbox through Y or N flag in VBCS using oj-checkboxset and oj-option but somehow correct value is not showing in UI. I am getti…
-
How to combine 3 application into single application in vbcsSummary: Content (required): Hi All, I want to combine 3 different application into single application, is it possible to achieve in vbcs, if it is possible means, could…
-
While checking in the console, am encountered a non-passive violation. Is there any fix for this?Summary: [Violation] Added non-passive event listener to a scroll-blocking event. Consider marking the event handler as 'passive' to make the page more responsive. Cont…
-
Update data from oj-table to BOSummary: I am loading my oj-table through knockout data source java scripting using page.function.functionName();. There is one edit field and I need to update the same …
-
Any references to add OAuth security (apart from user credentials) while calling BO REST API?Summary: Added REST API security (OAuth) for business object in VBCS Content (required): We need to add OAuth security while calling Business Object REST API that has ad…
-
Tab Close Event or Browser Close eventSummary: Hi, Is there a way to capture the event if the user accidently closes the tab in which VB app is running. Need to do some clean up job if the user closes the ta…
-
Unable to select desired row ADP based tableSummary: I have Adp based child table filtering out data based on row selected from master ADP table but whenever I try to select child table row it default select 1st r…
-
ChangeTemplate configurationSummary: How to get all available template in for my login Content (required): When i try to create a project, i could see only empty template is available, what are the…
-
Unable to filtering the ADP child table based on row selected in ADP parent tableSummary: I am unable to filtering the ADP child table based on row selected in ADP parent table First time when I select 1 parent row it filtered fine but next time when…
-
Traversing table and call REST for certain data in VBCS tableHi, I am populating data in table(uneditable) on VBCS page, now i want to check for rows in loop, if certain columns value is 'ABC', i want to call REST service for that…
-
How can we update business object on closing browser windowSummary: We have use case where it is required to update business object on closing browser tab or window. Basically , we need to clear the data from the BO, when user c…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…