KX3-003 試験問題を無料オンラインアクセス
| 試験コード: | KX3-003 |
| 試験名称: | Certified RapidResponse Author Level 3 Exam |
| 認定資格: | Kinaxis |
| 無料問題数: | 62 |
| 更新日: | 2026-06-11 |
You want to control how available dates are calculated for your vendor managed parts' supplies and demands.
In this situation, which control table would you need to configure?

You are creating a new script that must insert a new customer record, archive that record weekly in a new scenario, and then commit the child scenario to a parent scenario. You already have a script that commits child scenarios.
Referring to the graphic, which code will call the script that commits child scenarios in your new script?
At a customer site, there are multiple TimePhasedSafety records that are duplicated in the Baseline scenario.
This is caused by the cross-scenario update from a child scenario.
What are two Kinaxis best practices for cross-scenario updates to prevent this situation? (Choose two.) Choose 2 answers
You want to compare the performance of two similar worksheets in a private scenario, but you need to ensure that neither worksheet takes advantage of cached results.
In this situation, before capturing the performance results, how would you accomplish this task?
var dataArray = [[line, orderNo, site, orderType, partName, site, dueDate, quantity]]; var dataSettings = {scenarios: [scenario], filter: fAllParts, siteGroup: sgSite} var wbOrderChng = rapidResponse.workbooks.get({name:'Change Orders', scope:'Private'}, dataSettings); var cmdDeleteData= wbOrderChng.commands.get('DeleteData'); var wsOrderChng = wbOrderChng.worksheets.get('ChangeOrders') Which two lines of code would potentially delete records in a table if they appeared after the code shown in the exhibit? (Choose two.) Choose 2 answers