pefcl icon indicating copy to clipboard operation
pefcl copied to clipboard

External Banking App for Phones

Open Niclassslua opened this issue 2 years ago • 1 comments

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?

Niclassslua avatar Oct 16 '22 00:10 Niclassslua

Read here: https://projecterror.dev/docs/pefcl/developers/api/server#exports

antonstjernquist avatar Oct 17 '22 07:10 antonstjernquist