Hi,
I need to set confirmation message dynamically before customer click the Save action. There is a boolean property "State". I need to show confirmation message if this property set to false otherwise confirmation message must be set to null. I tried many ways but failed. For example I used ObjectSpace object_change event but checking every changed obejct is not an effective way. How can I achive this goal ?