I'm making custom field which value is boolean value (actually it's based on boolean field). The problem is that field value is not known during record saving and is being calculated afterwards (on record list/display). I'd like to save calculated field value (for search/filtering) during "onRenderList".
Is there available some api method for that or i just must insert/update value directly in database?
I'm making custom field which value is boolean value (actually it's based on boolean field). The problem is that field value is not known during record saving and is being calculated afterwards (on record list/display). I'd like to save calculated field value (for search/filtering) during "onRenderList".
Is there available some api method for that or i just must insert/update value directly in database?