User's Guide > About the User's Guide > Word and Excel Templates > Excel Templates > Accessing and Formatting Custom Date Fields
Accessing and Formatting Custom Date Fields
* 
This feature is available with Codebeamer 23.04 and above.
Custom field values can be accessed using the following expression:
${items.getCustomField(0)}
In cases where the date cell formatting is to be applied from a custom template, the date type custom fields should be accessed using the following expression:
${items.getCustomFieldDate(0)}
Alternatively, these fields can be accessed using their labels. For more information, see Accessing custom or customized fields by their labels.
Was this helpful?