You may want to add custom fields. For example, to add a drop-down list for tracking purchase justifications, you can add a field called Purchase Reason to the New Asset request menu and data form.
This example:
Modifies the Add Asset business rule to include a runtime prompt for the purchase reason.
Adds a member—Purchase Reason Code—to data form 02A. New Asset Requests — Addition.
Verifies the results.
To add a custom field to the launched Add Asset business rule:
Start Essbase Administration Services Console, expand Business Rules, Repository View, and Rules, and then select Add Asset business rule.
Select Local variable, and then select Add Task to add the variable.
Select Runtime prompt, and then place PurchReason next to the PhyLocation variable.
In Source, after line “UOM” = 1;, add this statement:
"Purchase Reason Code" = [PurchReason]
This section of the code now reads:
“Purchase Date” = [PurchaseDate]; “In Service Date” = [InServiceDate]; ”UOM” = 1; /*Default to Nos*/ ”Purchase Reason Code” = [PurchReason];
To add the Purchase Reason Code member to the New Assets Requests data form: