Help adding custom export field

Re: Help adding custom export field

by Chuck Kimball -
Number of replies: 0

Alexandre,

Your modification works well for deleting fields as well.  Thank you.

Perhaps you can help with this as well.  I want to add a field that shows the randomly generated number created by the Certificate module. 

In the Certificate module (certificate/lib.php) lines 1189-1193 create the number but I don't know where it is stored or how to retrieve it:

function certificate_generate_code() {
   return (random_string (10));

}

Thank you.

Chuck