hi
we can see it in ui which deleted an account with account review if possible we don't want to see deleted accounts in ui or we want to see null in data of custom attribute after collection
thanks your suggestions
hi
we can see it in ui which deleted an account with account review if possible we don't want to see deleted accounts in ui or we want to see null in data of custom attribute after collection
thanks your suggestions
That is not possible to not show the deleted accounts on UI. If custom attribute values need to be cleared, it can only be done using a direct SQL update on the T_AV_ACCOUNTS table (where deletion_date is not null apart from any other required filters).