cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

See text description of a smartfield when doing an obinding create

Santiago789
Explorer
0 Likes
282

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)
        },

 

Santiago789_0-1720168386312.png

 

 

Accepted Solutions (0)

Answers (0)