on ‎2024 Jul 05 9:34 AM
Hello experts, I am doing an obinding create to add rows to my table but when I pass the id of an element which has its annotation of text and textArrangement, the description is not shown until it is saved, how can I make it happen? Does the description appear instantly? Thank you so much
onCreateService: function (elementID) {
var oTable = this.oSmartTable.getTable();
var oBinding = oTable.getBinding("items");
var oInitialData = {
"COMMERCIAL_ELEMENT_ID": "7139159f-f822-4073-a0bf-8764e05853ed",
"ID_PRICEBOOK": this.id,
"CURRENCY": this.currency,
"VALID_FROM": this.validfrom,
"VALID_TO": this.validto
};
oBinding.create(oInitialData, false)
},
Request clarification before answering.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.