The default setting for Yes/No attributes, right now is On/Off-not ‘Yes/No’. Everytime I create a Yes/No attribute I have to go in and change the Widget setting to ‘Switch’ (Yes, I know that can be set in the Style) and then change the ‘Yes’ string to ‘Yes’ and the ‘No’ string to ‘No’. Having access to something where I could set the default would be really helpful.
Yes/No string support will be added to form styles in the next version
It would also be nice to be able to change the Default Icon and its color for each operation that might be used on either ‘Operations with Records’ or ‘Panel Operations’
We'll add it to the TODO list
1. When defining a Grid I want to have Edit and Delete buttons on each row. No Problem. I define an Edit operation, but I only want someone defined as an Admin to add new records. I click on the Elipsis next to the Applicable setting. I start to type ‘L’ (intending to enter LoggedInRegularUser.Access=’Admin’), but I immediately get an “Internal Error” message and cannot type anything else. The details just say ‘java.lang.NullPointerException’.
This will be fixed in the new version
2. Panel Operations - I want to add an Operation to Add New Records. On a ‘normal’ grid I can add an operation to add a new record and select a type of ‘Create Object’. The only type available on a Grid Style is ‘Add New Record (inline editing)’.
You cannot use "Create Object" in styles - styles are independent of business spaces and the Create Object operation needs to know the name of the object
3. I want my Query rows to be thinner. I have a CSS Class defined called ‘thinrows’. No place to put that on the Grid Style Properties. So I have to change it after I apply the style.
Support for CSS classes will be added to form and grid styles in the next version