Difference between revisions of "V2/Concepts/Preparing for User Creation"

From Senfi Docs
Jump to: navigation, search
(Created page with "<h1 class="main-heading">What is needed to create a User</h1> <div class="important">Note: Mandatory information are marked with an ‘*’. </div> This section helps you to...")
 
Line 6: Line 6:
  
 
=== Pre-requisites ===
 
=== Pre-requisites ===
An Expression requires design and logical programing in order for it to work correctly. If this is your first time creating an Expression, please read [[V2/Concepts/Expression|this guide]] first.
+
If this is your first time creating a User, please read [[V2/Concepts/User/User|this guide]] first.
  
You should also be familiar with the basic [[V2/Concepts/Measurement|measurements]] and its concepts. Please read [[V2/Concepts/Intro_to_Measurement|this section]] if you require a refresher. Before an Expression can be created, the Event to be triggered should be designed and created first. Please read [[V2/Concepts/Event|this guide]] to learn about Events and how to [[V2/CMS_Tutorial/User_Tools/Creating_Content/Automation/Event|create an Event]].
+
A User requires a Role to be assigned to it, and the User can also be assigned to an Access group. Please read [[V2/Concepts/User/Role|this guide]] to learn about Roles and how to [[V2/CMS_Tutorial/User_Tools/Creating_Content/User/Role|create a Role]]. You should also be familiar with the basic [[V2/Concepts/User/Access_Group|Access groups]] and how to [[V2/CMS_Tutorial/User_Tools/Creating_Content/User/Access_group|create an Access group]].
  
 
=== General Information ===
 
=== General Information ===

Revision as of 16:24, 2 July 2021

What is needed to create a User

Note: Mandatory information are marked with an ‘*’.

This section helps you to prepare information you need to create a User.

Pre-requisites

If this is your first time creating a User, please read this guide first.

A User requires a Role to be assigned to it, and the User can also be assigned to an Access group. Please read this guide to learn about Roles and how to create a Role. You should also be familiar with the basic Access groups and how to create an Access group.

General Information

Name*
Name given to the Expression.
Type*
Decides how often the Expression is evaluated, whether it's immediate or on polling.

Expression Editor

You should

  • Know what Event the Expression should detect.
  • Know what you would like Senfi to do (Action) when the Event is detected
  • Create the Event
  • Have already created the Assets, Measurement & Metrics to be used as Input in the Expression.
  • Know the thresholds or values which indicates occurrence of event.
  • Be able to send records to Input measurement & metric.
  • (Optional) Be able to send simulated records to Input measurement & metric (to simulate occurrence of event or situation)
  • Understand the different kinds of Node Types and their uses in the Expression Editor.

What's Next