Page 1 of 1

Add Purchase Order Sort by Name

PostPosted: Thu Oct 20, 2022 3:04 pm
by Ernst
Ive looked at Dev-6483, and set up attached plugin to add sort by name to the PO. I'm using JIWA721.

But the new sort order just wont appear on the PO. Am I missing something on the plugin to invoke the business logic?

Plugin JIWA Add New PO Sort Order.xml
(33.53 KiB) Downloaded 545 times

Re: Add Purchase Order Sort by Name  Topic is solved

PostPosted: Thu Oct 20, 2022 3:07 pm
by Mike.Sheen
Ernst wrote:But the new sort order just wont appear on the PO. Am I missing something on the plugin to invoke the business logic?


Yes - on the Business Logic tab of the plugin, you need to add the Purchase Order business logic.

The BusinessLogicPlugin class's Setup method is ONLY ever invoked when one of those on the business logic tab is created.

Re: Add Purchase Order Sort by Name

PostPosted: Thu Oct 20, 2022 3:11 pm
by Ernst
Thanks. Its working now.Yippeee.