You are asked to report data based on the ScheduledReceipt table that also displays information from a custom table, WorkOrderInfo. There will be at most one WorkOrderInfo record for any ScheduledReceipt record and WorkOrderInfo will be used often in worksheets reporting ScheduledReceipt data.
Following Kinaxis best practices, what should you do to accomplish this task?
After the most recent planning cycle, a planner asks you why there were no new records in the HistoricalPartKPI table. They expected these records to be written as part of a scheduled automation chain. You must determine if the automation chain has been disabled, but you are not familiar with which automation chain should perform this action. As the first step in identifying the automation chain, you need to search for any of its associated resources.
In this situation, which process would guarantee that you have the correct associated resources of the automation chain?
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?
A part has demands on 06-01, 06-04, and 06-05 as shown in the exhibit. The part source has this configuration:
Referring to the graphic, which table shows the resulting planned orders?
You want to create a workbook command that deletes records in theHistoricalDemandActual table that are more than a year old. You want to perform this action automatically once a week, without having to manually run the command.
In this situation, which two statements are true? (Choose two.)
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 are asked to populate the PartSource BaseKey to ensure unique key values.
In this situation, which expression would create uniqueness while saving memory?
You are asked to create a workbook that identifies the change in IndependentDemandAvailableDate in workdays from a child scenario to its parent.
Which worksheet properties shown in the graphic identifies the correct configuration and expression?
Referring to the Supply and Demands shown in the graphic, and taking priorities into consideration, which scheduled receipts (SR) will be allotted to Demand 2?
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
You are asked to improve the performance of a worksheet based on the WhereConsumedForDemand table. You notice there is no filter control selected.
Which type of filter will improve performance?
You want to improve performance by enabling caching on the worksheet shown in the exhibit. The worksheet is based on the CTPActivity table.
Which expression must you migrate to the secondary filter expression box to accomplish this task?
You have a new demand for 800 units of a product. SourceRule.AllotmentRule for this part is set to OnGoing.
Referring to the graphic, which planned order results will be created to satisfy this demand?