Resolved! Post Method Error
Hello Everone,I want to create a record using Scripted Rest Api.Here is my code:(function process(/*RESTAPIRequest*/ request, /*RESTAPIResponse*/ response) {var gr=new GlideRecord('sn_customerservice_case');gr.initialize();gr.description="Testing goi...
