DefaultCmdLevel on Account Creat
Posted: Sun Apr 02, 2006 2:08 am
Hi,
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
but how i geht the account object, when i only have the account name?
and will it work if i have the account object?
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?