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