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