I have a stored procedure I'd like to use for multiple fields on a form. However, I've found that once I use it as a Lookup Rule for one field, it is no longer in the drop down list of available stored procedures from the server. Is this really a restriction, or am I doing something wrong? If it is a restriction, why?
If I can only call it once, can I load a variable with the results, then use that variable elsewhere in the form?
I've attached a file with a screenshot showing the item selected in one rule, but not available in the other. I worked around the problem by duplicating the script and calling it [ScriptName]2, but that's a hack.