If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
I have added a new custom field in product.How to fetch and display this
field along with name,quantity and unit price in the item list of opportunity.
client/modules/advanced/src/views/opportunity-item/fields/name.js
method selectProduct
find this.model.set(....
I think, you will understand, what to do
But all of these updates aren't upgrade safe, so you can lose them while updating the extension.
For this you need to create a list Report for Quote Item, where this field is empty.
After create Scheduled Workflow for Quote Item, Update Target Record > set this field
I didnt understand the use of creating list report for Quote Item here in Opportunity. i am beginner in espocrm. so can you please explain the steps in detail?
For this you need to create a list Report for Opportunity Item, where this field is empty.
After create Scheduled Workflow for Opportunity Item, Update Target Record > set this field
These modifications are not upgrade safe. When you update the extension, you can lose you changes.
Now we're working on items field, we want to make this view editable with Layout Manager.
Could you wait a little or you want to finish it now and don't upgrade Advanced Pack in the future?
Comment