- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2025 08:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2025 01:19 AM
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2025 01:03 AM
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2025 05:18 AM - edited ‎11-03-2025 07:45 AM
(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);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2025 09:02 PM - edited ‎10-21-2025 09:05 PM
.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2025 11:21 PM
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;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2025 11:44 PM
Hi @munukuntlak
- Log in to Webassessor using your credentials.
- Go to My Profile or Account Settings.
- Update your name to the desired format (full name, initials, etc.).
- 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.
