Page 1 of 1

SO ComboCustom Field

PostPosted: Wed Jul 08, 2015 9:54 pm
by 2can2
Hi,
I have added a couple of SO Custom fields into a plugin and one of the fields is a combo. I am having trouble getting the Combo to display or allow selection. I have done the same on the SOLines with a custom combo field and this works fine.
I am not sure what I have missed? I have added a Public Const, a Public Shared Array and then Dimensioned the Combo box - but it won't display.

I have attached a word doc with the lines that have been added.

Thanks

Re: SO ComboCustom Field

PostPosted: Wed Jul 08, 2015 9:55 pm
by 2can2
Sorry V70115

Re: SO ComboCustom Field  Topic is solved

PostPosted: Wed Jul 15, 2015 7:23 pm
by Mike.Sheen
2can2 wrote:I have attached a word doc with the lines that have been added.


Without being privy to a complete, isolated sample which demonstrates the problem it's a little hard for us to diagnose the issue.

Have you had a look at this sample we posted in the samples and examples forum showing how to add a drop-down combo custom field to debtors maintenance? It will be virtually identical for sales orders entry.

Mike

Re: SO ComboCustom Field

PostPosted: Thu Jul 23, 2015 11:19 am
by 2can2
Thanks I worked through that example again and found the issue.
Cheers