I try to make a script, witch creats a account an set a DefaultCmdLevel. Creating a account is easy but set the DefaultCmdLevel is a problem.
i thougt i could make that with
Code: Select all
account.setprop("DefaultCmdLevel", "test");and will it work if i have the account object?