@alien4u I am have created custom form in a suitelet. Whenever I submit the form I need to pass some object in the post method. Presently, I have declared a hidden field and have stringified the object and set the stringified value as hidden field value and getting the field value in POST method.I wanted to make sure is there any way we can pass an JSON object to the post method from get method!