On the quote/order form, I want to have a custom made date field to be filled
automatically with the date "createdon" + 1 day.
If this is possible in an easy way, eg. by using workflow, could someone
please explain exactly how I should do it?
Thanks
|
|
0
|
|
|
|
Reply
|
Utf
|
6/5/2007 8:29:00 AM |
|
Hi Thomas,
Workflow can help you on this.
In a new workflow rule on create event;
Insert Action -> Call Assembly -> Date and time functions -> Add date and
time.
Set parameter for this workflow accordingly.
Than update the custom field with the value returned from workflow assembly.
for your information, this can also be done using JScript on client side if
createdon is being displayed on form.
You may contact me directly at my email address if you need any help on this
--
PLEASE do click on Yes or No button if this post was helpful or not for our
feedback.
uMar Khan
Email for direct contact: imumar at gmail dot com
"Thomas H. Bech" wrote:
> On the quote/order form, I want to have a custom made date field to be filled
> automatically with the date "createdon" + 1 day.
>
> If this is possible in an easy way, eg. by using workflow, could someone
> please explain exactly how I should do it?
>
> Thanks
>
|
|
0
|
|
|
|
Reply
|
Utf
|
6/5/2007 9:41:00 AM
|
|