> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Edit Custom Field

Update a custom order metadata field by its ID.

<Note>
  External Documentation

  To learn more, visit the [DigiCert documentation](https://dev.digicert.com/certcentral-apis/services-api/account/edit-custom-field.html).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                        |
  | --------------- | -------------------------------------------------------------------------------------------------- |
  | Data Type       | Select the input type accepted by the custom field.                                                |
  | Is Active       | Select to set the custom field as active and visible on order forms.                               |
  | Is Required     | Select to make this custom field mandatory when creating orders.                                   |
  | Label           | The display name for the custom order field.                                                       |
  | Metadata ID     | Select the ID of the custom field to update. Can be obtained from the `List Custom Fields` action. |
  | Show In Receipt | Select to display this custom field on order receipts.                                             |
</div>

## Workflow Library Example

[Edit Custom Field with Digicert and Send Results Via Email](https://library.blinkops.com/workflows/edit-custom-field-with-digicert-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/edit-custom-field-with-digicert-and-send-results-via-email/canvas" />
</div>
