Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to initialise an object but not add it to the persistent store #44

Closed
4rianton opened this issue Feb 13, 2017 · 1 comment
Closed

Comments

@4rianton
Copy link

I would like to initialise an object and populate it but not add it to the persistent store. I would like to have a user on a form, and add data to fields of a managedobject but only save it once the user presses the save button.

How do I go about doing it in AERecord?

@tadija
Copy link
Owner

tadija commented Aug 14, 2017

Hi @4rihant,

you would just need to call AERecord.save() after it's all done, before calling that, data is still not saved to the persistent store.

Cheers,
// T

@tadija tadija closed this as completed Aug 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants