Hey guys/gals. I am tracing a "performance issue" between 2 linked forms.
User enters master planning>common>planned orders, hits "edit in grid", then clicks the view tab and opens "Requirements profile" AND "On hand inventory > Net requirements". Dynalink is updating these 2 forms when the user selects a record on the planned orders form.
Anyway, the query is fine. Thing runs in only a few milliseconds. However, whats going on between the executeQuery and the query execution? Is that just all spent in the RPC call?
eg. Client trace:
Server trace:
Any way to knock down the 250ms every time a user selects a new record?

