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
9 months agoKimbery
9 months agoSolange
9 months agoFreeman
9 months agoNorah
9 months agoSolange
9 months agoSon
9 months agoChaya
9 months agoPenney
10 months agoChristoper
10 months agoAmmie
10 months agoDeandrea
10 months ago