Hopefully I can explain this well enough...
I have a Job BO that has several Yes/No type attributes and some cost and time estimate attributes.
On a query I have several of those Yes/No attributes set so they edited inline. No problem so far.
I want to ultimately be able to check one or more of the attributes and then have them popup an edit form for the record being edited with several of the other attributes (A couple of Dates and some job cost estimate attributes).
My thought was I could just create a rule that when a Yes/No attribute was changed to 'Yes' it could call a process that would display the editable attributes for that record on a form and they could fill in what they needed to and then save those attributes to the record that was checked.
When we try that though we get an error saying:
"The server may have started a process that requires interaction with the user. This is disallowed in the current context. Please check your configuration to make sure there are no rules attached to an object that start a process requiring user interaction."
My question is, am I trying to do something that cannot be done that way, or am I missing something?
My alternative for it is that I am going to create a couple of buttons that can just kick off a process that will update Yes/No attributes and show an edit form with the attributes I want to manually change.
It just seemed like it would be a slick way to do it with the first method.
Thanks,
Jim