Salesforce Certified B2C Commerce Cloud Developer (Comm-Dev-101) Exam - Topic 10 Question 15 Discussion
Given a job step configured in the steptype.json, a developer needs to add a custom status code''No_FILES_FOUND''.Which code snippet will complete the requirement?
B) var status = require('dw/system/status');
return new Status(Status.OK, 'NO_FILES_FOUND');
A) var status = {success: 'OK'. Message: 'NO_FILES_FOUND'};
return status;
C) this.status = 'NO_FILES_FOUND'
return this;
D) return 'NO_FILES_FOUND
Catrice
7 months agoKimbery
7 months agoSolange
7 months agoFreeman
8 months agoNorah
8 months agoSolange
8 months agoSon
8 months agoChaya
8 months agoPenney
8 months agoChristoper
8 months agoAmmie
8 months agoDeandrea
8 months ago