Hi,
I am trying to assign the Integer value of 4 to the ADSAccount.MobileServices attribute but been unsuccessfull. I am putting the value in the attributes template like this:
Value = 4
also tried
Dim v As Integer = 4
Value = v
and
Value = Integer.Parse("4")
But, I go to Object browser after I compile the database and execute templates but the attribute never gets updated. I have the Override checkbox in the template enabled.
What am I missing?
H