Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

i want to CSA (servicenow) cerificate with my full name

munukuntlak
Tera Contributor

i want to CSA (servicenow) cerificate with my full name

1 ACCEPTED SOLUTION

Dr Atul G- LNG
Tera Patron
Tera Patron

Is issue still open @munukuntlak 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

View solution in original post

23 REPLIES 23

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @munukuntlak 

Your name appears on the certificate based on the details you provided in Webassessor. If you entered your full name there, it will appear in full on the certificate. Would you like to change it?

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

munukuntlak
Tera Contributor
(function(api) {
    var filter = [{
        "type": "$and",
        "conditions": [
            {"type": "$eq", "field": "IsPublished", "value": "true"},
            {
                "type": "$or",
                "conditions": [
                    {"type": "$null", "field": "LibraryPath"},
                    {"type": "$not", "field": "LibraryPath", "value": "/SMART/"}
                ]
            }
        ]
    }];
    
    var inputs = {
        source: "llsurfpsmlibrarycontents",
        filters: JSON.stringify(filter),
        offset: 0,
        limit: 1
    };
    
    var result = sn_fd.FlowAPI.getRunner()
        .action('x_snc_psm_bisops.get_sac_metrics_data')
        .inForeground()
        .withInputs(inputs)
        .run();
    
    var outputs = result.getOutputs();
    var response = JSON.parse(outputs.response);
    
    api.setResponseBody({
        count: response.totalNumberOfRecords || 0
    });
})(api);

munukuntlak
Tera Contributor

.

munukuntlak
Tera Contributor
var formatted = startTime.substring(0,4) + '-' +
                        startTime.substring(4,6) + '-' +
                        startTime.substring(6,8) + ' ' +
                        startTime.substring(9,11) + ':' +
                        startTime.substring(11,13) + ':' +
                        startTime.substring(13,15);
        var gdt = new GlideDateTime();
        gdt.setValue(formatted);
        var utcValue = gdt.getValue();
        var hhmm = utcValue.split(' ')[1].substring(0,5);
        entry.start_time = hhmm;

AbinC
Tera Guru

Hi @munukuntlak 

  1. Log in to Webassessor using your credentials.
  2. Go to My Profile or Account Settings.
  3. Update your name to the desired format (full name, initials, etc.).
  4. Save the changes.

If the certificate has already been issued, you may need to contact Webassessor support or the certifying organization to request a reissue with the corrected name.

Would you like me to provide:

  • A step-by-step guide for updating your Webassessor profile?
  • Or the contact details for Webassessor support?

If anymore issue please do raise a ticket with servicenow 


If my response proves useful, please do  " Accept as Solution" and " Helpful." This action benefits both the community and me.