Summary
Add support for Business Entity list APIs in table.js and tableproviders.js so that table schema generation works correctly for Business Entities.
Problem
Currently, table schema generation only supports standard entity list APIs. Business Entities require their own list API integration, causing schema generation and table rendering issues.
Proposed Changes
- Add Business Entity list API handling in
table.js
- Update
tableproviders.js to support Business Entity data sources
- Ensure table schema generation works for Business Entities
- Maintain backward compatibility with existing entity tables
Acceptance Criteria
- Business Entity list API can be called from table components
- Table schema is generated correctly for Business Entities
- Existing entity table functionality remains unaffected
Summary
Add support for Business Entity list APIs in
table.jsandtableproviders.jsso that table schema generation works correctly for Business Entities.Problem
Currently, table schema generation only supports standard entity list APIs. Business Entities require their own list API integration, causing schema generation and table rendering issues.
Proposed Changes
table.jstableproviders.jsto support Business Entity data sourcesAcceptance Criteria