User Manual

10.04.2024

MANUAL

Developer Function: Server Script: context.ResponseSet

## Overview Store information in a form using "「Server Script」". Same as when 'Set' is specified in the method parameter of "context.Addresponse". ## Syntax ``` context.ResponseSet(target,value) ``` ## Parameter |Parameter|Type|Overview| |:--|:--|:--| |Target|String|Specify the ID of the target element. | |Value|Object|Specify the element or value. | ## Return Value There is no return value. ## Usage Example In the following example, the following information is stored in the form ($p.data.MainForm): 【Information to store】 ・Column: NumA Column ・Value: 123 ``` context.ResponseSet('NumA',123); // Same result as below. // context.AddResponse('Set', 'NumA',123); ``` ## Related Information <div id="ManualList"> <article class="s-blog_list_unit"><h2> <h2>The specified information was not found.</h2> <p><a href="/ja/manual">Return to top</a></p> </article> </div><input id="SearchTextHidden" type="hidden" value="" />
TOP
このページをシェアする
記載された商品名、各製品名は各社の登録商標または商標です。 © Implem Inc.