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

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

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

You are asked to transform PlannedOrder data into new ScheduledReceipt records, assuming just one PartSource per part and no maximum quantity. You need to filter the PlannedOrder records to ensure you do not try to create any ScheduledReceipt records which already exist. The workbook includes a worksheet, LKPScheduledReceipt, on existing converted ScheduledReceipts and follows Kinaxis best practices.

In this situation, which filter expression will follow KInaixs best practices and provide the best performance to include PlannedOrder records that do not match existing ScheduledReceipt records?


A.

( Lookup({Part.Name,Part.Site.Value, DueDate}, LKPScheduledReceipt!, “N”, LKPScheduledReceipt!Exists) = “N” )


B.

NOT {Part, DueDate} IN LKPScheduledReceipt!


C.

NOT IsNull ( Lookup ({Part.Name, Part.Site.Value, DueDate}, LKPScheduledReceipt!, Null(Mfg::ScheduledReceipt), Exact, LKPScheduledReceipt!Self ))


D.

NOT {Part.Name, Part.Site.Value, DueDate} IN LKPScheduledReceipt!


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.