Сообщение от
Blog bot
Once I was faced the problem to post InventJournal from code. At first glance it's easy. Let's open AOT. Then we find corresponding Menu Item in \Menu Items\Action\InventJournalPost. Open class InventJournalCheckPost... And looking at main() method of this class we are coming to conclusion that this class is tightly tied to the journalForm. What's a pity! Let's rewrite newFromForm() method.