early and late computed attributes

jafar habibi10 days ago

I like to know what is use of late and early computed attributes? how to make a computed attribute as early?

Anton Tananaev10 days ago

If priority is negative, it will be an early computed attribute. If positive, it will be a normal computed attribute.

Early attributes are calculated before any other processing is done.

jafar habibi10 days ago

thanks anton for explanation. could you explain it with a use case?