...
Type of Field | New Value formatting | Notes |
---|---|---|
Boolean (check box) | true or false | Entering the value "true" will populate the checkbox. Entering the value "false" will leave the box unchecked. |
Text | "text" | Must include the quotations around the value that should appear in the field. |
Date | ('MM/DD/YYYY') | Enter the date that should appear in the field instead of MM/DD/YYYY. Must be formatted with all digits in the definition. |
Calendar Date | org.ssdt_ohio.model.util.DateConverter.convertDate('MM/DD/YY') | Some date fields require conversion to a Calendar date format so this more complex formatting for the value would be used. An example would be start/stop dates on Expenditure Accounts. |
Info | ||
---|---|---|
| ||
If trying to mass change a field to blank, the word "null" (no quotation marks) can usually be entered as the New Value. |
...