Yuriy Zaletskyy
Yuriy Zaletskyy

Reputation: 5151

Does Acumatica has some notification about current status of records

Let's say I develop processing screen in Acumatica. Each row has column Processed, Failed. Processing of each row takes 3 seconds. I have 1000 records. I want notify user via grid during run-time that either record was Processed or Failed. Is it possible to mark columns as processed/failed during execution of method, not after method execution?

Upvotes: 0

Views: 113

Answers (1)

Brendan
Brendan

Reputation: 5613

you can have it show the green check or red x on each row if that is what you are referring to? I believe it will update as they rows are processed. (Ex: first 5 rows show green check, 6th row shows red x, and all others still processing...) the Inventory release process will do this (just confirmed). See Release IN Documents under the inventory module. Look at its page and BLC structure. This is what we used for similar logic.

Here is an example of what I think you are trying to do? enter image description here

Upvotes: 1

Related Questions