cancel
Showing results for 
Search instead for 
Did you mean: 

How to set a default document type in EasyDMS?

Former Member
0 Kudos

Hello,

I want to set default document type for some users. Whenever they check in a file a defined document type should be chosen.

Accepted Solutions (1)

Accepted Solutions (1)

former_member188883
Active Contributor
0 Kudos

Hi,

Just to explain, whenever we checkin , first the document type is determined and then the file is added. So at the beginning the system cannot know the file format or workstation application.

So from my point of view maybe a solution could be to use the BADI DOCUMENT_MAIN01 with method BEFORE_SAVE to change the document type in reference to the involved entries in table DOCFILES.

I hope that this information could be useful for you.

Regards,

Deepak Kori

Answers (1)

Answers (1)

christoph_hopf
Advisor
Advisor
0 Kudos

Hi,

from my point of view the usage of BADI EASYDMS_MAIN01 with methods GETDOCDEFAULTS or GETDOCTYPES would be a better solution for your requirement.

Best regards,

Christoph