Error Message

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
Feeldabuzz
Posts: 33
Joined: Wed Aug 16, 2006 7:21 pm

Error Message

Post by Feeldabuzz »

Trying to add a process to customer and getting error

'Value of Process Input must not be empty'

I have 2 process inputs on the configuration screen.
aware_support2
Posts: 595
Joined: Sun Apr 24, 2005 2:22 am
Contact:

Post by aware_support2 »

Are you adding a process as an operation to the Customer object form in the Configuration Tool? Then you should provide an expression in the B column that is of the same type as the object declared as the process input. For example, if the process has object Customer as its input, both columns A and B in the Process Input table on the Form Operation dialog should show Customer.
Aware IM Support Team
Feeldabuzz
Posts: 33
Joined: Wed Aug 16, 2006 7:21 pm

Post by Feeldabuzz »

Yes there are two attributes set in the process setup - customer and smsparameters.....
aware_support2
Posts: 595
Joined: Sun Apr 24, 2005 2:22 am
Contact:

Post by aware_support2 »

Then you need to be able to resolve the second process input via Customer object. For example, if Customer has a reference attribute SMSParameters you can specify "Customer.SMSParameters" as the second required process input. Otherwise you cannot use this process as an operation on Customer form. The reason is a process needs all declared input objects before it can start.
Aware IM Support Team
Post Reply