Skip to main content
1-Visitor
December 23, 2019
Solved

how to load imagelink fieid in infotable

  • December 23, 2019
  • 1 reply
  • 1425 views

 hi experts

I wanna load image in infotable. There are 4 field names in datashape.

one of the four is imagelink type. 

 

How can I load an image on infotable?

 

 

Best answer by mneumann

Hi @JackEom 

In the DataShape you can choose to implement

  • Image - to choose an image from your disk when setting the property
  • ImageLink - to choose a Media Entity already uploaded to ThingWorx

If you try to implement it programmatically, you can also create a new Property on a Thing with the InfoTable Type and a DataShape that contains both (Image + ImageLink) to check the differences before coding it.

1 reply

mneumann16-PearlAnswer
16-Pearl
December 23, 2019

Hi @JackEom 

In the DataShape you can choose to implement

  • Image - to choose an image from your disk when setting the property
  • ImageLink - to choose a Media Entity already uploaded to ThingWorx

If you try to implement it programmatically, you can also create a new Property on a Thing with the InfoTable Type and a DataShape that contains both (Image + ImageLink) to check the differences before coding it.

JackEom1-VisitorAuthor
1-Visitor
December 24, 2019

 Thank you mneumann!

 

Your advice is very helpful.