Forum Discussion

GaryMcRoberts's avatar
GaryMcRoberts
Qrew Cadet
11 years ago

Is there a timeout limit for ""&z="" & Rurl() ?

I successfully use API_GenAddRecord to create records in a child table, and preset some values. The user then selects choices from drop down menus and when the record is saved they are returned to where they came from in the Parent record because I'm using &z=" & Rurl() at the end of my formula.

This works as expected except I have recently come across an occassional issue where the user is NOT returned to the Parent record upon save, they are returned to the View mode of the saved form in the Child table. This only happens when the user has remained on the Child record for a long period of time (30+ minutes) before saving.

It appears that there is some sort of time limit where the &z=" & Rurl() no longer is recognized and therefore the redirect back to the parent does not happen. I'm interested to see if there is a reason for this and is there a specific time limit after which the formula won't recognize that there was a &z=" & Rurl() that needed to fire after save?

Wondering if anyone else has come across this unique problem before!