formula field

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zabos
    Junior Member
    • Nov 2019
    • 3

    formula field

    I have created a formula entity amount = (unitPrice * quantity);
    amountCurrency = 'USD';
    but i cant take result from it can anybody help??
  • Maximus
    Senior Member
    • Nov 2018
    • 2731

    #2
    Hello,
    Formula is using before save script. It means that you will see a result only after you press a "Save" button.

    Comment

    • zabos
      Junior Member
      • Nov 2019
      • 3

      #3
      thnxx!!! is there any way to add two same fields in a entity example product product?

      Comment

      • Maximus
        Senior Member
        • Nov 2018
        • 2731

        #4
        Is this your custom entity with custom fields? If so, to add one more linked field as product you need to create one more relationship and then add a new field to the layout.
        Also, I suggest you to read about a Sales Pack module https://www.espocrm.com/extensions/sales-pack/.
        You can test how it works here https://demo.espocrm.com.
        Last edited by Maximus; 11-27-2019, 09:16 AM.

        Comment

        Working...