Using a Variable in a process using Enter New

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
denisv
Posts: 253
Joined: Thu Jan 19, 2006 4:36 pm
Location: Ireland
Contact:

Using a Variable in a process using Enter New

Post by denisv »

I have an attribute on an object called 'Type'. Based on the value in this attribute, a related object will be entered. There are up to 20 possible values so at the moment I have to use 20 If conditions with the specified value and ENTER NEW xxx to match.

Is it possible to take the value from the attribute and include in the ENTER NEW process so only one rule need be created.

E.g. at present:
If Type = 'Subject'....Enter New Subject with ......
If Type = 'Title'......Enter New Title with .......

Ideally:
Enter New TYPE with......
Where Type acts as a variable allowing the correct object be created.

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

Post by tford »

DV,

As far as I can tell from trial and error, the BO name can not be represented by an attribute name like BO.TYpe.

I like the idea though :)

Tom
Post Reply