I have the following objects:
Project (Owned by Customer => has a Customer reference attrib, type Customer)
Customer (Owner of Projects. Has a Projects reference attrib, set to multiple allowed, type Project)
Notifications:
TestProjectEmailToCustomer => outgoing email notification
Process:
SendTestEmail => inputs are Customer, Project, and Rule is defined as:
SEND TestProjectEmailToCustomer TO Customer
I defined an operation on the main form of Project, of tye "Start Process" , which calls SendTestEmail process. In the operation definition screen, process input table section, the "Inputs" are correctly (populated by Aware IM) set to Customer and Project. However, the "Value" for the Customer Input is blank. It should be Customer.
So, I must have something defined wrong, otherwise the "Value" would have been populated by Aware IM, when the SendTestEmail process was selected from the list of available processes.
Dave