Name

global.FormStateAjax

Description

Saves the state of a form (in your session). Used with reference qualifiers.

Script

var FormStateAjax = Class.create();

FormStateAjax.prototype = Object.extendsObject(AbstractAjaxProcessor, {
process: function() {
    var rm = new GlideRequestMap(this.request);
    session.putProperty("client_record_current_map", rm);
},

type: "FormStateAjax"
});

Sys ID

629956700a0a0bb90007373aebeae73f

Offical Documentation

Official Docs: