Real time validation error/message display in Siebel GUI in the Quote using Open UI
Hello -
We've upgraded Siebel to IP14 recently. Our business users want to display error message in Siebel GUI as soon as business rule violation occurs (no popup. display message at suitable place somewhere in UI)
Before IP14 (High Interactivity app) business users generally click buttons (e.g. Quote Verify) to validate ALL business rules at one time. We've defined most of our validation rules using Data validation Manager (DVM) for Quote and other Siebel entities and we call DVM business service during the button click
How could we achieve this using open UI without impacting performance of the application?
Do we have to move all validations in PR/PM layer? Do we need to call the DVM rules in PM/PR layer using Business service call? If we call BS every time quote/line item field is updated would it impact performance?