GauravSharma3
8 years agoQrew Commander
Not redirecting back after creating child records
Hi there,
I want to create multiple timecards on basis of a date range and have successfully achieved this with the help of Dan's Hylo Technique.
Now, I am facing a problem the button does not redirect back after creating the child records and giving me an error "It has probably been deleted" like this because it is a connected table and key field is RecordID#2.
It works find if I use a simple table.
I have replaced that [Record ID#] with [Record ID#]2 and it does not redirect back but it successfull creates the timecards.
Thank you in advance.
Gaurav
I want to create multiple timecards on basis of a date range and have successfully achieved this with the help of Dan's Hylo Technique.
Now, I am facing a problem the button does not redirect back after creating the child records and giving me an error "It has probably been deleted" like this because it is a connected table and key field is RecordID#2.
It works find if I use a simple table.
[iol] & "moduleParents.js" & [/iol]
&
"<a class='QBU_SansDialog Vibrant Success' " &
" data-rid='" & [Record ID#] & "'" &
" data-basedate='" & [Base Date] & "'" &
" data-frequency='" & [Frequency] & "'" &
" data-number='" & [Number] & "'" &
">Sans Dialog</a>" &
" " &
"<a class='QBU_WithDialog Vibrant Success' " &
" data-rid='" & [Record ID#] & "'" &
">With Dialog</a>"
I have replaced that [Record ID#] with [Record ID#]2 and it does not redirect back but it successfull creates the timecards.
Thank you in advance.
Gaurav