|
71 | 71 | "datatype": "text", |
72 | 72 | "defaultValue": ".", |
73 | 73 | "replaces": "SolutionDeclarationsRoot", |
74 | | - "fileRename": "SolutionDeclarationsRoot" |
| 74 | + "fileRename": "SolutionDeclarationsRoot", |
| 75 | + "description": "Folder under the project folder where solution components will be placed. Use the folder name only, not the full path. Use '.' if you want to place components directly in the project folder." |
75 | 76 | }, |
76 | 77 | "IsSystemEntity": { |
77 | 78 | "type": "parameter", |
| 79 | + "description": "Enter true if the entity is a system entity. System entities are predefined entities that are deployed on all environments out of box. You can only modify system entities and you can't introduce new one.", |
78 | 80 | "datatype": "bool", |
79 | 81 | "defaultValue": false |
80 | 82 | }, |
81 | 83 | "EntityType": { |
82 | 84 | "type": "parameter", |
83 | | - "description": "Select entity type", |
| 85 | + "description": "There are two types of entities: Standard and Activity. Standard entities are used to store data, while Activity entities are used to track events such as emails, appointments and tasks.", |
84 | 86 | "datatype": "choice", |
85 | 87 | "choices": [ |
86 | 88 | { |
|
94 | 96 | }, |
95 | 97 | "Behavior": { |
96 | 98 | "type": "parameter", |
97 | | - "description": "Select how the entity will be added to the solution", |
| 99 | + "description": "Select how the entity will be added to the solution. New entities will have all their metadata included, while existing entities will be just referenced.", |
98 | 100 | "datatype": "choice", |
99 | 101 | "choices": [ |
100 | 102 | { |
101 | 103 | "choice": "New", |
102 | 104 | "displayName": "Include metadata", |
103 | | - "description": "When creating a new entity the default attributes, forms and views must be generated" |
| 105 | + "description": "When creating a new entity the default attributes, forms and views must be generated. You can't create a new system entity" |
104 | 106 | }, |
105 | 107 | { |
106 | 108 | "choice": "Existing", |
|
152 | 154 | }, |
153 | 155 | "PublisherPrefix": { |
154 | 156 | "type": "parameter", |
| 157 | + "description": "Use the same publisher prefix as defined in Other/Solution.xml of the solution where this entity is first introduced to the system.", |
155 | 158 | "datatype": "text", |
156 | 159 | "replaces": "examplepublisherprefix", |
157 | 160 | "fileRename": "examplepublisherprefix", |
|
160 | 163 | }, |
161 | 164 | "LogicalName": { |
162 | 165 | "displayName": "Logical name (without publisher prefix)", |
| 166 | + "description": "All lower-case version of the schema name. For example, salesorder", |
163 | 167 | "type": "parameter", |
164 | 168 | "datatype": "text", |
165 | 169 | "replaces": "examplecustomentity", |
166 | 170 | "fileRename": "examplecustomentity", |
167 | 171 | "isRequired": true |
168 | 172 | }, |
169 | 173 | "LogicalNamePlural": { |
170 | | - "displayName": "Logical name in the plural form (entity set name)", |
| 174 | + "displayName": "Logical name in the plural form (entity set name) (without publisher prefix)", |
| 175 | + "description": "All lower-case version of the collection schema name. For example, salesorders", |
171 | 176 | "type": "parameter", |
172 | 177 | "datatype": "text", |
173 | 178 | "replaces": "examplecustomentities", |
174 | 179 | "isRequired": "Behavior == \"New\"" |
175 | 180 | }, |
176 | 181 | "DisplayName": { |
177 | 182 | "type": "parameter", |
| 183 | + "description": "Human-readable name. For example, Sales Order", |
178 | 184 | "datatype": "text", |
179 | 185 | "defaultValue": "ExampleEntityDisplayName", |
180 | 186 | "replaces": "ExampleEntityDisplayName", |
181 | 187 | "isRequired": true |
182 | 188 | }, |
183 | 189 | "DisplayNamePlural": { |
184 | 190 | "type": "parameter", |
| 191 | + "description": "Human-readable name in the plural form. For example, Sales Orders", |
185 | 192 | "datatype": "text", |
186 | 193 | "replaces": "ExampleEntityPluralDisplayName", |
187 | 194 | "isRequired": "(Behavior == \"New\")" |
188 | 195 | }, |
189 | 196 | "IsOrganizationTypeEntity": { |
190 | 197 | "type": "parameter", |
191 | 198 | "displayName": "Is Organization Value Entity?", |
| 199 | + "description": "If true, the entity is considered an organization value entity which means row level access control will not be configurable.", |
192 | 200 | "datatype": "bool", |
193 | 201 | "description": "Enter true if records are owned by organisation. (False = Owned by User/Team/User(Default) & True = Owned by Organisation)", |
194 | 202 | "defaultValue": "false" |
|
0 commit comments