I have been reviewing the T-Series Acumatica documentation. I am hoping for a little assistance on where to look for the answer (which course or example best explains the issue) or a simplified concept explanation on this topic.
The details line on the opportunity screen (CR304000) does not include a column for target equipment (Target Equipment ID) but it does exist on the Sales Order and Service Order screens. If I wanted to add a custom field to the opportunity screen to add the Target Equipment ID how would I ensure that data within that field flows to the next form in the workflow?
Best answer by Samvel Petrosov
The customization will really depend on the specific page. Usually when you create a new entity record like Sales Order in your scenario from another, there is an action for that. Besides adding the custom field to the specific “source” and “destination” DACs you also need to override the action processing the conversion from the “source” entity into “destination” entity.
In case of Opportunities page, that action is part of the below GraphExtension. The action itself is defined in the CRCreateSalesOrder_SOOrderEntry class. The action that you need to override is DoCreateSalesOrder.
I would say you most likely need to complete T200, T210, T220 and T230 to learn how to do this kind of customizations.
The customization will really depend on the specific page. Usually when you create a new entity record like Sales Order in your scenario from another, there is an action for that. Besides adding the custom field to the specific “source” and “destination” DACs you also need to override the action processing the conversion from the “source” entity into “destination” entity.
In case of Opportunities page, that action is part of the below GraphExtension. The action itself is defined in the CRCreateSalesOrder_SOOrderEntry class. The action that you need to override is DoCreateSalesOrder.
I would say you most likely need to complete T200, T210, T220 and T230 to learn how to do this kind of customizations.
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.