---
title: "Custom Fields - Setting Values"
canonical: "https://support.appfire.com/space/PSCONF/15305639/Custom%20Fields%20-%20Setting%20Values"
format: markdown
---
> Macro (aura-html)

> Macro (excerpt)
> 
> ### Example 1 - By name
> 
> ```
> Color = "Red";
> ```
> 
> ### Example 2 - By id
> 
> ```
> customfield_12345 = "Blue";
> ```
> 
> ### Example 3 - By alias
> 
> ```
> productColor = "Green";
> ```