Password Update to another Object

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
Markfre1
Posts: 221
Joined: Sun Mar 11, 2012 10:15 pm
Location: United States

Password Update to another Object

Post by Markfre1 »

In creating a new object in with a user name and password, I create a master list in a different object, with the first objects information.

The password field doesn't update.

If NOT(EXISTS AllTenantUsers WHERE (AllTenantUsers.EmailAddress=MainCompany.Email)) Then
CREATE AllSystemUsers WITH AllSystemUsers.EmailAddress=MainCompany.Email,AllSystemUsers.FirstName=MainCompany.FirstName,AllSystemUsers.LastName=MainCompany.LastName,AllSystemUsers.LoginName=MainCompany.LoginName, AllSystemUsers.Password=MainCompany.Password, AllSystemUsers.AccessLevel='CompanyAdministrator'

Why would eveything update except the password field?

Thanks,

Mark
Post Reply