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="" />
code VS Codeで開発作業をもっとスマートに

スクリプト開発の効率を高めたい方に、Code Assistをご用意しています。

Code Assistの詳細はこちら →
account_tree 複雑な構成も、すっきり視覚化

サイト構成やデータのつながりを可視化し、把握しやすくします。

Site Visualizerの詳細はこちら →
TOP