Hi community,
Does anyone of you use the 'Federation ItemType Sample v3-1'?
It´s a sample project that can be used to access external SQL database data via federation more easily. It basically contains a configuring ItemType that helps to setup the SQL connection faster, so you don´t have to code anything. As far as I know it´s only available for subscribers, but I think also free-users that don´t use this project can benefit from this discussion. The basic concepts of federation are always the same.
I really like the project, cause it´s well designed and works fast and reliable. The project is a excellent foundation for federation. But form my POV there are still a lot of useful features missing (or simply weren´t implemented yet).
I am looking for people who also use the project and have some experience with it. Maybe you even have enhanced the feature and want to exchange your ideas? I have done a couple of customization and would be happy to exchange them with other users!
Enhancement that I have done myself:
- Keyed_name support for federated items (by default they just can show the id). Very useful, also my implementation is a bit of a dirty hack. So I am looking for way to solve this one a more professional way.
- Changed existing search mode to support wildcard search in item keyed_name (it´s an extension to the keyed_name support above)
- Support for integer search modes like >, <, <=, >= . By default you just can search for 'eq' and 'like' values.
- Support for maxResults, pageSize in the grid . This way users get better feedback when you have restricted the number of returned results
- Bug fix that prevents MPP to crash when you use a federated relationship in ItemType 'Part'.
- Bug fix to prevent item Preview crash when you use a federated relationship
Enhancement or knowledge that I am looking for:
- Support for 'sort accross pages'
- Date Range search mode
- Enhancement regarding security, e.g. add some kind of permission system.
- The current Aras project seems to contain a lot of fields and functions that are just placeholders for future features. Or maybe I just don´t know how to use them?
- Ideas for enhancements or alternative concepts to do this kind of federation
- Of course also general feedback is helpful:
- Do you use the feature? If yes, how? Just for simply display of external data, or do you mix-n-merge?
- What is your experience regarding federation? Maybe you also know some bugs that occur in certain scenarios that I haven´t noticed so far?
If you don´t use the project cause you´re not a subscriber you are also invited to join the discussion! If you are familiar with federation, you maybe also know some way to improve the display and work with external data. I assume similar pitfalls as in the project occur when you write your federation code by yourself. So most of the questions and enhancements should also be relevant for users who use a different concept
Would be happy to connect and hear your experience! Every input welcomed! Many thanks already!
Angela