Related Fields As In Quotes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • krishnapriya
    Senior Member
    • Aug 2017
    • 209

    Related Fields As In Quotes


    Hi
    How can I create two related entity fields in Accounts, same as the quotes fields- account and billingContact
    Please help.

    Thanks
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello

    set in entityDefs view in the related field (application/Espo/Modules/Advanced/Resources/metadata/entityDefs/Quote.json > fields > billingContact > view)
    and in the view define the method getSelectFilters (client/modules/advanced/src/views/quote/fields/contact.js)

    Comment

    Working...