cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Define user extensions proprietes of a user at run time

jgomes1
1-Newbie

Define user extensions proprietes of a user at run time

Good night,

The main objective is to set the properties, that are defined at the user extensions (thing shape), of a user at run time.

Thanks in advance.

PS The info will be sent by text boxes.

1 REPLY 1
PaiChung
22-Sapphire I
(To:jgomes1)

You can just use a service script and write to Users[NameOfUser].NameOfUserExtension = InputParameterReceivedFromTextBox

Top Tags