I am getting the below error when I click view record list on AX Vehicles record list.
The Requested Record Type Is Not Available Expression evaluation error [evaluation ID = 6ETIO] at function a!recordList: 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!documentImage [line 56]: Could not cast from Rule or Function Reference to Document. Details: CastInvalidCould not cast from Rule or Function Reference to Document. Details: CastInvalid (APNX-1-4198-000)
Discussion posts and replies are publicly visible
Can you post the code?
the code is simple rule!AX_VehicleSummary(vehicle: rv!record)
This occurred when I added a vehicle with mock data with no image into the record type. is there a way I can delete that.
I don't have the AX in my community environment but I have something called rule!AS_VehicleSummary.
I tried nulling out the image and it works fine for me. This is the code I have for the image in the AS_VehiculeSummary rule which handles null values. Is it similar for you?
I have the code like below. The issue seems while casting
is there a way I can remove the record which I added from the recordtype