Sc_redir from blank application to a particular record in Form application issues

Hi everybody
I used this youtube link Scriptcase Macros: Control Module ( sc_redir ) - YouTube to to send redirection from my blank application to my my form application (form_client_master)
The sc_redir shows the form in question but does not navigate to the required record.
Finally I did to following:

  1. The sc_redir statement in the blank application sc_redir(‘form_client_master’, rowkey=6);
  1. In my form application, I went to the Form Settings / SQL . Inside the Box against where clause I gave the following criteria: columnname = [rowkey], where the column name is the name of the column which acts as the key to retrieve particular record. As per the youtube example it is the actorid.
    With this I could get the desired output.
    I request validation from others as to if this is the right way as the youtube video has mentioned the where clause part.
    Thanks in advance