Initializing help system before first use

Setting Up Initial Content of the Record List

Now that we have created our resource limits table, we need to set up the initial content of the resource and limit values used to contain our results when running our application.
  1. Add two variables localInitWoodLimit and localInitMachineTimeLimit to the homepage. Both variables should have a data-type of Record and a record definition of ResourceLimits_rec.
  2. Add a Preparation (which is an action that executes when the page loads) to the homepage and double-click on it to open its flow.
  3. Drag an Assignment action from the toolbar into the flow, and use it to set the Resource and Limit values for localInitWoodLimit and localInitMachineTimelimit as shown above.
  4. Add an 'if' statement to the flow with the condition of localResourceLimits.Empty. For the 'true' path, add two ListAppend actions to append localInitWoodLimit and localInitMachineTimeLimit to localResourceLimits, resulting in the following:

© 2001-2019 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.