Business Objects
Discussion List
-
VB Excel add-in ver 3.5 - Send Descendant Layout read-only BOSummary: The upload fails when a download-only child BO is linked to the parent BO. However per the documentation, the read-only BO's would be skipped during an upload a…
-
Upload/Get document from UCM/Content server with REST APIs in Visual BuilderSummary Uploading and getting documents from UCM using REST APIsContent Hello All, I am using File-Picker component in Visual Builder UI to get the files to Visual Build…
-
Accessing Data between two children through Parent tableSummary: (1)- I am doing send Email notification on insert record in BO1 I need the date from another children BO2. Both BO1 and BO2 are referring to the same parent BO3…
-
Sending Email notification conditionallySummary: I need to send Email notification on update. Content (required): The notification on update should be conditionally. but on criteria I could not find a way to d…
-
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…
-
File attachment to File SystemSummary: File attachment to File System Content (required): Hi, I can see many resources indicating file attachment storing file to a BLOB column of a table. Can we uplo…
-
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 …
-
Vb Escel add-in : Issue with excel formula on String ColumnSummary: We have defined a Line id column in the layout as String, General - allows for formula. An excel formula SEQUENCE(x) is entered on the call to autogenerate the …
-
Getting error in oracle excel add in "server has forbidden you to perform requested operation"Summary: Hi Team, On UAT environment excel add in sheet working fine through our machine but when business trying same excel from Citrix then they are receiving error me…
-
Wizard for CRUD operations in business objects when navigate back resets main page.Summary: When navigating back from edit page generated by wizard the work the user has done in main page is reset. Content (required): Please I would like help from expe…
-
How to get the most used value at the top in the selectonechoice?Summary: How do i get the most selected value under the selectonechoice at the top in the list of values? Content (required): How to get the most selected value at the t…
-
Default Managed Schema Issue, its creating new schema for every instanceSummary: Default managed Schema creating new schemas while migrating the vbcs application from one instance to another. Content (required): Hi All, In one of my project …
-
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…
-
How to Add Two filterCriterion on the same attributeSummary: How to Add Two filterCriterion on the same attribute Content (required): If I have a BO named Departments and I want to place filterCriterion on DeptName in a m…
-
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…
-
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 : 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…