Valid ACD201 Dumps shared by EduDump.com for Helping Passing ACD201 Exam! EduDump.com now offer the newest ACD201 exam dumps, the EduDump.com ACD201 exam questions have been updated and answers have been corrected get the newest EduDump.com ACD201 dumps with Test Engine here:
The synced record Task has a self-referential relationship defined in the column parentTaskId. There is a many-to-one record relationship between the id and parentTaskId called parentTask. For a given task ID, you need to return the task name and the parent task name. What should you do?
Correct Answer: B
Using a!queryRecordType() with a filter on the task ID and specifying both recordType!Task.name and recordType!Task.parentTask.name in the fields will efficiently return both the task name and its parent task name in a single query.