plantoschka / dcrmeg

D CRM Editable Grid is a zero code (Html5 JavaScript) add on for Dynamics CRM 2013, 2015, 2016, and 365 for easily implementing custom editable grids

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Description

D CRM Editable Grid is a zero code (Html5 JavaScript) add on for Dynamics CRM 2013, 2015, 2016, and 365 for easily implementing custom editable grids

Documentation

Features

  • In-line editing
  • Editing multiple records at the same time
  • Allows multiple entity relationships to be represented in a single CRM form
  • Allows multiple grids on a single form in different sections
  • One configuration to display multiple entities on one form. Add custom labels for headers, field default value, condition, re-arrange fields display order, and many other options
  • Aggregates
  • Header and cell colors and custom CSS. For cells, a condition can be specified
  • Filter
  • Add continuous new records without opening any sub-windows or forms
  • Replace product related OOB editable grids such as opportunityproduct and quotedetail
  • JavaScript API, and call back for create, Validation, Delete, Create, load option set (to enable/disable options) and Save operations
  • Ability to query any record, whether related to the current record or not
  • Export to Excel, PDF, and CSV
  • User settings (currency symbol, numeric separator, decimal symbol, date and time formats) are used for formatting currency, numeric, and date time values.
  • Built in validation for Required, MaxLength, MinValue, and MaxValue field attributes
  • Set record status
  • Optional auto save and auto refresh on save
  • Sorting
  • Paging
  • Navigation via keyboard arrows or tab keys
  • Unlimited undo - Place focus on a cell that has gone through one/multiple changes, use undo button to traverse back through the changes until reaching the original value.
  • Undo all changes - Resets all changed cells to their original value.
  • Open record from the grid (in the same window or in a new window)







Opportunity-Products





Configuration



Translation



Display on a dashboard

Feel free to donate if this saved you some time or helped out :)

About

D CRM Editable Grid is a zero code (Html5 JavaScript) add on for Dynamics CRM 2013, 2015, 2016, and 365 for easily implementing custom editable grids

License:MIT License


Languages

Language:JavaScript 86.1%Language:HTML 7.2%Language:CSS 6.7%