I have been using url parameter to jump from one app to another.
admin app to dash app
but when user use dash directly and don't have a url parameter, or [assed parameter cant find a match,
it always pop and error and showing on dash, how to I hide it, or set a if else to ignore that part?
first one replied wrong
I have solve the problem, it's not showing error anymore, seems if APP can't find a matched id, it's just do nothing and pick the first record, need more test to make sure, thanks for your help.