Hi,
I want to change the red message "Item not found" produced by the BDC webparts if there is nothing found from the database.
I want to change this to something like:
"The customer doesn't exists or you don't have access, click here to search a customer" (the link will redirect the user to my search page)
I can do it in the XSL transformation, but the red message appear to be generated by code and not through the XSL transformation.
so, how to do this? how to remove this unwanted red message?
Thanks.