Business Objects
Discussion List
-
while clicking on Upload changes data present on the VBCS excel add in sheet is disappearing why?Summary: Hi Team, In some visual builder excel add in sheets we observed weird behavior while clicking on upload changes option. data present on the sheet inserted succe…
-
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…
-
Facing "Status Code: 504 Gateway Timeout" on REST call to create 25K records in BOHi Experts, We have a page where user can upload a csv file and we will read the file and load data into BO. Now the records are almost 25K, and the REST call ends up wi…
-
Why role based access for BO not working as expected in visual builder Excel add in?Summary: I have created business OB and want this business object should access by Role ARSelfService_Approver ( this role already created in App -> setting ->Roles and …
-
Update Service Connection password using APISummary: Hi All, We have rest based service connection defined and using basic authentication. Every quarter the password changes and we have to manually go to each appl…
-
VB Excel add-in - Issue with metadata import to existing Busines CatalogSummary: While attempting to import the BO/crmRestApi/resources/11.13.18.05/hubOrganizations/describe to an existing Business Catalog using the " Import Business Object …
-
How to hide change, status and Key columns from publish Visual builder excel add in sheet?Summary: In visual builder excel add in sheet we are able to see three columns Change, Status and Key which is not derived from table and business don't want these colum…
-
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…
-
Is there any way to clear BO contents at one shot?Summary Is there any way to clear BO contents at one shot?Content Hi All, Is there any way to clear BO contents at one shot? Just wanted to udnerstand if there are ways.…
-
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 …
-
status": 415 - Unsupported Media TypeSummary: status": 415 - Unsupported Media Type Content (required): I have BO in VBCS which for the sake of testing creating a manual PATCH method but it keep on giving b…
-
Accessing BO Data after Publish : Response 403 ForbiddenSummary: Hi experts. I am experiencing a 403 forbidden response when accessing BO data for published application. These BO data can be accessed from the preview function…
-
search screen based on ADP shows only 25 records instead of all the records in the underlying BO.Summary: I have a search screen with multiple columns we can query the data by. None of these search columns are required (ideally, they should be). This is a master dat…
-
VB Excel add-in - How to setup field LOV's based on parent-child service?Summary: Need to setup Supplier and Supplier Site as LOV's for 2 fields on a form or table layout However only the parent SupplierLoV is available for selection. The Sit…
-
VB Excel add-in : Another user has changed the row with primary key oracle.jbo.Key[300000074116769 ]Summary: While uploading lines to an order ranging from 25 to 100, getting the error frequently. Another user has changed the row with primary key oracle.jbo.Key[3000000…
-
Unable to update the table using Fire data providerSummary: Error while updating editable table to new data. Content (required): Hi, I have defined the ADP to get the data for a table and making it editable , while updat…
-
VB Excel add-in - Sales Order Hub API - Form over Table :Layout issueSummary: While using Form over table layout issue cannot make the child layout (billtoCustomer) work. The ancestor column shows greyed out and gives an error that row ca…
-
Boolean Checkbox IssueSummary: Boolean Checkbox Issue Content (required): Hi All, Added two Boolean Checkbox in Editable Table . Its is storing same value for next row as previous one as Acti…
-
Mapping table with BLOB fields to my applicationSummary: Will BLOB type (e.g. for file uploading) will be reflected directly to VB application in case of mapping. Content (required): Hi Experts, I am going to use in m…
-
Promise Asynchronous error (train component)Summary: Created variable with the needed steps (5 steps in the train component) as default value. Creating ADP to be loaded on page load (vEnter) from another BO for Da…
-
Why are my email templates from a business object trigger being received as HTML?Summary: My email trigger after a POST to update a business object are being received on the email clients as HTML. I have two instances (one from a different project is…
-
Unsearchable field?Summary: I created a column (Customized ID = calculated field from ID) to be a reference between two tables - master details tables. but it shows this field is unsearcha…
-
How to download data created by logged in user only in Visual builder Add in?Summary: Requirement is like this. Add in sheet used by multiple users to create and modify the records. User can modify only those records which is created by him/her. …
-
How to generate sequence in VBCS excel add inSummary: Below are the requirement We have one column with name ID and it is unique in database. Want to generate sequence number through excel add in rather than manual…
-
Embeded DB in VBCS instanceSummary: If I have application with some complicated logics but the DB will not be that big? which one is better to ORDS and integration with SaaS and use DB tables or k…
-
VB embedded in FA. Trying to import csv as BO is not working for me.Summary: Hi all, Please, could anyone clarify what am I doing wrong. I am testing in demo instances for FA, using VB embedded. Just trying to import a csv as BO, and I g…
-
How to implement dependent LOV in excel Add inSummary: We have two columns in business object "Name and number" If we select specific name in name LOV then corresponding number value should appear in number column. …
-
Sending a table to database , the data invoked from external API, User will do update and save to DBSummary: API to collection => Update table by user => save table to DB. Content (required): Hi I have this sample consumed from external API. I listed the data in a tabl…
-
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.
-
oj-table -> can we get the column name instead of index based on the position of the cell?Summary: Hi Experts, I wanted to know if there is any event or attribute in the oj-table's editable table to get the exact column name from the table? I have an oj-table…