function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sean_kSean_k 

Prepopulate Solution Details on Close case page

I have a reqirement where I need to prepopulate the Solution Details (Textarea) when the user clicks on "Close Case" button on Case details page.
I have overriden the Close Case button to show some predefined Solutions . User selects one of the solutions and  clicks on continue button to go to
Close Case. At this moment the "Solution Details" will be prepopulated with the solution that user chose.
I implemented like the following
https://na3.salesforce.com/50050000003UY9f/s?retURL=%2F50050000003UY9f&solNote=mybigmessage
which is working fine.
Now my question is there a way to avoid to send the message through URL as there is a URL charecter limitation, like submitting with POST method?
I am using ajax9.0
 
Any help would be greatly appreciated.
Regards,
Sean