Custom Fields

Questions about and code samples for adding visibility conditions within Select
Post Reply
slind
Posts: 8
Joined: Thu Nov 13, 2008 1:59 am
Location: Cincinnati, Ohio

Custom Fields

Post by slind »

How do you use a custom field in the visibility options? It's not liking the ##.

I would like to do something like:
return Order.Underwriters.CustomersUnderwriterCode_602512## == Order.Underwriters.CustomersUnderwriterCode_602512##.CT-IN
BobRichards
Posts: 1376
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

Re: Custom Fields

Post by BobRichards »

Sorry. You need the IOrderItem interface to retrieve custom fields and it is not available here since you cannot import the library.
Bob Richards, Senior Software Developer, SoftPro
Post Reply