I’m writing a snippet that programmatically adds blank lines to tables (whose models are child objects) when the user tabs through the table. I have to add and remove values from the changes object, which is fine.
The code is working for modifying and deleting an object, but not for adding a new object. The new object never appears in SalesForce. I’m under the impression that Skuid persists all the changes to the requested model after calling model.save(). Furthermore, I’ve found that I need to specify the id of the parent object in the object definition of the child models being saved, but even after doing so, they still don’t appear in SalesForce. Is there something I’m missing?
Question
How does Skuid persist objects to SF?
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.