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?
var dataArray = [[line, orderNo, site, orderType, partName, site, dueDate, quantity]];
var dataSettings = {scenarios: [scenario], filter: fAllParts, siteGroup: sgSite}
var wbOrderChng = rapidResponse.workbooks.get({name:'Change Orders', scope:'Private'}, dataSettings);
var cmdDeleteData= wbOrderChng.commands.get('DeleteData');
var wsOrderChng = wbOrderChng.worksheets.get('ChangeOrders')
Which two lines of code would potentially delete records in a table if they appeared after the code shown in the exhibit? (Choose two.)
Choose 2 answers
You need to create a new custom field to be used for record filtering that will be populated with the salesperson's name. Each order will have a single associated salesperson's name.
Following database design principles and Kinaxis best practices, which action accomplishes this task?
You shared your scheduled task, shown in the graphic, with a set of users who do not have access to all the resources used in the task.
In this situation, which statement is true?