Kinaxis KX3-003 Certified RapidResponse Author Level 3 Exam Online Training
Kinaxis KX3-003 Online Training
The questions for KX3-003 were last updated at Feb 20,2025.
- Exam Code: KX3-003
- Exam Name: Certified RapidResponse Author Level 3 Exam
- Certification Provider: Kinaxis
- Latest update: Feb 20,2025
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 permission to see the demands from one or more countries, and each country can be seen by one or more users. They should be able to see data from multiple countries in the worksheet at the same time.
In this scenario, what should you do to enable this capability?
- A . Create a $DmdCountry list workbook variable with a query generated list of values based on the Country table. Add the expression UserInGroup ($User, ‘DemandPlanners’) to the variable filter and then in the column properties conditionally hide the column using the $DmdCountry = False expression.
- B . Create a $DmdCountry text workbook variable with the expression UserInGroup ($User, ‘DemandPlanners’). Add the $DmdPlanners = TRUE expression to the worksheet.
- C . Build a Responsibility definition based on the Country table and assign the users to all of the countries that they should have permission to see. Add a responsibility column to the worksheet so users can select their country.
- D . Create a $DmdCountry profile variable and assign the country names to each user. Add the expression IF ($DmdCountry = "’*’", TRUE, User::DmdCountry IN eval($DmdCountry)) to the worksheet filter.
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 field name.
You need to create a workbook to allow users to manage their demand forecast by product, customer region, and distribution site. You also want to simplify user controls and use hierarchies to allow each user to make several selections in the same hierarchy.
In this situation, which two actions should you take? (Choose two.)
- A . Select Part as the basis for workbook filtering.
- B . Disable the default Site filter.
- C . Enable the Include hierarchy columns option.
- D . Ensure a Hierarchy is available for users to select regional distribution sites.
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?
- A . Supplier1: quantity 250
Supplier2: quantity 750 - B . Supplier1: quantity 750
Supplier2: quantity 250 - C . Supplier1: quantity 1000
- D . Supplier2: quantity 1000
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 time, constraint available, and other planning parameters. The company policy stipulates that lead times cannot be adjusted in any shared scenarios.
What should you do to accomplish this task?
- A . Restrict the user to view only access to the parent scenario.
- B . Develop a cross scenario data change.
- C . Apply a perspective when creating your scenario.
- D . Export your changes to a .tab file and import to a scenario.
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 in the graphic.
Which expression would display the number of the calendar week?
- A . (today – (today + 0 Year) Week)
- B . (today – (today + 0 Year) Week) +1
- C . (today + 0 Week)
- D . (today + 0 Week) + 1
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 . Close the workbook and reopen it.
- B . Close the workbook and also close any library workbooks it uses, then reopen the workbook.
- C . Edit the Description field for OnHandType.
- D . Edit the Description field for the selected parts.
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)
You want to enable data caching on the worksheet shown in the graphic.
Which two actions will accomplish this task? (Choose two.)
- A . Remove the bucketing by DueDate.
- B . Remove the hierarchy column.
- C . Remove the currency column.
- D . Disable the Use As Reference checkbox on the Part column.
You are developing a worksheet that will be used to run a script through a form. For the script to work properly, you will need to pass information from two columns as script arguments.
Which two actions will accomplish this task? (Choose two.)
- A . Select the columns when mapping drill links to forms.
- B . Map the Form controls to Script arguments.
- C . Select the columns when setting an Open Form Command.
- D . Match the script arguments names with the Form controls ID.