9.05.607A Request Move Checkbox for AMM

There is no way to change the "Default" setting for this checkbox (at least there isn't one in 8.03). What I did was create a number of Post-Processing BPMs to set the Request Move checkbox to False. One of them was for RMAProc.GetNewRMARcpt. I'd have to do some research to find out wat the other ones are.
Â
Steven G.


________________________________
From: melissa hietala <kevmel822@...>
To: "vantage@yahoogroups.com" <vantage@yahoogroups.com>
Sent: Friday, April 6, 2012 4:19 PM
Subject: [Vantage] 9.05.607A Request Move Checkbox for AMM


Â
This box is defaulted to being checked in multiple places and I want to see it but have it default to be unchecked. Where is the setting to do this. I opened screens in customization but did not see anything that referenced a default setting.
Â
Thanks

Melissa Hietala
UMC, Inc.
melissah@...

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




[Non-text portions of this message have been removed]
This box is defaulted to being checked in multiple places and I want to see it but have it default to be unchecked. Where is the setting to do this. I opened screens in customization but did not see anything that referenced a default setting.
Â
Thanks

Melissa Hietala
UMC, Inc.
melissah@...

[Non-text portions of this message have been removed]
The code below works for End Activity, but after we did it, we also found the auto move checkbox in the resource group will set the default.

Greg Payne

Private Sub EndActForm_Load(ByVal sender As Object, ByVal args As EventArgs)
'Add Event Handler Code

Dim edvEnd As EpiDataView = CType(oTrans.EpiDataViews("End"), EpiDataView)
Dim ReqMove As Boolean = edvEnd.dataView(edvEnd.Row)("RequestMove")

edvEnd.dataView(edvEnd.Row)("RequestMove") = false



End Sub

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of melissa hietala
Sent: Friday, April 06, 2012 4:20 PM
To: vantage@yahoogroups.com
Subject: [Vantage] 9.05.607A Request Move Checkbox for AMM



This box is defaulted to being checked in multiple places and I want to see it but have it default to be unchecked. Where is the setting to do this. I opened screens in customization but did not see anything that referenced a default setting.

Thanks

Melissa Hietala
UMC, Inc.
melissah@...<mailto:melissah%40ultramc.com>

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


________________________________
CONFIDENTIALITY NOTICE

The information contained in this communication, including attachments, is privileged and confidential. It is intended only for the exclusive use of the addressee. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us at (727) 578-6258 and immediately delete the communication.

"This (document/presentation) may contain technical data as defined in the International Traffic In Arms Regulations (ITAR) 22 CFR 120.10. Export of this material is restricted by the Arms Export Control Act (22 U.S.C. 2751 et seq.) and may not be exported to foreign persons without prior approval form the U.S. Department of State."


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