Skip to Content
0
Former Member
Mar 06, 2010 at 07:59 PM

Characteristic condition in EasyDMS

37 Views

Hi guys,

I have a custom characteristic that classify documents by importance.

For example, if the user creates a document with low importace, at the characteristic field he enters "LOW", and if it is important doc he enters "HIGH".

In SAP gui, every time that a user creates a document with "HIGH" value, he must give authorizations for the doc. If not, he is getting a message and he can't save the doc.

Unfortunately, it doesn't work in EasyDMS (the user can save the doc without the authorizations) because the function that does it is transaction based.

How can I do it so it will work in easyDMS?

Should I do it in c++ code?

Thanks