Hi! I am trying to automatically populate an array property of cash amounts keyed by currency ("GBP", "USD", etc). This property needs to be NOT stored on the database and visible via SQL and the cache object.
Here's my attempt. Ultimately the array will be populated based on the the some child classes, but for now I'm just hardcoding it:
Property Amounts array
GetTotalAmounts()
This compiles but accessing via SQL gives:
[SQLCODE: <-350>:<An unexpected error occurred executing SqlComputeCode>]
Via object:

