I need to show selection checkbox for each record onload of Customers list view (screenshot). Currently checkboxes are showing only after clicking on Actions > Select multiple records
On Customers listview I need to show Grid Action buttons on load of listview in separate columns (screenshot), currently buttons are showing only on click on record.
Unfortunately, there is not such functionality that allows you to show image in list view. Tile view should be used in such cases.
However, you may try to create your custom view where everything you need will be displayed. To implement it, please check basedataview schema. Also scheduledataview schema (calendar view in activities) may helpful.
Thank you Alex. I am also trying to figure out on tile view how the image was shown but unfortunately I cannot find the exact methods behind this image dsiplay. Do you have any idea?
It's not possible to say why it doesn't work without debugging. Please debug the functionality, compare it with the one that works on the "QualifyStatus" column and find what's wrong.
It's not enough just to change a part of the code. Please debug the functionality in general and find how it works. Then create your own one from scratch.