Pass the Kinaxis RapidResponse Author KX3-003 Questions and answers with CertsForce

Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions
Questions # 11:

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?

Options:

A.

Add the TRM namespace as a dependency for the Mfg namespace.


B.

Enable the Allow null reference checkbox.


C.

Enable the Allow automatic record creation checkbox.


D.

Add the Mfg namespace as a dependency for the TRM namespace.


Expert Solution
Questions # 12:

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?

Options:

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!


Expert Solution
Questions # 13:

You have a worksheet based on the IndependentDemand table that includes columns for key fields plus multi-scenario columns for Quantity and EffectiveDemand. You want to highlight the Quantity fields where the value in the comparison scenario is different from the corresponding value in the workbook's baseline scenario. You want your worksheet to be able to highlight differences in several scenarios.

How would you achieve this highlighting?

Options:

A.

Define the Quantity column to show Actual value; add a hidden multi-scenario column, QuantityDelta, to show Difference; then define conditional formatting for the Quantity column when their QuantityDelta field is not 0.


B.

Define the Quantity column to show Actual value, and define an additional hidden column, Quantity0, as !Quantity#0 using "Calculate using grouped results in the previous row or other results"; then define conditional formatting where the Quantity column is not equal to Quantity0.


C.

Add a hidden multi-scenario column, RecordID, as show Differences; then define conditional formatting for the Quantity column where RecordID is not equal to 0.


D.

Define the Quantity column to show Difference, select the scenario comparison filtering option to show Only records with different comparison values, then define conditional formatting for the Quantity column when the respective value is not equal to 0.


Expert Solution
Questions # 14:

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?

Options:

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.


Expert Solution
Questions # 15:

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?

Options:

A.

COUNT IndependentDemands {Order.Customer:Sum}


B.

COUNT IndependentDemands {Order.Customer:By}


C.

COUNT IndependentDemands {Order.Customer<>''}


D.

SUM IndependentDemands{Order.Customer:Sum}


Expert Solution
Questions # 16:

Your suppliers need to receive a report listing their outstanding purchase orders. Each supplier should receive the report in the same format but it should only display the purchase orders associated with their supplier ID.

 

Based on this situation, which two actions will be required to support this requirement? (Choose two.)

Choose 2 answers

Options:

A.

Define a profile variable to assign the supplier ID to the supplier's user group. Add the profile variable to the filter expression in the workbook.


B.

Define a list workbook variable to provide a selector for the supplier list. Add the workbook variable to the filter expression in the workbook.


C.

Assign a master Supplier group in the Advanced properties of the Alert properties window.


D.

Add the supplier's user group in the Notify tab of the Alert properties window.


Expert Solution
Questions # 17:

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.)

Choose 2 answers

Options:

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.


Expert Solution
Questions # 18:

Question # 18

The tables shown in the graphic are from an SQL database. Shaded fields indicate key fields in SQL.

Which three actions should you take to design this data model in RapidResponse? (Choose three.)

Choose 3 answers

Options:

A.

In the ItemDetail table, make Name plus Site into a reference to the Item table.


B.

In the TransactionHeader table, make ID, Owner, and Type into a reference to the TransactionDetail table.


C.

In the TransactionDetail table make ID, Owner, and Type into a reference to the TransactionHeader table.


D.

In the Item table, make Name plus Site into a reference to the ItemDetail table.


E.

In the TransactionDetail table, make ItemName plus ItemSite into a reference to the Item table.


Expert Solution
Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions