Forum Discussion

KenCasser's avatar
KenCasser
Qrew Cadet
7 years ago

Does Native QB have a localStorage ability the way javascript does?

I want to increment a Quote Number by saving the current number to storage so I can access it later in a subsequent record and add '1' to it.  I can do this is Javascript but after execution I get the Success message and can't automatically redirect to the edit page.  So I'm thinking that if I could write the calculation in native QB instead of js, it might be easier to redirect after it runs.