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 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. 条件文として、デバイスのカスタムフィールドまたは評価する変数、および値を次の形式で入力します:

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

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

Image RemovedImage Added