I just tried out the new Context Help feature (https://idempiere.atlassian.net/browse/IDEMPIERE-626) and i find it quiet useful. However, since i never used it i just created two messages because idempiere allowed it to me. Then when i opened the window i assigned my context help to, it only showed the second message. I think we should modify this a little bit to either one of the following: -Display all messages in one panel -Display each message in a separate panel -Prevent the user from creating more than one message (with a db constraint) -Prevent the user from creating more than one message by creating the message entry with a eventhandler/modelvalidator and then use IsInsertRecord = N on the tab so no more new entries can be created
I just tried out the new Context Help feature (https://idempiere.atlassian.net/browse/IDEMPIERE-626) and i find it quiet useful. However, since i never used it i just created two messages because idempiere allowed it to me. Then when i opened the window i assigned my context help to, it only showed the second message. I think we should modify this a little bit to either one of the following:
-Display all messages in one panel
-Display each message in a separate panel
-Prevent the user from creating more than one message (with a db constraint)
-Prevent the user from creating more than one message by creating the message entry with a eventhandler/modelvalidator and then use IsInsertRecord = N on the tab so no more new entries can be created
I would like to hear your suggestions.