Initial Value Question

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
Alleskaputtbastler
Posts: 14
Joined: Wed Jul 30, 2008 12:03 am

Initial Value Question

Post by Alleskaputtbastler »

How can i set the initial value of a plain text attribute to store the Login name of current operator ?
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Post by tford »

Alleskaputtbastler,

You can't use the Initial Value field to do that, but you can do it with a rule.

For example:

If BoName IS NEW Then
BoName.LoginName=LoggedInRegularUser.LoginName

Is that what you were looking for?

Tom
Alleskaputtbastler
Posts: 14
Joined: Wed Jul 30, 2008 12:03 am

Initial Value Question

Post by Alleskaputtbastler »

Yes - that does it for me.

Thanks Tom :)
tford wrote:Alleskaputtbastler,

You can't use the Initial Value field to do that, but you can do it with a rule.

For example:

If BoName IS NEW Then
BoName.LoginName=LoggedInRegularUser.LoginName

Is that what you were looking for?

Tom
Post Reply