Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

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?

A.

AvailableRule

B.

DemandType

C.

OrderPolicy

D.

SupplyType

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

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

Choose 2 answers

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.

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

A.

Include all key fields and all reference fields in the update to help the database clearly identify matching records.

B.

Identify fields that should be used to match records by making them read-only.

C.

List the identifying fields ahead of the other columns.

D.

Delete all records in Baseline before the update to allow the database to re-link records that have a corrupted version chain.

You are building a worksheet for supplier collaboration and you want to assign a profile variable, Suppliers, so each user can see data for their own list of suppliers.

You include an expression in your sheet reporting the ScheduledReceipt table:

Order.Supplier IN ListAsSet($Suppliers)

Which string would you enter for the Suppliers profile variable for a user that should see data for suppliers A, B and C?

A.

'A', 'B', 'C'

B.

'A, B, C'

C.

A\, B\, C

D.

A, B, C

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

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.

You have a hierarchy called PartFamily that is based on the PartCustomer table. There is a second hierarchy in use, also based on the PartCustomer table called PartPlanner. When the PartFamily hierarchy is used, performance is noticeably worse than when the PartPlanner hierarchy is used.

In this situation, which design issue would contribute most to poor performance?

A.

A level in the PartFamily hierarchy uses the Part.Solutions::PartClass.Value expression.

B.

A level in the PartFamily hierarchy uses the Part.ProductFamily.Value expression.

C.

A level in the PartFamily hierarchy uses the expression Part.AGCP::NameAndDescription. NameAndDescription is a calculated field in the AGCP namespace. The calculation is Name + " (" + Description + ")".

D.

A level in the PartFamily hierarchy uses the Part.Name + " (" + Part.Description +")" expression.

Given the following order policies:

    MultipleQty: 10

    MinimumQty: 15

    MultipleUsage: Use

    MinimumUsage: Use

Referring to the graphic, what are the sizes of the three planned orders A, B, and C?

A.

A = 30, B = 20, C = 20

B.

A = 30, B = 15, C = 15

C.

A = 30, B = 15, C = 10

D.

A = 25, B = 15, C = 15