Should i use this global table to update max content for queue

Should i use this global table to update max content for queue

tusharhajare98
Observer Observer
183 Views
1 Reply
Message 1 of 2

Should i use this global table to update max content for queue

tusharhajare98
Observer
Observer

Hello All,

In this model I am created global table to use max content.

Should i use this global table to update max content for queue.

please find the attached model.

thank you in advance

 

0 Likes
184 Views
1 Reply
Reply (1)
Message 2 of 2

FelixMoehlmann
Collaborator
Collaborator

In general, parameter tables are better suited to assign variable values to object properties. I would only use a global table for large numbers of objects. In that case I would add a second column to the table that holds pointers to the various queues. With those you can loop through all rows and update the max. content in the table's OnReset trigger.

0 Likes