Aaron McCausland
05/13/2026, 2:01 PMCeligo AI
05/13/2026, 2:01 PMAI generated answer (using internal Slack threads):Based on the Slack conversations, the error you're encountering,
missing resource APP:alert:PLEASE_ENTER_A_VALUE_FOR_AMOUNT, could indeed be related to the order in which you're setting the fields in dynamic mode.
In dynamic mode, the order of setting fields matters because it mimics the behavior of the UI. If a field is dependent on another field, the dependent field should be set after the field it depends on. If you set a field that another field depends on after setting the dependent field, the dependent field may be reset or cleared, leading to errors.
In your case, it seems like the amount field is not being set properly, hence the error message. Make sure that any fields that the amount field depends on are set before the amount field is set.
Also, remember that when setting line item fields, you should set the item field first, as other line item fields may depend on it. After setting the item field, you can then set the other line item fields in any order, as long as you respect their dependencies.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
05/13/2026, 2:01 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.817627072
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.817321897
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.812927365
Celigo AI
05/13/2026, 2:01 PM