LaszloM
3 years agoQrew Trainee
I experience hour long delays in refresh for formula-user fields dependent of freshly provisioned users!
Hi All!
New users happen to come to my app in form of email address list. Some emails are already users of my app, some are not, UserToEmail function makes the distinguishing. Now for emails not yet users I use API_ProvisionUser to establish a new user in the appropriate role, also I would like to immediately assign the new usersto their tasks. I mean users as established QB users, not just any text labels! To this end I decide if the email address is a user with this formula checkbox:
If(ToText(ToUser([Technician Email]))="",false, true)
Problem is when my pipeline finishes provisioning the new users, nothing seems to happen to my checkbox, in fact it takes hours to react!!! Funny thing is that after provisioning the new users immediately appear in the user list and are also available in the user pickers. Just the depending user-formulae are lazy as hell. However I tried to set the report caching the problem still persists!
Questions:
- am I missing here something, doing something wrongly?
- anybody has similar experience with user functions?
...if all this is real: any ideas to solve this delay problem or have a workaround would make me happy!
Thank You!
------------------------------
Laszlo M
------------------------------
New users happen to come to my app in form of email address list. Some emails are already users of my app, some are not, UserToEmail function makes the distinguishing. Now for emails not yet users I use API_ProvisionUser to establish a new user in the appropriate role, also I would like to immediately assign the new usersto their tasks. I mean users as established QB users, not just any text labels! To this end I decide if the email address is a user with this formula checkbox:
If(ToText(ToUser([Technician Email]))="",false, true)
Problem is when my pipeline finishes provisioning the new users, nothing seems to happen to my checkbox, in fact it takes hours to react!!! Funny thing is that after provisioning the new users immediately appear in the user list and are also available in the user pickers. Just the depending user-formulae are lazy as hell. However I tried to set the report caching the problem still persists!
Questions:
- am I missing here something, doing something wrongly?
- anybody has similar experience with user functions?
...if all this is real: any ideas to solve this delay problem or have a workaround would make me happy!
Thank You!
------------------------------
Laszlo M
------------------------------