I am new and working on the developer course. I am on exercise 8 create an interface, on the Create a Reusable Interface section.
When I completed the steps to make AX_VehicleDetailsView and clicked save. It popped up with the interface! But this is the error that I got when it opened, and I don't understand where I go to fix this!
Thank you
Discussion posts and replies are publicly visible
intro: i did not do the specific exercise but some general informationthe error tells you already the issue :) ri!vehicle, your recordtype is a null valueIn result you don't have a value for vehicle.image neither there a!documentimage wont work properly with a null or empty value for the "document:" paramateryou need a picture aka document in your application and the ID of the document needs to be the value of ri!record[AC_vehicle.image] perhaps this link helps you:docs.appian.com/.../Document_Image_Component.htmledit: you can try the following in the test parameters of your rule input:docs.appian.com/.../reference-records.html
The problem is that your parameter is null, so when Appian tries to find the document related to the vehicle, returns an error (there is no image for a null vehicle)
Ok this all makes sense! What I don't understand is that it hasn't asked me to add images so how do I get them ? Sorry as I am a beginner!
step 1:you create elements of the dype "document"There you can select or drag and drop mutliple imagesAfter that you need to select the name and folder and if a constant shall be created automatically.This is how an uploaded image looks like. You see the name, a preview, type, size, folder, description etc.AND the ID. This is the ID you need for the document parameter at a!documentimage() and which needs to be the value of [vehicle.image]