I am modifying the Sales Desktop for our use.
The issue I am having is that one of the NEW MenuButton refuses to be enabled.
See the attached
No matter what I do, I cannot enable this button
I even go into the database table and make the change and it goes back to disabled
<item row="0" column="1">
<widget class="MenuButton" name="_dx_orders">
<property name="enabled">
<bool>true</bool>
</property>
<property name="image">
<string>order_add_48</string>
</property>
<property name="label">
<string>DX Orders</string>
</property>
<property name="actionName" stdset="0">
<string>po.dx_orders</string>
</property>
</widget>
</item>
What do I have to do to enable this button, JCOABB.