From the online course = [Records: Design and Build a View into Your Data -> configuring the record list]

Certified Associate Developer

-

1. I am trying to insert an image using "Attach New File"

2. and then, bring the image to the grid, like the picture below

3. from the lesson : Configuring the Record List

at 4min 10sec 

the educator uses a CDT : vehicleImage

4. I wasn't able to know what the type of the vehicleImage is, and how the vehicleImage was made.

Also, how to put image data(the image that I attached using the "attach new file") into the vehicleImage. 

please help.

  Discussion posts and replies are publicly visible

Parents
  • Hello. To display an image in in the list, assuming you have a valid imageId (which the sample data should provide), you should add a new grid column and then configure it with a "document image" component. Make sure the Display Value points to the vehicleImage field (as your screenshot depicts) and then select Display Options to choose a document image. 

    The sample data should provide you with a list of vehicle images and corresponding image ids in a pre-loaded table. You just need to configure the column to display the data. 

Reply
  • Hello. To display an image in in the list, assuming you have a valid imageId (which the sample data should provide), you should add a new grid column and then configure it with a "document image" component. Make sure the Display Value points to the vehicleImage field (as your screenshot depicts) and then select Display Options to choose a document image. 

    The sample data should provide you with a list of vehicle images and corresponding image ids in a pre-loaded table. You just need to configure the column to display the data. 

Children
No Data