I have a customized form of a customized entity, on my form I have crm annotation (notes), I need to set the notes part as required (according to a rule) how do I do that? when I clicked on the notes field I couldn't see the field name, Is it possible ? The question reffers to dynamics crm annotation mechanism
Asked
Active
Viewed 118 times
1
-
Possible duplicate of [HTML5 form required attribute. Set custom validation message?](https://stackoverflow.com/questions/5272433/html5-form-required-attribute-set-custom-validation-message) – Tygo Jan 23 '19 at 12:40
-
@Tygo nope, I 'm talking about dynamics-crm – Damkulul Jan 23 '19 at 12:49
-
What did you end up with? – Arun Vinoth-Precog Tech - MVP Jan 25 '19 at 03:58
1 Answers
1
We cannot achieve this straight forward, as we know Notes (annotation) is a separate entity which may have many records for a parent entity record. This is not a simple field in form, cannot be accessed in business rule. Instead of showing in subgrid, Platform giving different UI/UX for notes only like Timeline etc.
You can write script to validate/prompt user to create a child note on need basis. But not before creating a parent record itself.
This was already discussed in community, maybe you can have a custom mandatory multiline field to capture notes & rollup to annotation, can handle different scenarios/validations in code.

Arun Vinoth-Precog Tech - MVP
- 22,364
- 14
- 59
- 168