LogoLogo
timvero.comMaven Repository
  • timveroOS SDK guide
  • timveroOS how-to
  • timveroOS admin-side setup
  • How to use Maven credentials
  • timveroOS SDKs
    • v. 7.11
      • Ubuntu environment setup
      • Data model setup
      • New data source connection, with Bud Financial example
      • Flow customization
      • Decision process execution
      • Participant/ assets dynamic profile setup
      • Documents flow integration setup
      • Application form setup
      • Application API Integration Guide
      • UI/ UX components
        • Collapsing blocks
    • v. 7.10
      • Ubuntu environment setup
      • Data model setup
      • New data source connection, with Bud Financial example
      • Flow customization
      • Participant/ assets dynamic profile setup
      • Documents flow integration setup
      • Application form setup
      • Application API Integration Guide
      • UI/ UX components
        • Collapsing blocks
Powered by GitBook
On this page

Was this helpful?

  1. timveroOS SDKs
  2. v. 7.10

Participant/ assets dynamic profile setup

PreviousFlow customizationNextDocuments flow integration setup

Last updated 1 month ago

Was this helpful?

A dynamic client profile is a flexible data model that includes calculated values, parameters, and characteristics of a participant. The system uses this model to assess the possibility or impossibility of a participant progressing through the process.

The flexibility of the profile is ensured by the fact that this data model is based on a key: value structure in the form of a Map interface.

Map -

Saving data to the profile is easy. To do this, you need to call just one function, saveValue, in the decision tree and pass the key: value pairs.

  • key - the name of the parameter

  • value - the value of the parameter

Example: $\{softHitTask.saveValue(`score', 811)}

https://docs.oracle.com/javase/8/docs/api/java/util/Map.html