Create and Update API
save
DSApi.save(className, entity)
or
DSApi.save(className, entity, auditMsg)className: the str name of class as created using the workbench
(correspond to the table)
entity: dictionary
auditMsg: strclassName = "shared.common.product"
entity = {"productName" : "table", "description" : "foldable table", "prices" : 620}
res = DSApi.save(className, entity)saveMany
Update
UpdateMany
UpdateByQuery
executeSqlWriteStatement
Last updated