We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While creating entity i want to add some business logic and also want to create related entities, Where can i update them ?
@htammen please help as it is important
The text was updated successfully, but these errors were encountered:
I think you can do this via: https://loopback.io/doc/en/lb3/Adding-application-logic.html . But i can't figure out how that worked with OData.
If you do so, please write me back!
Sorry, something went wrong.
@mohammadsiddiqui Basically, what you need is not related to OData component. This is about how loopback's Models work.
I think you need to use "before create" or "persist" operation hooks. There you can do all the needed data manipulations.
No branches or pull requests
While creating entity i want to add some business logic and also want to create related entities, Where can i update them ?
@htammen please help as it is important
The text was updated successfully, but these errors were encountered: