carltoncolter/RichTextboxControl

Data is not saved in Dynamics 365 9.0

Opened this issue · 0 comments

Hi,

I've used the RichTextBox control over a multiline text field in CRM 365 9.0. The control shows up ok, but the data is not saved after refreshing the page. The entity I used for testing is Contact (added a multiline text field to the main form and view, then made use this control).

At first I only uploaded the solution to CRM.
Then, I compiled the .ts file to generate a Javascript that can be uploaded to CRM, which brings me to two more questions:

  1. What function needs to be called on the form's OnLoad event and with what parameters?
  2. What function needs to be called on my multiline text field's "onChange" event and with what parameters? (using "_onChange" still does not save the data).

Thank you