Step-by-Step #5 - Format the Image column

Hello, In Build An Application Step-by-Step #5. I am stuck on the Edit Record List Columns - Format the Image Column.

The error says, "Expression evaluation error at function a!gridField_23r3 [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 51]: User Does Not Have Rights to Perform this Operation".

I completed all the steps specified in the previous exercises. Appreciate all the help I can get. Thank you!

  Discussion posts and replies are publicly visible

Parents Reply
  • As I still couldn't get it to work I have not saved te changes and have left the expression as follows: 

    if(
    a!isNullOrEmpty(
    fv!row['recordType!W0SA Vehicle.fields.image']
    ),
    a!EXAMPLE_DOCUMENT_IMAGE(),
    fv!row['recordType!W0SA Vehicle.fields.image']
    )

    I am still recieving the following error message:

    Expression evaluation error at function a!gridField_23r3 [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 52]: User Does Not Have Rights to Perform this Operation

    I have read up a bit on images in Documentation. Am not sure what I need to do. I google translated the conversation above but am not sure how to carry out the advise given.

Children
No Data