intra-mart Accel Platform IM-LogicDesigner仕様書 第23版 2023-10-01

5.2.1.4.14. アカウント属性値の取得

アカウント属性値の取得を行うタスクです。

5.2.1.4.14.1. 入力値

im_getAccountAttributeValue <object>
  ├─ userCd <string> *
  ├─ attributeName <string> *
  └─ defaultValue <string>
項目名 必須/任意 配列/リスト 説明
im_getAccountAttributeValue 任意 object なし -
userCd 必須 string なし ユーザコード
attributeName 必須 string なし 属性名
defaultValue 任意 string なし
デフォルト値
指定されたアカウント属性の値が設定されていない場合に返却される値です。

5.2.1.4.14.2. 出力値

im_getAccountAttributeValue <object>
  └─ attributeValue <string>
項目名 配列/リスト 説明
im_getAccountAttributeValue object なし -
attributeValue string なし アカウント属性値

コラム

使用可能な属性名(attributeName)と、取得できる属性値(attributeValue)は以下の通りです。
属性名 属性値 説明
im_first_login
true
false
初回ログインの判定
im_external_user
true
false
外部ユーザの判定
im_menu.global_nav.dropdown.limitation 数値 グローバルナビ最大表示数
im_i18n_decimal_format_id
comma_period
space_comma
apostrophe_period
period_comma
数値形式設定
comma_period: 123,456,789.123
space_comma: 123 456 789,123
apostrophe_period: 123‘456‘789.123
period_comma: 123.456.789,123
history_count 数値 イベントナビゲータにおけるナビゲート結果管理の履歴表示件数
im_multi_factor_authentication_user_disabled
true
false
多要素認証設定が無効化されているかの判定