Hi Everyone,
Can you help me with this, I want to get the previous record in my app.
Lets say I have a field namely “Balance from Last Bill” how can I get the record of that field? and put it on the new record that I will create.
Thank you in advance for the help.
Hello Muhaymin,
You may retrieve your previous records by using the query in GET.
Within the callback function, create a request for registration from the information
you have obtained, and by executing the POST, you can retrieve and register it.
Get Records:
Add Record(s) (POST method):
Also, you may run lookup fields and have similar results.
If true is entered into the lookup property, the Lookup field runs when the event is returned.
Run Lookup fields:
Hopefully, this helps