Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Created date作成日Updated date更新日Affects version影響を受けるバージョンFix version修正バージョン

 

 

Mobile Diagnostics & Erasure - All versions全バージョンN/A

Description

説明

「contains」メソッドはBlancco The "contains" method is a powerful tool to use in a Blancco Mobile Diagnostics and Erasure workflows.

The syntax Blancco uses is different from other programming languages. See the below to successfully use the contains method in your workflows.

Step by step instructions

Erasureのワークフローで使用できる強力なツールです。

Blanccoが使用する構文は、他のプログラミング言語とは異なります。 以下を参照してワークフローでcontainsメソッドを有効に使用してください。

使用方法

  1. 評価したいデバイスのカスタムフィールドあるいは変数、そして検索する値を決定します。
  2. ワークフローの適切な場所に「条件」アクションを追加し、条件の入力タイプを 「基本」から 「詳細」に変更します。
  3. 条件文として、デバイスのカスタムフィールドまたは評価する変数、および値を次の形式で入力します

  4. Determine which device custom field or variable you want to evaluate, and what the value you are looking for is.
  5. Add in a Condition Blob in the appropriate location of the workflow and change the condition input type from "Basic" to "Advanced".
  6. As the conditional statement, enter the device custom field, or the variable you want to evaluate, and the value in the following format:

    Code Block
    contains(<DEVICECUSTOMFIELD X>,"value")

Finished condition should look similar to the example below完了した状態は次の例のようになります:

Image RemovedImage Added