viernes, 25 de agosto de 2017

Dangerous Document Action on iDempiere

A rather dangerous document action in iDempiere is reversion by causation because it reverses records even though they have a closed period. A quick solution is to inactivate this action to all the roles and we can do it through a small SQL query:

-- set search_path to adempiere;

update ad_document_action_access
    set isactive = 'N'
where ad_document_action_access.ad_ref_list_id = 185;


 

No hay comentarios:

Publicar un comentario