Page 1 of 1

Sample Plugin for a custom field with a drop down menu

PostPosted: Fri Mar 14, 2014 8:14 am
by renes
The Sample Plugin code below creates a Custom Field in the Debtor Maintenance Form with a Drop Down Menu. To install this Plugin copy and paste the code content into a MS SQL Query and run it against the respective database.

EDIT - See post below for updated information on how to import this sample plugin.

Re: Sample Plugin for a custom field with a drop down menu

PostPosted: Sat May 02, 2015 4:58 pm
by Mike.Sheen
Since the above post was made, we've come up with a more reliable way to provide plugins - the script above will no longer work, but attached is a plugin which will - just import it using the plugin maintenance forms import from xml function.

Plugin Debtor Combobox Custom Field.xml
Debtor Custom Field sample plugin
(29.63 KiB) Downloaded 339 times

Re: Sample Plugin for a custom field with a drop down menu

PostPosted: Wed Feb 24, 2021 12:41 pm
by Scott.Pearce
Here is an updated version that is written in c#:

Plugin Debtor Combobox Custom Field.xml
(32.05 KiB) Downloaded 105 times

Re: Sample Plugin for a custom field with a drop down menu

PostPosted: Wed Feb 24, 2021 4:59 pm
by Mike.Sheen
.. And VB.NET which works with 7.1 or later.