Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
ADempiere's Default Logic concept is useful when we want to assign some default value to a field. The default value can be a static value or can be a derived value. In the MOM window, we have the Start Date field, which we would like to default to the current date so that when a user creates a MOM, it is pre-populated and the user is allowed to change it, if needed. Let us see how we can accomplish this by using the Default Logic concept.
Log in as System/System with the System Administrator role.
Go to the Window, Tab, and the Field window and open the detail of the Start Date field of the MOM tab on the Field tab.
Specify @Date@ as the field value of Default Logic.
Go to the Minutes Of Meeting window.
Click on the New Record toolbar button. This will populate the Start Date with the current date, using the Default Logic.