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
Hi Kantha,
In which sample project did you find that?
Nico
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?
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
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


