early and late computed attributes

jafar habibia month ago

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

Anton Tananaeva month 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 habibia month ago

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