組織のデフォルトの言語設定を変更した場合、標準プロファイルの名称をグローバル変数 ($Profile.Name) で参照した際の値が異なります。
入力規則や分岐処理の条件式に $Profile.Name を使用する場合、言語設定を確認してください。
組織のデフォルトの言語設定を変更した場合、標準プロファイルの名称をグローバル変数 ($Profile.Name) で参照した際の値が異なります。
具体的には、以下の例となります。
| 英語 | 日本語 |
|---|---|
| System Administrator | システム管理者 |
|
Standard User
| 標準ユーザー |
| Solution Manager | ソリューション管理者 |
|
Ready Only
| 参照のみ |
| Marketing User | マーケティングユーザー |
| Contract Manager | 契約 管理者 |
この為、入力規則や分岐処理の条件式に $Profile.Name を使用する場合、組織のデフォルトの言語設定を確認の上、ご利用ください。
使用例:
If $Profile.Name = "システム管理者" {
●システム管理者用の処理
} else {
■システム管理者以外の処理
}
とした場合、組織のデフォルトの言語設定 = 英語の場合、ログインユーザのプロファイルが「システム管理者」 であったとしても
$Profile.Name = System Administrator となるため、■システム管理者以外の処理 が実行されます。
000383138

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.