Spring Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Appian Senior Developer ACD201 Question # 4 Topic 1 Discussion

Appian Senior Developer ACD201 Question # 4 Topic 1 Discussion

ACD201 Exam Topic 1 Question 4 Discussion:
Question #: 4
Topic #: 1

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?


A.

Use a!queryRecordType() With a filter on the task id, with fields specified to return recordType!Task.name and recordType!Task.parentTask.name.


B.

Create a sync-time custom record field on the Task record called parentName. Specify this field to return in the query field selection.


C.

Use a!queryRecordType() filtered on the task id once to return the task name and parent task ID. Query the record again to return the parent task name.


Get Premium ACD201 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.