-
Notifications
You must be signed in to change notification settings - Fork 510
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
Adding suppliers showing integration with S/4 #196
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool to see David's DKOM code and spaceflight coming back.
That's still quite something to digest and deserves a lot of explaining, e.g how to juggle the different launch scenarios and processes . Need to explain that in the consumption guide.
Still work in progress ... :) class DatabaseService {
...
/** Convenience shortcut to check whether an entity instance exists */
async exists (entity,key) {
return this.run (SELECT(1).from(entity,key))
}
} Rationale for that one: I'm afraid many would just do something like this: let exists = db.read('Books',201)
if (exists) ... But this would do a |
edbca44
to
649b9c8
Compare
* Copyied from fiori/app/admin * Added Supplier + Value Help + Texts * Fixed bug in replication handler that caused to return wrong data
No description provided.