User Manual

10.04.2024

MANUAL

Developer Function: Server Script: context.ResponseSet

## Overview Store information in a form using "[Server Script](/en/manual/table-management-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"><ul><li><a href="/en/manual/table-management-server-script">Table Management: Server Script</a><span>08.13.2024 up</span></li></ul></article></div><input id="SearchTextHidden" type="hidden" value="" />
TOP
このページをシェアする
記載された商品名、各製品名は各社の登録商標または商標です。 © Implem Inc.