External data actions in data grid
I have an external database table that I would like to show in a data grid and create actions for in Decisions. How can I do this?
Comments
-
We would recommend using External Entities for this. External Entities allow for data that does not exist in Decisions to be treated as a Decisions object. This will allow you to use that data in a data grid as well as create actions for the data.
We have documentation for how to set up External Entities here: https://documentation.decisions.com/docs/external-entities
We also have documentation for setting up CRUD actions for External Entities here: https://documentation.decisions.com/docs/external-entity-crud-actions

