This repository has been archived by the owner on Jun 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
48 lines (33 loc) · 1.61 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Title: The Javascript Grid Editor
Original Author: David Berry
Licensing is Apache License 2.0
See the LICENSE file for details.
OUTLINE:
The Javascript Grid Editor is a 100% Javascript program that extends the functionality
of CRM Grids by providing a way to edit records and add records, in place, by providing
input elements in the cells of a CRM Grid and relevant functions to write any input
provided to the CRM application via SOAP interaction.
INSTRUCTIONS FOR USE:
See: http://crmentropy.blogspot.com/p/javascript-grid-editor.html
VERSION HISTORY (Major Releases):
1.0 Major Release
--In This Release--
All major features and functions are present and in fully operable condition.
Functions from other projects have been compiled into this program, and are
developed separately for convenience to myself, and the CRM Community.
New Features:
Insert Mode and Edit Mode
These functions provide the ability to edit or create a record directly
into a CRM Grid. This is limited to single-entity Grids. Both functions
only work on records which are in the first, active State available,
though the Status Reason has no restriction.
Default, Restricted, and Disabled inputs
By specifying special global variables, specified attributes can be
restricted from receiving a control entirely, have their controls
populated by default information, or become disabled.
Feature Enhancements:
N/A
VERSION HISTORY (Bug Fix Releases):
See: http://github.com/6ix4our/CRM-Grid-Editor/commits/master
KNOWN BUGS:
See: http://github.com/6ix4our/CRM-Grid-Editor/issues