Hennepin-County / MAXIS-scripts

6 stars 2 forks source link

On Demand - BULK Applications - Report out Working List Size #1777

Closed C-Love closed 2 months ago

C-Love commented 2 months ago

In order to help understand the size of the work for On Demand, we are going to add the number of cases in the working list / data table to the end message so that we can review the number of cases when we look back at usage.

C-Love commented 2 months ago

There might be an issue with On Demand where it ends if the MEMO glitches out.

C-Love commented 2 months ago

We need a way for the function write_variable_in_SPEC_MEMO to tell that the script should NOT end if the MEMO is full but it should cancel the MEMO and should not attempt to add more lines to a MEMO.

This is a challenge because this function is called in so many places. If we need to add more parameters, we will need to change each function call.

C-Love commented 2 months ago

Updates completed. No errors reported.