<h2>Encrypt fields using encryption configurations</h2><br/><div style="overflow-x:auto"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><meta content="text/html; charset=UTF-8" /><meta name="copyright" content="(C) Copyright 2025" /><meta name="DC.rights.owner" content="(C) Copyright 2025" /><meta name="generator" content="DITA-OT" /><meta name="DC.type" content="concept" /><meta name="DC.title" content="Encrypt fields using encryption configurations" /><meta name="abstract" content="Encrypt fields by creating encryption configurations." /><meta name="description" content="Encrypt fields by creating encryption configurations." /><meta name="DC.subject" content="Edge Encryption, instance configuration, field encryption, deactivate encryption, encryption deactivation, encryption type, deactivate, encryption job, decryption job" /><meta name="keywords" content="Edge Encryption, instance configuration, field encryption, deactivate encryption, encryption deactivation, encryption type, deactivate, encryption job, decryption job" /><meta name="DC.relation" scheme="URI" content="../../../administer/edge-encryption/concept/edge-config.html" /><meta name="DC.relation" scheme="URI" content="../../../administer/general/concept/platsec-landing.html" /><meta name="DC.relation" scheme="URI" content="../../../administer/encryption/concept/encryption.html" /><meta name="DC.relation" scheme="URI" content="../../../administer/edge-encryption/reference/edge-encryption.html" /><meta name="DC.creator" content="ServiceNow" /><meta name="DC.date.created" content="2023-08-03" /><meta name="DC.date.modified" content="2023-08-03" /><meta name="DC.format" content="XHTML" /><meta name="DC.identifier" content="c_ConfigureCloudEdge" /><link rel="stylesheet" type="text/css" href="../../../CSS/commonltr.css" /><title>Encrypt fields using encryption configurations</title></head><body> <div class="nested0" id="c_ConfigureCloudEdge"> <h1 class="title topictitle1" id="ariaid-title1">Encrypt fields using encryption configurations</h1> <div class="body conbody"><p class="shortdesc">Encrypt fields by creating encryption configurations.</p> <p class="p">To configure <span class="ph">Edge Encryption</span>, you must be connected to the instance through the proxy. Test all changes on a non-production instance before applying them to the production instance.</p> <div class="section"><h2 class="title sectiontitle">Define encryption keys</h2> <p class="p">After setting up one or more proxies and configuring a default encryption key, the instance verifies that the keys are available to all proxies. You can’t make an encryption key the default key unless all proxies have the key. After a default key is defined, you can create encryption configurations.</p> </div> <div class="section"><h2 class="title sectiontitle">Assign fields and attachments to be encrypted</h2> <div class="p">Assigning fields and attachments to be encrypted means assigning an encryption type to the field or attachment. Before marking a field as encrypted, evaluate these issues.<ul class="ul" id="c_ConfigureCloudEdge__ul_sg2_q4g_x5"><li class="li">Determine what system features might be impacted.</li><li class="li">Examine all scripts for use of the field.</li><li class="li">Make any desired adjustments to the field size. After a field has been configured for encryption, the field size can’t be changed.</li></ul> </div> <p class="p">Marking a field to be encrypted expands the field size to store the encrypted data. The process of expanding the field size can take a long time, depending on the number of records in the table.</p> </div> <div class="section" id="c_ConfigureCloudEdge__section_vzm_vxk_znb"><h2 class="title sectiontitle">API support</h2> <p class="p"><span class="ph">Field Encryption</span> updates the <code class="ph codeph">setDisplayValue()</code> and <code class="ph codeph">setValue()</code> APIs so they can insert encrypted data for encrypted fields. It also enables <code class="ph codeph">getDisplayValue()</code> and <code class="ph codeph">getValue()</code> to return cleartext values.</p> <p class="p">The following script illustrates these API changes when the Incident short description is encrypted:</p> <div class="p"><pre class="pre codeblock"><code> var gr = new GlideRecord('incident'); //creates a new incident gr.setValue('short_description','test123'); //sets the value to test123 var sys_ID = gr.insert(); //inserts the record in the Incident table. gs.info(gr.getValue('short_description')); //displays the unencrypted value </code></pre></div> <p class="p">When using <code class="ph codeph">getValue()</code> to get encrypted text, your script no longer returns the ciphertext. Your script returns the plaintext, assuming that the user has access to the cryptographic module. <code class="ph codeph">getValue()</code> returns the ciphertext if the user doesn’t have access to the cryptographic module.</p> </div> </div> <div class="related-links"> <div class="familylinks"> <div class="parentlink"><strong>Parent Topic:</strong> <a class="link" href="../../../administer/edge-encryption/concept/edge-config.html" title="After the Edge Encryption proxy server is installed and running, manage Edge Encryption through the proxy server.">Configuring Edge Encryption</a></div> </div> </div><div class="topic task nested1" id="t_ConfigureFieldEncryption"> <h2 class="title topictitle2" id="ariaid-title2">Create a field encryption configuration</h2> <div class="body taskbody"><p class="shortdesc">Select the fields to be encrypted and identify the encryption type.</p> <div class="section prereq p"> <p class="p">Role required: security_admin</p> </div> <ol class="ol steps"><li class="li step stepexpand"> <span class="ph cmd">Navigate to <span class="ph menucascade"><span class="ph uicontrol">All</span> > <span class="ph uicontrol">Edge Encryption Configuration</span> > <span class="ph uicontrol">Encryption Configurations</span> > <span class="ph uicontrol">Create New</span></span>.</span> </li><li class="li step stepexpand"> <span class="ph cmd">Complete the form.</span> <div class="itemgroup info"> <div class="p"> <div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="t_ConfigureFieldEncryption__table_nb5_jkf_4r" class="table" frame="border" border="1" rules="all"><colgroup><col /><col /></colgroup><thead class="thead" style="text-align:left;"><tr class="row"><th class="entry cellrowborder" style="vertical-align:top;" id="d64116e269">Field</th><th class="entry cellrowborder" style="vertical-align:top;" id="d64116e272">Description</th></tr></thead><tbody class="tbody"><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e269 ">Table</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e272 ">The table that contains the field to be encrypted.</td></tr><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e269 ">Type</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e272 ">Whether to encrypt a table column or attachments for the table. Select <span class="ph uicontrol">Column</span>.</td></tr><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e269 ">Column</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e272 ">The field to be encrypted. Appears only when the <span class="ph uicontrol">Type</span> is <span class="ph uicontrol">Column</span>.<div class="p">Only String, Date, Date/Time, Journal, Journal Input, and URL fields are supported.<ul class="ul" id="t_ConfigureFieldEncryption__ul_k1q_xtg_3fb"><li class="li"><span class="ph uicontrol">String and URL fields</span>: You can add an encryption configuration to either a parent table or a child table.</li><li class="li"><span class="ph uicontrol">Date and Date/Time fields</span>: You can add an encryption configuration to a parent table only. You cannot add a new encryption configuration to a child table.</li></ul> <div class="note"><span class="notetitle">Note:</span> Depending on the number of records affected by the Date and Date/Time fields you are encrypting, it may take up to a few minutes to create the encryption configuration. Make sure that you create the encryption configuration for Date and Date/Time fields when transaction volume on the instance is low.</div> </div> </td></tr><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e269 ">Encryption type</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e272 ">The encryption type to use.</td></tr></tbody></table> </div> <div class="note"><span class="notetitle">Note:</span> A specific table and field combination can have only one active configuration at a time.</div> </div> </div> </li><li class="li step stepexpand"> <span class="ph cmd">Click <span class="ph uicontrol">Submit</span>.</span> </li></ol> <div class="section postreq"> <p class="p">After you add the encryption configuration record, you can create an encryption job to encrypt existing data. If you do not run an encryption job, Edge encrypts the existing data the next time the data changes. For details, see <a class="xref" href="c_ConfigureCloudEdge.html#t_RuntheEncryptionJob" title="You can schedule a job to find and encrypt any unencrypted data in a specified field, using the default encryption key configured for the field. If you do not create an encryption job after configuring a field for encryption, only new values are encrypted.">Schedule an encryption job</a>.</p> </div> </div> </div> <div class="topic task nested1" id="create-var-encryption"> <h2 class="title topictitle2" id="ariaid-title3">Create a variable encryption configuration</h2> <div class="body taskbody"><p class="shortdesc">Select service catalog variables to be encrypted and identify the encryption type.</p> <div class="section prereq p" id="create-var-encryption__prereq_jnv_lqk_5tb"> <p class="p">Role required: security_admin</p> </div> <ol class="ol steps" id="create-var-encryption__steps_knv_lqk_5tb"><li class="li step stepexpand"> <span class="ph cmd">Navigate to <span class="ph menucascade"><span class="ph uicontrol">All</span> > <span class="ph uicontrol">Edge Encryption Configuration</span> > <span class="ph uicontrol">Variable Encryption Configuration</span></span>.</span> </li><li class="li step stepexpand"> <span class="ph cmd">In the <span class="ph uicontrol">Edge Encryption Variable Configurations</span> list, click <span class="ph uicontrol">New</span>.</span> </li><li class="li step stepexpand"> <span class="ph cmd">Complete the form.</span> <div class="itemgroup info"> <div class="p"> <div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="create-var-encryption__table_nb5_jkf_4r" class="table" frame="border" border="1" rules="all"><colgroup><col /><col /></colgroup><thead class="thead" style="text-align:left;"><tr class="row"><th class="entry cellrowborder" style="vertical-align:top;" id="d64116e464">Field</th><th class="entry cellrowborder" style="vertical-align:top;" id="d64116e467">Description</th></tr></thead><tbody class="tbody"><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e464 ">Variable</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e467 ">The variable to be encrypted.</td></tr><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e464 ">Encryption type</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e467 ">The encryption type to use.</td></tr></tbody></table> </div> </div> </div> </li><li class="li step stepexpand"> <span class="ph cmd">Click <span class="ph uicontrol">Submit</span>.</span> </li></ol> <div class="section postreq" id="create-var-encryption__postreq_lnv_lqk_5tb"> <p class="p">After you add the encryption configuration record, you can create an encryption job to encrypt existing data. If you do not run an encryption job, Edge encrypts the existing data the next time the data changes. For details, see <a class="xref" href="c_ConfigureCloudEdge.html#t_RuntheEncryptionJob" title="You can schedule a job to find and encrypt any unencrypted data in a specified field, using the default encryption key configured for the field. If you do not create an encryption job after configuring a field for encryption, only new values are encrypted.">Schedule an encryption job</a>.</p> </div> </div> </div> <div class="topic task nested1" id="t_DeactivateAnEncryptConfig"> <h2 class="title topictitle2" id="ariaid-title4">Deactivate an encryption configuration</h2> <div class="body taskbody"><p class="shortdesc">After configuring a field or a table's attachments to be encrypted, you can stop encryption by deactivating the encryption configuration. After deactivating encryption, you can run a Decryption job for fields or an Attachment Decryption job for attachments to remove the encrypted data from the instance.</p> <div class="section prereq p"> <p class="p">Role required: security_admin</p> </div> <div class="section context"> <div class="p"><div class="note warning"><span class="warningtitle">Warning:</span> Deactivating an encryption configuration does not delete the encryption record and the encryption type cannot be changed.</div> </div> </div> <ol class="ol steps"><li class="li step stepexpand"> <span class="ph cmd">Navigate to <span class="ph menucascade"><span class="ph uicontrol">Edge Encryption Configuration</span> > <span class="ph uicontrol">Edge Encryption Configurations</span> > <span class="ph uicontrol">All</span></span>.</span> <div class="itemgroup stepresult">The <span class="ph uicontrol">Edge Encryption Configurations</span> list is shown.</div> </li><li class="li step stepexpand"> <span class="ph cmd">Click on the encryption configuration to be deactivated.</span> <div class="itemgroup stepresult">The <span class="ph uicontrol">Edge Encryption Configuration</span> form is shown.</div> </li><li class="li step stepexpand"> <span class="ph cmd">Click on the <span class="ph uicontrol">Active</span> box.</span> <div class="itemgroup stepresult">The <span class="ph uicontrol">Active</span> box is clear.</div> </li><li class="li step stepexpand"> <span class="ph cmd">Click <span class="ph uicontrol">Update</span>.</span> <div class="itemgroup stepresult">The <span class="ph uicontrol">Edge Encryption Configurations</span> list is shown.</div> </li></ol> <div class="section postreq"> <p class="p">You can run a Decryption or Attachment Decryption job to decrypt data on the instance. If you do not run a job, the encrypted data is decrypted the next time it is changed.</p> </div> </div> </div> <div class="topic task nested1" id="t_RuntheEncryptionJob"> <h2 class="title topictitle2" id="ariaid-title5">Schedule an encryption job</h2> <div class="body taskbody"><p class="shortdesc">You can schedule a job to find and encrypt any unencrypted data in a specified field, using the default encryption key configured for the field. If you do not create an encryption job after configuring a field for encryption, only new values are encrypted.</p> <div class="section prereq p"> <p class="p">Role required: security_admin</p> </div> <ol class="ol steps"><li class="li step stepexpand"> <span class="ph cmd">Navigate to <span class="ph menucascade"><span class="ph uicontrol">Edge Encryption Configuration</span> > <span class="ph uicontrol">Encryption Configurations</span> > <span class="ph uicontrol">All</span></span> to create a job for a field or <span class="ph menucascade"><span class="ph uicontrol">Edge Encryption Configuration</span> > <span class="ph uicontrol">Variable Encryption Configuration</span></span> to create a job for a variable.</span> </li><li class="li step stepexpand"> <span class="ph cmd">Click the field that you want to schedule an encryption job for.</span> </li><li class="li step stepexpand"> <span class="ph cmd">Under <span class="ph uicontrol">Related Links</span>, click <span class="ph uicontrol">Schedule Mass Encryption Job</span>.</span> <div class="itemgroup info"> <p class="p">The <span class="ph uicontrol">Scheduled Encryption Job</span> form is shown with all fields populated. The bottom of the form shows records for any previous job executions.</p> </div> </li><li class="li step stepexpand"> <span class="ph cmd">Fill in the fields on the form, as appropriate.</span> <div class="itemgroup info"> <div class="p"> <div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="t_RuntheEncryptionJob__table_xss_4g2_zs" class="table" frame="border" border="1" rules="all"><colgroup><col /><col /></colgroup><thead class="thead" style="text-align:left;"><tr class="row"><th class="entry cellrowborder" style="vertical-align:top;" id="d64116e782">Field</th><th class="entry cellrowborder" style="vertical-align:top;" id="d64116e785">Value</th></tr></thead><tbody class="tbody"><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e782 ">Name</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e785 ">Enter a descriptive name.</td></tr><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e782 ">Active</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e785 ">Clear this check box if you want to deactivate this job.</td></tr><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e782 ">Job Type</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e785 ">Select <span class="ph uicontrol">Encryption</span>.</td></tr><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e782 ">Table</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e785 ">Select a table.</td></tr><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e782 ">Column</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e785 ">Select a column.</td></tr><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e782 ">Estimated record count</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e785 "><span class="ph">Total estimated number of records to process. Populates after selecting <span class="ph uicontrol">Estimate Record Count</span>.</span></td></tr><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e782 ">Process Historical Records</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e785 "><span class="ph">Select to process historical records in the Audit table if the field is audited. When encrypting historical records for a field in the Audit table, both new values and old values are encrypted.</span> <p class="p"><span class="ph">To learn more about audited fields, see <a class="xref" href="../../time/concept/c_AuditedTables.html" title="Track record changes on auditing-enabled tables. By default, the system tracks changes to the incident, change, and problem tables, among others.">Auditing</a>.</span></p> </td></tr><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e782 ">Estimate Maximum Audit Record Count</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e785 "><span class="ph">Estimated maximum number of audited records to process. Populates after selecting <span class="ph uicontrol">Estimate Record Count</span>. This field is only visible when <span class="ph uicontrol">Process Historical Records</span> is selected.</span> <div class="p"><div class="note"><span class="notetitle">Note:</span> The estimate may be larger than the actual number of records processed.</div> </div> </td></tr><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e782 ">Run</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e785 ">Select the period between job executions.</td></tr><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e782 ">Starting</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e785 ">Enter the date and time to run the job for the first time.</td></tr></tbody></table> </div> </div> </div> </li><li class="li step stepexpand"> <span class="ph cmd">Click the menu icon in the form header and select <span class="ph uicontrol">Save</span>.</span> </li><li class="li step stepexpand"> <span class="ph cmd">To see an estimated count of records to be updated, click <span class="ph uicontrol">Estimate Record Count</span>.</span> </li><li class="li step stepexpand"> <span class="ph cmd">To run the job immediately, click <span class="ph uicontrol">Execute Now</span>.</span> </li></ol> </div> </div> <div class="topic task nested1" id="t_RuntheDecryptionJob"> <h2 class="title topictitle2" id="ariaid-title6">Schedule a decryption job</h2> <div class="body taskbody"><p class="shortdesc">You can schedule a job to decrypt data in an encrypted field, to store clear data in the instance.</p> <div class="section prereq p"> <div class="p"><div class="note"><span class="notetitle">Note:</span> You must mark the encryption record for the field as inactive (clear the <span class="ph uicontrol">Active</span> box) in order to run the decryption job.</div> </div> <p class="p">Role required: security_admin</p> </div> <ol class="ol steps"><li class="li step stepexpand"> <span class="ph cmd">Navigate to <span class="ph menucascade"><span class="ph uicontrol">Edge Encryption Configuration</span> > <span class="ph uicontrol">Encryption Configurations</span> > <span class="ph uicontrol">All</span></span> to create a job for a field or <span class="ph menucascade"><span class="ph uicontrol">Edge Encryption Configuration</span> > <span class="ph uicontrol">Variable Encryption Configuration</span></span> to create a job for a variable.</span> </li><li class="li step stepexpand"> <span class="ph cmd">Click the field that you want to decrypt.</span> </li><li class="li step stepexpand"> <span class="ph cmd">Under <span class="ph uicontrol">Related Links</span>, click <span class="ph uicontrol">Schedule Mass Decryption Job</span>.</span> <div class="itemgroup info"> <p class="p">The <span class="ph uicontrol">Scheduled Encryption Job</span> form is shown with all fields populated. The bottom of the form shows records for previous job executions.</p> </div> </li><li class="li step stepexpand"> <span class="ph cmd">Fill in the fields on the form, as appropriate.</span> <div class="itemgroup info"> <div class="p"> <div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="t_RuntheDecryptionJob__table_xss_4g2_zs" class="table" frame="border" border="1" rules="all"><colgroup><col /><col /></colgroup><thead class="thead" style="text-align:left;"><tr class="row"><th class="entry cellrowborder" style="vertical-align:top;" id="d64116e1079">Field</th><th class="entry cellrowborder" style="vertical-align:top;" id="d64116e1082">Value</th></tr></thead><tbody class="tbody"><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e1079 ">Name</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e1082 ">Enter a descriptive name.</td></tr><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e1079 ">Job Type</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e1082 ">Select <span class="ph uicontrol">Decryption</span>.</td></tr><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e1079 ">Active</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e1082 ">Clear this check box if you want to deactivate this job.</td></tr><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e1079 ">Table</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e1082 ">Select a table.</td></tr><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e1079 ">Column</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e1082 ">Select a column.</td></tr><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e1079 ">Estimated record count</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e1082 "><span class="ph">Total estimated number of records to process. Populates after selecting <span class="ph uicontrol">Estimate Record Count</span>.</span></td></tr><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e1079 ">Process Historical Records</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e1082 "><span class="ph">Select to process historical records in the Audit table if the field is audited. When encrypting historical records for a field in the Audit table, both new values and old values are encrypted.</span> <p class="p"><span class="ph">To learn more about audited fields, see <a class="xref" href="../../time/concept/c_AuditedTables.html" title="Track record changes on auditing-enabled tables. By default, the system tracks changes to the incident, change, and problem tables, among others.">Auditing</a>.</span></p> </td></tr><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e1079 ">Estimate Maximum Audit Record Count</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e1082 "><span class="ph">Estimated maximum number of audited records to process. Populates after selecting <span class="ph uicontrol">Estimate Record Count</span>. This field is only visible when <span class="ph uicontrol">Process Historical Records</span> is selected.</span> <div class="p"><div class="note"><span class="notetitle">Note:</span> The estimate may be larger than the actual number of records processed.</div> </div> </td></tr><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e1079 ">Run</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e1082 ">Select the period between job executions.</td></tr><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e1079 ">Starting</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d64116e1082 ">Enter the date and time to run the job for the first time.</td></tr></tbody></table> </div> </div> </div> </li><li class="li step stepexpand"> <span class="ph cmd">Click the menu icon in the form header and select <span class="ph uicontrol">Save</span>.</span> </li><li class="li step stepexpand"> <span class="ph cmd">To see an estimated count of records to be updated, click <span class="ph uicontrol">Estimate Record Count</span>.</span> </li><li class="li step stepexpand"> <span class="ph cmd">To run the job immediately, click <span class="ph uicontrol">Execute Now</span>.</span> </li></ol> </div> </div> </div> </body></html></div>