Okay, saw what your tlaking about. So went in and updated my code a bit.
Form - OnOpenForm()
RESET;
IF NOT GET THEN
INSERT;
salesp.SETRANGE(salesp.Name,USERID);
IF salesp.FINDFIRST THEN BEGIN
cue.“Salesperson Filter” := salesp.Code;
END;
I also tried the set in the On Init location with no difference.
Also went in and fixed all my flowfields to take into account the flow filter.