I have a lookup rule for a stored proc that uses the value of a single field to fill four others, but I can't get it to execute. Another stored proc on the same form works correctly, using multiple fields to fill others (one of which is the problem child that won't fire its proc).
It doesn't fire when the value changes, either manually or from the other proc. I've checked everything I can think of, but I'm clearly still missing something:
- the proc does return a single row of valid data for the values I'm testing
- the service account has permissions to run the proc
- I don't see anything related in the event viewer
- I don't see an event on the SQL Server that attempts to run the proc when changing values in the field
- I haven't added any JavaScript to any of that field's events
What else can I try?