Hey team,
I'm looking to modify the
New Case view in
MyAccount. Specifically, I want to trigger an event so that when a user selects a value in the
Type of Inquiry field, a different predefined message is automatically inserted into the
Message textarea.
I've tried several approaches without success. There doesn’t seem to be a
Case Component available in the Extensibility API, and adding a child view doesn’t seem possible either since there’s no identifiable parent view. A similar example from the documentation,
https://developers.suitecommerce.com/add-a-new-custom-entity-field-to-the-registration-form.html, but this example also uses the Extensibility API.
Could someone guide me on how to approach this? Any help would be appreciated!