Certificate.description

Property Description

A description of the certificate record.

Type

string

Module

N/certificateControl Module

Parent Object

certificateControl.Certificate

Sibling Object Members

Certificate Object Members

Since

2019.2

Syntax

Important:

The following code sample shows the syntax for this member. It is not a functional example. For a complete script example, see N/certificateControl Module Script Samples.

            // Add additional code
...

//load the certificate record object
var loadedCertificate = cc.loadCertificate({
    scriptId : 'custcertificate_testid'
    });
//update the description for the certificate record
loadedCertificate.description = 'Test Certificate Description'
//save the updated certificate record
loadedCertificate.save();
...
// Add additional code 

          

Related Topics

General Notices