DayBackOnline

Remember Me

Can I set this up so I don't have to keep logging into DayBack Online?

Yes. If you're using DayBack Online in a browser then just mark "remember me" when signing on and DayBack won't ask you for your login again for quite some time (unless you manually sign-out from the account settings tab).

If you're working with DayBack Online in a FileMaker web viewer, the "remember me" checkbox works the same way and won't ask you to log in again when you return to the webviewer layout.

It will, however, ask you to login again if you quit FileMaker and reopen it. To prevent this you can include a user token in the webviewers url. So where you might otherwise just use this as the webviewer url:

You'd enter this as the url instead...

...where "MyUserToken" is the token you can find on the "me" tab of DayBack on Settings / Account Settings:

Since each user gets their own user token you may want to make the web viewer url a calc that sets the user token for each logged in user's account name, like this:

"https://app.dayback.com/?userToken=" &
Let ( [
n = Get ( AccountName )
] ;
Case (
n = "Joe Smith" ; "dfasfgfgsfgf" ;
n = "Admin" ; "eyaWQiOiJzaW1wbGVsb2dpJ0eXAiOi..."
)
)
(855) SEEDCODE
[email protected]
Follow us: