Salesforce Certified B2C Commerce 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
10 months agoKimbery
10 months agoSolange
10 months agoFreeman
11 months agoNorah
11 months agoSolange
11 months agoSon
11 months agoChaya
11 months agoPenney
11 months agoChristoper
11 months agoAmmie
11 months agoDeandrea
11 months ago