had to do this using code - this is in the beforeadaptor for quote
if IsDBNull(edvQuoteHed.dataView(edvQuoteHed.Row)("expectedclose")) Then
edvQuoteHed.dataView(edvQuoteHed.Row)("expectedclose") = Today.AddDays(30)
End if
If IsDBNull(edvQuoteHed.dataView(edvQuoteHed.Row)("followupdate")) Then
edvQuoteHed.dataView(edvQuoteHed.Row)("followupdate") = Today.AddDays(15)
End if
Thanks,
Kunal
________________________________
From: Kunal Ganguly <kunal_vantage@...>
To: vantage@yahoogroups.com
Sent: Friday, February 27, 2009 3:34:02 PM
Subject: Re: [Vantage] date customization
In company config, I can only set the followup date. The expected close date is not mentioned there - this one will have to be a customization!
Thanks,
Kunal
____________ _________ _________ __
From: Manasa Reddy <manasa@weldcoa. com>
To: vantage@yahoogroups .com
Sent: Friday, February 27, 2009 1:27:04 PM
Subject: RE: [Vantage] date customization
Try the company config...much easier!
M. Manasa Reddy
manasa@weldcoa. com
P: 630-806-2000
F: 630-806-2001
____________ _________ _________ __
From: vantage@yahoogroups .com [mailto:vantage@ yahoogroups .com] On Behalf
Of Kunal Ganguly
Sent: Friday, February 27, 2009 1:23 PM
To: Vantage Yahoo Group
Subject: [Vantage] date customization
Hello,
In the quote entry form, I would like to set the followup date and
expected close date (in header -> detail) to 2 weeks and 1 month from
today, respectively. Any suggestions on how to go about it either by a
VB customization or BPM?
Thanks,
Kunal
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
if IsDBNull(edvQuoteHed.dataView(edvQuoteHed.Row)("expectedclose")) Then
edvQuoteHed.dataView(edvQuoteHed.Row)("expectedclose") = Today.AddDays(30)
End if
If IsDBNull(edvQuoteHed.dataView(edvQuoteHed.Row)("followupdate")) Then
edvQuoteHed.dataView(edvQuoteHed.Row)("followupdate") = Today.AddDays(15)
End if
Thanks,
Kunal
________________________________
From: Kunal Ganguly <kunal_vantage@...>
To: vantage@yahoogroups.com
Sent: Friday, February 27, 2009 3:34:02 PM
Subject: Re: [Vantage] date customization
In company config, I can only set the followup date. The expected close date is not mentioned there - this one will have to be a customization!
Thanks,
Kunal
____________ _________ _________ __
From: Manasa Reddy <manasa@weldcoa. com>
To: vantage@yahoogroups .com
Sent: Friday, February 27, 2009 1:27:04 PM
Subject: RE: [Vantage] date customization
Try the company config...much easier!
M. Manasa Reddy
manasa@weldcoa. com
P: 630-806-2000
F: 630-806-2001
____________ _________ _________ __
From: vantage@yahoogroups .com [mailto:vantage@ yahoogroups .com] On Behalf
Of Kunal Ganguly
Sent: Friday, February 27, 2009 1:23 PM
To: Vantage Yahoo Group
Subject: [Vantage] date customization
Hello,
In the quote entry form, I would like to set the followup date and
expected close date (in header -> detail) to 2 weeks and 1 month from
today, respectively. Any suggestions on how to go about it either by a
VB customization or BPM?
Thanks,
Kunal
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]