Configuration Console - UserField

 0 Replies
 1 Subscribed to this topic
 32 Subscribed to this forum
Sort:
Author
Messages
PD
Veteran Member Send Private Message
Posts: 58
Veteran Member

 I have a userfield called "ContactCenter" from BusinessClass "BillingInvoiceImportLine" being used in form "Main" and I want to reference that userfield in BusinessClass "BillingInvoiceLine" in form "Detail". How do I reference it?

In form "Detail" of businessClass "BillingInvoiceLine", I've used the code below but getting an error msg (Since this is an unrelated Business Class state field reference: Expected a state field)

BillingInvoiceImportLine.ContactCenter

 

What am I missing?

 

Thanks