What should you do to create the ABCCode key reference?
You have defined a new namespace, TRM. You now want to define a new table that has a key reference field to the Mfg::ABCCode table. However, in the Add Input Field dialog,ABCCode does not appear. What should you do to create the ABCCode key reference?A . Add the TRM namespace...
In this scenario, what should you do to enable this capability?
You are asked to restrict a worksheet so that users can only see data for the demand of the countries that they should have permission to see. A field has been added to the IndependentDemand table, which is a reference to a custom table called Country. Each user may have...
Which expression would display the number of the calendar week?
You need to create an expression that displays the number of the calendar week from the beginning of the year, for example, 01 January 2017 to 07 January 2017 = week 1. The calendar is based on a January to December fiscal year. The Calendar table has the values shown...
What should you do to accomplish this task?
You are creating a resource that is designed to evaluate the impact of converting planned orders to scheduled receipts. After the evaluation is complete, you want to provide users the opportunity to push their changes to the parent scenario. Users will be using their scenarios to consider changes to lead...
Which three actions would accomplish this task?
A client wants to provide their sales staff the ability to add forecasts for the global total of demand across all SKUs by each customer by month. The client wants to use their historical demand to allocate from a monthly forecast to a weekly forecast. Which three actions would accomplish...
Which expression accomplishes this task?
You have a worksheet based on the Part table. You want to know the total number of unique customers that have orders for each part. Which expression accomplishes this task?A . COUNT IndependentDemands {Order.Customer:Sum}B . COUNT IndependentDemands {Order.Customer:By}C . COUNT IndependentDemands {Order.Customer<>''}D . SUM IndependentDemands{Order.Customer:Sum}View AnswerAnswer: B Explanation: To determine...
Which two violations of Kinaxis best practice are shown in the graphic? (Choose two.)
Which two violations of Kinaxis best practice are shown in the graphic? (Choose two.) A. The key field contains the table name. B. The Line should be a number field. C. The deployment name prefix is included in the OrderId field. D. OnTimeQty should specify the data type in the...
How would you accomplish this task?
You are asked to create a worksheet that shows which process orchestration activity performers are late and how much they are late for each activity. There could be more than one performer per activity. How would you accomplish this task?A . Create a worksheet based on the Assignment table in...
In this situation, what is the chosen line of descent from the query engine?
The graphic shows a path to generate a list of customer prices with record counts for each table in the path. Given the following filter expression: Part.ProductNumber.ProductGroup.ProductFamily In ('bikes','trikes') AND Customer.Country IN ("US", "CA") In this situation, what is the chosen line of descent from the query engine?A . Country...
Which expression will accomplish this task?
You have a worksheet showing work orders. You are asked to report the date used to convert the calculated field EffectiveUnitPrice. Which expression will accomplish this task?A . DATEVALUE(EffectiveUnitPrice)B . CONVERTONDATE(EffectiveUnitPrice, $ConversionDate)C . DATETIMEVALUE(EffectiveUnitPrice)D . ASSOCIATEDDATE(EffectiveUnitPrice)View AnswerAnswer: B Explanation: To report the date used to convert the calculated field EffectiveUnitPrice,...