CIS-ITSM Certified Implementation Specialist - IT Service Management

Loading demo links...

Showing 19–20 of 20 questions

Question 19

A company has a custom object, Order__c, that has a required, unique, external ID field called Order_Number__c.

Which statement should be used to perform the DML necessary to insert new records and update existing records in a List of Order__c records?

Select an option, then click Submit answer.

  • upsert orders;

  • upsert orders Order_Number__c;

  • merge orders Order_Number__c;

  • merge orders;

Question 20

Which of the following is NOT an option in the incident's Resolution code drop down list?

Select an option, then click Submit answer.

  • Solved Remotely (Permanently)

  • Solved (Work Around)

  • Not Resolved (Too Costly)

  • Canceled by caller