Questions about System variables for user with some information

5 Posts
3 Users
0 Likes
33 Views
KASI
 KASI
(@k-simanjalamarcinfo-com)
Posts: 134
Estimable Member
Topic starter
 

Hello,

I have seen in some sample project, there are default system variables were created with some information. Please refer to screenshot below :

How does this get created, or rather what are the condition for this variables to be created?

I tried on my platform (PcVue 15.0.1), and I do not have this default system variables.

Another question, will these variables always be updated anytime, or only when the user is logged in to mobile apps?

Thanks,
Kantha

 
Posted : 26/02/2021 5:20 pm
n.kunzer
(@n-kunzerarcinfo-com)
Posts: 1236
Member Moderator
 

Hi Kantha,

In which sample project did you find that?

Nico

 
Posted : 26/02/2021 5:28 pm
KASI
 KASI
(@k-simanjalamarcinfo-com)
Posts: 134
Estimable Member
Topic starter
 

Hello Nico,

The screenshot was from our customer, he asked me the question saying the variables are not updated.

But I did see the same variables was created on Andy's old test project. But when he created new user, the system variables was not created again.

So I am not sure possibility that it could be some "feature" that has been removed in official version 15?

 
Posted : 26/02/2021 5:44 pm
n.kunzer
(@n-kunzerarcinfo-com)
Posts: 1236
Member Moderator
 

Ok,

I think (but really not sure) these variables are created when you are in the Advanced Security Strategy on User rights settings.

If somebody else has the answer....

nico

 
Posted : 26/02/2021 6:04 pm
 GRCH
(@g-chovelonarcinfo-com)
Posts: 26
Eminent Member
 

Hello,
They are variables from Tracking and Message feature.
They should be enabled in Experimental.ini file :

Here is the syntax :
[TrackingVariables]
Enabled=1
AutoCreate=1

[InstantMessagingVariables]
Enabled=1
AutoCreate=1
----------------------------------------------

Write system variables for Tracking
• System.Users.[Username].Enabled – 1 if user position is known, otherwise 0
• System.Users.[Username].Location – id of the user’s location
• System.Users.[Username].Lat – latitude of the user’s location
• System.Users.[Username].Lon – longitude of the user’s location
• System.Users.[Username].Alt – altitude of the user’s location
• System.Users.[Username].LocationTitle – description of the user’s location
Parameters AutoCreate=1 (by default) to create system variables on startup

Write system variables for Instant Messaging
• System.Users.[Username].Message – is set to 1 when we received a message from the user
Parameters AutoCreate=1 (by default) to create system variables on startup

BR,

Grégoire

 
Posted : 02/03/2021 3:00 pm