Record Type

Hi Team,

When I am trying to edit record type > Edit Record List>Image Columns.

Below steps:
the Image column by following the steps below:
● Under Columns, click Image.
● Under Display Value, click Display Options. ● Select Document Image.
●Under Display Value, click Image. ● Under Images, click Document Image.
● Under Document, click a!EXAMPLE_DOCUMENT_IMAGE(), and clear everything in the Expression Editor.
● Enter the expression:

if(isnull(fv!row[recordType!AX Vehicle.fields.vehicleImage]), a!EXAMPLE_DOCUMENT_IMAGE(), fv!row[recordType!AX Vehicle.fields.vehicleImage])


Getting below error:

Error Evaluating UI Expression

Expression evaluation error at function a!gridField [line 51]: A grid component [label="null"] has an invalid value for "columns". A grid column [label="Image"] has encountered an error. Expression evaluation error at function a!imageField [line 55]: Invalid Content ID


Due to this error record type is not loading, if i am not adding image column then record type is working fine. 

  Discussion posts and replies are publicly visible

Parents Reply Children