Set action

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Set action

Post by tford »

Is there an example of the SET action somewhere in the sample apps. I'm having a hard time getting it to work. I'm sure it's something simple.

Thanks,
Tom
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Post by tford »

Here is my scenario:

For each IncomingEmail, I want to create an instance of AccessDoc with the IncomingEmail.Message attribute parsed into 2 attributes:

AccessDoc.Facility
AccessDoc.Person

IncomingEmail.Message will be in the following format:
Facility#Disney World#Person#Jay Leno

I currently have a rule in the "When IncomingEmail is received" area that reads: CREATE AccessDoc WITH .... (where ... are other attributes unrelated to IncomingEmail.Message

I am unclear where to place the rule:
SET AccessDoc From IncomingEmail.Message


Thanks much for your help!
Tom
aware_support
Posts: 7525
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Post by aware_support »

Your rule should have two actions: CREATE action followed by SET action.
Aware IM Support Team
Post Reply