When to use grid or table or for each in VBCS
While showing collections, we can use oj-table or oj-data-grid or we can use oj-for-each to
While showing collections, we can use oj-table or oj-data-grid or we can use oj-for-each to
You can use oj-input-number tag for showing formatted number and use convertor options But when
We can write simple or complex validations at business objects level in groovy For all
Users can navigate to Business Objects ( BO ) -> Objects -> Select Object (
Based on the default redwood theme the table and grid scoll bar are very thin
Users can add the following html code in designer to add a loading spinner in
Button is element for user to interact. On button click we can call some rest
Steps
1. Configure business object ( Ex: Country )
2. Load data into business object
3. Add a download button.
4. On button click call rest API to fetch all data in business object using action chain.
5. Create CSV content as blob
6. Download blob file using JavaScript function