Announcement

Collapse
No announcement yet.

Update Quote based on Quote Items values

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Update Quote based on Quote Items values

    Hi there,

    I would like to update Quote fields based on Quote Items values. This feature already exists for the Quote Amount fields, it's the sum of the different Quote Item Unit price.

    Now I want to use the same logic for the quote name. For example Quote Name = the different quote items name.


    I tried something like that but is not working. - Check the attached screen.
    Code:
    name == itemList[0].name

    I know that Quote items are an object with different JSON, so first I need to count the amount of JSON and after append the Items name to the quote name.

    Do you have any ideas to achieve this goal?
    Attached Files

  • #2
    Hi,
    I don't think that you can build such logic through UI. Try to create Hook for this https://docs.espocrm.com/development/hooks/.

    Comment

    Working...
    X