Kinaxis Certified RapidResponse Author Level 3 Exam KX3-003 Question # 10 Topic 2 Discussion

Kinaxis Certified RapidResponse Author Level 3 Exam KX3-003 Question # 10 Topic 2 Discussion

KX3-003 Exam Topic 2 Question 10 Discussion:
Question #: 10
Topic #: 2

KX3-003 Question 10

Given the worksheet properties shown in the exhibit, which console output would exist for the following script?

var dataForInsert = [['1','BBy-LCD37','DC-Europe','DCRequest','LCD-3735','DC-Europe','06-01-20',147]];

var wbOrderChng = rapidResponse.workbooks.get({name:'Change Orders',scope:'Private'}, {scenarios: [scenario], filter: {name: 'All Parts', scope: 'Public'}, siteGroup: {name: site, scope: 'Public'}});

var wsOrderChng = wbOrderChng.worksheets.get('ChangeOrders');

var importResult = wsOrderChng.importData(dataForInsert); rapidResponse.console.writeLine(JSON.stringify(importResult));


A.

{"deleted":0,"modified":0,"inserted":1}


B.

1 record(s) inserted


C.

error 455: "importData failed. Delete modify not permitted"


D.

{"deleted":-1,"modified":-1,"inserted":1}


Get Premium KX3-003 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.