GET
値を返します。
使用例
"Hello, " + GET(UserName)
構文
GET ( predefined_variable )
-
predefined_variable- Predefined variable for the GET function. [AccountName, RecordID, UserId, UserName, UserRole]-
AccountName- ログインに使用されたアカウント名を返します。 -
RecordID- 現在のレコードの固有の ID 番号を返します。 -
UserId- 現在のログインユーザの固有の ID 番号を返します。 -
UserName- 現在のログインユーザの名前を返します。 -
UserRole- Returns the role of current login user: manager or member.
-
この関数が返す値は次のとおりです
any - カスタム取得引数の値。