justin_kemp
Participant
Member since ‎2007 Jan 03

User Statistics

  • 151 Posts
  • 3 Solutions
  • 0 Kudos given
  • 4 Kudos received

User Activity

Hi I am trying to create a smartform attached to a odata service with cds view. I am able to create smartfilter and table successfully using annotations and metadata.xml but am stuck up in smartform. The view renders fine with smartfields but th...
HiI am trying to bind a label to length of model defined in component.js. I can get the length in component, but when I try to map the same inside view it returns undefined. I have binded table to that model and am able to get data inside table.Here ...
Hi,I am deploying over gateway with UI5 version 1.28 and my model is defined in controller and am able to get records in table from json. I am trying to get the number of records displayed in table on the load. I am able to do that on click of a butt...
Hi,I defined a model inside component and can access it successfully inside my view controller. In Init of my controller I am calling another abc.js file and want to use the same model defined in component inside it. Tried using this.getOwnerComponen...
HiHere is my code:var ipData = [ { flname: "Test ID"},{ flname: "To Date"}];var oSimpleForm = new sap.ui.layout.form.SimpleForm( { layout: sap.ui.layout.form.SimpleFormLayout.ResponsiveGridLayout, content:[ new sap.ui.core.Title({text:""}), ...