Skip to Content
0
Feb 21, 2021 at 10:42 AM

How can we acheive dynamic binding in SAP MDK

223 Views

I have simply added two control . I want to update the value of the second control using dynamic binding.

let clientData = clientAPI.evaluateTargetPathForAPI('#Page:DetailsPage').getClientData(); clientData.CustomProperty = {"CustomerA":"A","CustomerB":"B"}

as of now on the change event of the first I am adding this code. and the binding is done to the value of the second control.

First control - Input

second - title

both are on the same screen detailpage

Attachments