Inspection Processing - Create Corrective Action checkbox

>>use adapters & the process of corrective actions.
Thanks, making sense today,
BO testing GetNewDMRCorAct seems pretty straightforward.
And looks like the lfo options are working to launch the form.

Mondays...
Wondering if anybody has ever done this or has any ideas?

Customized the "Corrective Action" form
AND
Load that custom form when "Create Corrective Action" is checked on the "Inspection Processing Entry" form?


V8.03.409C/Progress.

Thanks,

Bruce



DUH!
I had temporarily put a custom item on the menu and assigned the customization to that.
It works fine once I  added the customization to the Std Menu ID.

I still have one more question if anyone can help...
I'd like to add a "Create Corrective Action" to a different from.
I ran a trace & see the methods but have been stuck at how I'd incorporate them

<tracePacket>
    <businessObject>Epicor.Mfg.BO.CorrectiveAction
    <methodName>GetRows
    <returnType>Epicor.Mfg.BO.CorrectiveActionDataSet
    ..... whereClauseDMRCorAct' [NonConfNum = XXX AND DMRNum = XXXX

<tracePacket>
    <businessObject>Epicor.Mfg.BO.CorrectiveAction
    <methodName>GetNewDMRCorAct


V8.03.409C

Thanks
in any other form, place a checkbox and when the checkevent changed from false to true(do validations like whether dmr exist & anything else you feel needed)....

then use adapters & the process of corrective actions.