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.
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?
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?
Comment