Hi,
I'm looking for any help with CorrectiveAction, GetNewDMRCorAct
I wanted to add a button to the Corrective Action form to duplicate the "New" menu item action.
None of the code I've tried is working with the CorrectiveAction adapter.
And as far as I can tell, there is not a transaction object I could use... i.e. nothing like GetNew() I've seen for other forms.
Here is a trace from using the menu item:
<businessObject>Epicor.Mfg.BO.CorrectiveAction</businessObject>
<methodName>GetNewDMRCorAct</methodName>
<returnType>void</returnType>
<localTime>xxxxxx</localTime>
<executionTime>xxxx</executionTime>
<parameters>
<parameter name='ds' type='Epicor.Mfg.BO.CorrectiveActionDataSet' ><CorrectiveActionDataSet xmlns="http://www.epicor.com/Mfg/100" /></parameter>
</parameters>
Thanks in advance for any help/ideas.