/NNTags

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

NNTags

An easy way to view, associate and disassociate records.

alt text

After install the solution, add a many-to-many sub-grid in a form.

DataSource

  • Records: All Record Types, required use this option.
  • Entity: Only Many-to-Many Relationhips.

The layout, filters and order will be defined by Default View parameter.

alt text

Row Layout

The quantity of records is directly associated to parameter Number of Rows.

This component isn't indicated to many-to-many relationships with many records!

alt text

Controls

Add the component EasyM2M for relationships, here we need include two parameters.

  • Many-to-Many Relationship: Many-to-Many LogicalName. IMPORTANT: How to configure the Many-to-Many Relationship
  • Associated Hexadecimal: define a button color when the record are related.
  • Disable Subgrid with the Record: I the form is read only, the control will be disabled.
  • Disable Search Box: unfortunately I couldn't got the native config on subgrid, then I've created a property. alt text

Developers

After clone the repository, execute the command "npm install" to restore all packages.