User Manual

08.14.2024

MANUAL

Developer Function: Server Script: groups

## Overview This object operates on the "group object" that can be used in "[Server Script](/en/manual/table-management-server-script)". ## Method |No|Name|Description| |:---|:---|:---| |1|Get|Get group information for the specified group ID. | |2|Update|Update the specified group. | ## Usage Example The following example outputs the group name of group ID 1 to the log. ##### JavaScript ``` let group = groups.Get(1); if (group) { context.Log(group.GroupName); } ``` ## 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.