BASE
EXAM DUMPS
KINAXIS
KX3-003
28% OFF Automatically For You
Certified RapidResponse Author Level 3 Exam
,1.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
y l
th
worksheet.
oo
C. Build a Responsibility definition based on the Country table and assign the users to
m
S
all of the countries that they should have permission to see. Add a responsibility
m
xa
column to the worksheet so users can select their country.
E
3
00
D. Create a $DmdCountry profile variable and assign the country names to each user.
3-
Add the expression IF ($DmdCountry = "'*'", TRUE, User::DmdCountry IN
X
K
e
eval($DmdCountry)) to the worksheet filter.
th
s
Answer: D
as
P
Explanation:
ou
Y
This setup allows for flexible data visibility based on user permissions. By creating a
p
el
profile variable that contains the allowed countries for each user, you can then apply a
-H
filter expression to the worksheet that evaluates this variable. If a user is permitted to
)
02
8.
see all countries (indicated by an asterisk '*'), the expression returns TRUE,
(V
otherwise, it checks if the demand's country is in the user's permitted list.
ps
um
References:
D
Kinaxis RapidResponse documentation on configuring data visibility through profile
3
00
3-
variables and worksheet filters.
X
K
Kinaxis training materials on setting up user permissions and responsibility definitions.
is
ax
in
K
2.Which two violations of Kinaxis best practice are shown in the graphic? (Choose
two.)
, y l
th
A. The key field contains the table name.
oo
B. The Line should be a number field.
m
S
C. The deployment name prefix is included in the OrderId field.
m
xa
D. OnTimeQty should specify the data type in the field name.
E
3
00
Answer: A C
3-
Explanation:
X
K
e
The two violations shown in the graphic are:
th
s
A. The key field contains the table name: Best practices suggest that the name of a
as
P
key field should not repeat the table name. It should be succinct and only include the
ou
Y
necessary distinguishing characteristic to remain clear and avoid redundancy.
p
el
C. The deployment name prefix is included in the OrderId field: Including a
-H
deployment name prefix in the field name can create issues when moving between
)
02
8.
environments, as the deployment name typically changes between
(V
development,testing, and production. It's better to use generic field names that are not
ps
um
environment-specific.
D
ReferencesThis is based on Kinaxis best practices for data model design, which
3
00
3-
recommend avoiding redundancy in field naming and ensuring that field names are
X
K
environment-agnostic to facilitate easier migration and understanding of the data
is
ax
model across different stages of the deployment process.
in
K
3.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.