Submit Multiple Documents

Hello,
i believe it is not such a uncommon scenario. I import several documents and optionally i like to submit them with a command from the import script. Calling the on_import() has no effect. Iguess its about the conirmation window. Setting the docstatus manually to 1 fails with a 403.
Any help appreciated.
Thanks and greets

Check “Submit after import” while you are importing.

Hi
thanks for the fast reply :smile:
I use a custom script as i receive the document via post from a different app.
Should i use document.on_submit() after document.save() to achieve that?
Thanks again
Ralph

Good Morning,

i finally got the solution myself. The importing user had no “submit” right, so the 403 happened logically, how stupid :slight_smile:
I changed that and now i can simply set doc status to and also my submit method is called correctly.

Thanks again for the help

1 Like