Re: Is it possible to have more than 30 characters in GP Distribution Reference in Great Plains A/P Transaction window?
Barbara,
Just to clarify this a little, you cannot change the actual length of this field in the database regardless of the toolset you use. What you can do with Extender and/or VBA is add another field and logic to carry it along so it replaces the Distribution Reference with another field that can act as a longer replacement.
It's not as easy as it sounds as you need to write your own add/edit/delete logic within VBA (if you want to replace the field on the window) or end up with an extras window with Extender, which has the add/edit/delete logic but can't really replace the field on the window. In theory you could combine the two but Extender is a bear to reference from outside itself. For these issues at my company we use the native toolset Dexterity but that is not end user friendy.
Another thing to consider is that this AP Distribution Reference rolls forward to the GL Entry reference which itself is 30 chars which with either of the above tools will not be blank as the real AP DR is blank. Might be best to write to the notes field or attached a secondary document with OLE notes.
Best of luck.
Tim