IS NEW makes roo many instances

If you think that something doesn't work in Aware IM post your message here
Post Reply
tkilshaw
Posts: 170
Joined: Thu Jan 19, 2006 11:33 pm
Location: Western Canada
Contact:

IS NEW makes roo many instances

Post by tkilshaw »

This rule in my Account object:

If Account IS NEW Then
CREATE AccountTransfer WITH AccountTransfer.Account=Account,AccountTransfer.TransferredBy=LoggedInRegularUser,AccountTransfer.TransferredTo=Account.AssignedTo

Causes three instances of AccountTransfer to be created.

Two of them are made by the time the Account form appears on the screen and one after the Account form's Create button is clicked.

Is this a bug or a feature? Is there a workaround?

Terry
tkilshaw
Posts: 170
Joined: Thu Jan 19, 2006 11:33 pm
Location: Western Canada
Contact:

Post by tkilshaw »

Actually it looks like 5 instances are made.

One when the Account form first appears. Three when a main prospect is added and one when the Account Create button is clicked.

Terry
aware_support2
Posts: 595
Joined: Sun Apr 24, 2005 2:22 am
Contact:

Post by aware_support2 »

Terry,

This is not the expected behaviour. IS NEW should be evaluated to TRUE only when the new object is actually saved in the database. Could you, please, send us your configuration and describe the steps to reproduce the problem.
Aware IM Support Team
aware_support2
Posts: 595
Joined: Sun Apr 24, 2005 2:22 am
Contact:

Post by aware_support2 »

This is a bug that we will be fixing shortly. We will post a message to this topic when the updated software is available.
Aware IM Support Team
aware_support
Posts: 7525
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Post by aware_support »

This is now fixed starting from build 772.
Aware IM Support Team
Post Reply