I have a webresource with some information about the paren entity, the child and the notes of the child. The idea is to be able to add notes to the child from this webresource.
Im using: /notes/edit.aspx?pId=" + <entityID> + "&pType=" + <objecttype> but this opens the old Notes form, where the Title was required.
Since "Notes" are managed, I cannot remove the "Required" of that field. Is there a way to use the new layout of the notes from my webresource or to send the title (subject) as parameter to the old Notes form?
*This post is locked for comments