Skip to content

andyfurniss4/DynamicsDataSearch2

 
 

Repository files navigation

Dynamics Data Search

Simple Angular2 app that connects to Dynamics OData API and allows you to search for data

Dependencies (for running in VS2015)

Setup

  • Run 'npm install' in folder with package.json
  • Create a real appsettings.json file with your Dynamics configuration settings

Planned features/improvements

  • Display error message returned from odata if filter is invalid
  • Allow users to select which fields to return
  • Build filter dynamically with UI
  • Functionality to count entities (either all or based on filter)
  • Retrieve list of entities from odata metadata and allow users to search for any of these
  • Retrieve entity fields automatically
  • Entity detail page. Search return either one entity and redirects automatically to detail page, or a list and displays them in a table which can then each be clicked to navigate to the detail page.
  • Move Dynamics config out of appsettings.json. Maybe use User Secrets (https://codeopinion.com/sensitive-configuration-data-asp-net-core/)

References

About

Simple Angular2 app that connects to Dynamics OData API and allows you to search for data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 36.2%
  • C# 35.2%
  • JavaScript 18.5%
  • HTML 8.5%
  • CSS 1.6%