-
Notifications
You must be signed in to change notification settings - Fork 540
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.