Hi Experts,
I have a requirement where in an error message which is added from java side (in WrapperCrmISA.java) need to be converted to a warning. When we try to click on the order button it should take us to the confirm screen. I have changed the error message into warning by removing the error message in ShowBasketAction and adding the same error as warning.
When i click on order button it doesnt take me to confirm screens, it comes back to order screen itself.
After analysis we found that when we click on order button MaintainBasketSendAction is called and in this class if the salesdocument is invalid the flow is directed back to the order screen.
Can we make the salesdocument valid even when we are having an error message so that i can get the confirm screen.
Any pointers wll be highly appreciated.
Regards
Antony