You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I have written a banking app for my phone through which you should make transactions in your banking script. I have managed that the transactions arrive in the accounts. The only problem I'm encountering is that the account balance is not updated in the UI, Even though it has changed in the database. I understand that it's because your script only updates when actions happen through the UI and doesn't randomly request values from the database every time it opens.
Is there any way to update the invidual accounts via a trigger or is there an export with which you can directly use the functions from Pefcl for a transfer?
The text was updated successfully, but these errors were encountered:
Hey, I have written a banking app for my phone through which you should make transactions in your banking script. I have managed that the transactions arrive in the accounts. The only problem I'm encountering is that the account balance is not updated in the UI, Even though it has changed in the database. I understand that it's because your script only updates when actions happen through the UI and doesn't randomly request values from the database every time it opens.
Is there any way to update the invidual accounts via a trigger or is there an export with which you can directly use the functions from Pefcl for a transfer?
The text was updated successfully, but these errors were encountered: