Setting a default on Inspection Processing form / Operations

Do a trace on the code, find out what method is being called by Epicor just
prior to the point you want the field defaulted, and put in a
post-processing method directive where you set that field to TRUE.



Kevin Simon



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Tony Hughes
Sent: Thursday, March 29, 2012 4:32 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Setting a default on Inspection Processing form /
Operations





Does anyone have any advice on best way to set a default (move cost to DMR
check set "true" by default) for the Inspection Processing / Operations tab?






[Non-text portions of this message have been removed]
Does anyone have any advice on best way to set a default (move cost to DMR check set "true" by default) for the Inspection Processing / Operations tab?
Try;


In sub initialize

edvoprView As EpiDataView = CType(oTrans.EpiDataViews("oprView"), EpiDataView)


in your form event code (your trigger) could be beforeadapter use case 'update' or something...



edvOPR.dataView(edvOPR.Row)("MoveCostsToDMR") = true




Rob Bucek
Production Control Manager
PH: (715) 284-5376 ext 311
Mobile: (715)896-0590
FAX: (715)284-4084
[Description: cid:1.234354861@...]<http://www.dsmfg.com/>
(Click the logo to view our site)<http://www.dsmfg.com/>

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Tony Hughes
Sent: Thursday, March 29, 2012 3:32 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Setting a default on Inspection Processing form / Operations



Does anyone have any advice on best way to set a default (move cost to DMR check set "true" by default) for the Inspection Processing / Operations tab?



[Non-text portions of this message have been removed]