Dear team , I put an Image control on form , then set data source property to an entity , i defined parametric entity and put value for it from work portal .I set default value for Image control on form enter event in (Action Activity) , i used the following expression to set default value , but it does not work and image show anything. 1) Me.setXPath ("myProcess.myImage.picture.Data" , Me.getXPath("entity-list('myImage','idmyimage = 1')")[0].getXPath("picture").getXPath("Data")); 2) Me.setXPath ("myProcess.myImage.picture" , Me.getXPath("entity-list('myImage','idmyimage = 1')")[0].getXPath("picture")); none of above options was not work for me , and image does not display, please help , whats wrong?
↧