Link to form not creating new Record

Hi All

I have a behaviour button, using “App: Go to another view within this app”, with the target as “linktoform(“Payments”,“Invoice No”, [_THISROW],“Unit”, [Unit],“Amount Paid”, [Invoice Total])”

However, when the button is clicked, it opens the “payments” view, but does not open as a new record, just the list of existing records.

Have I missed anything?

I have another form with a similar button and it works fine. I’m at a loss!

Please check if the name of the form view is indeed just “Payments”. Typically system generated form views have name pattern of “Table_Form” where Table is name of the table or slice. So please ensure if by any chance the name of form is not “Payments_Form”

2 Likes

Great! I thought it would be something simple! It works

Thanks for your help and advice!

1 Like

@Suvrutt_Gurjar Nice! :slightly_smiling_face:

giphy

1 Like

Thank you very much Joseph. :+1: :folded_hands:

1 Like