-
RE: Docuware Cloud smtp setting issue?
Hello Simon
I pasted the images but I don't see them here....?? I will also attach an screen shot. -
RE: Docuware Cloud smtp setting issue?
When I test either with TLS or SSL
when I test with
StartTLS:
-
Docuware Cloud smtp setting issue?
Hi
I am setting up Docuware cloud SMTP server. I have used multiple SMTP severs namely: hmailserver (on local machine), Yahoo account, and gmail. I know the my infomartion is correct, I need some help here, Thank you .
Following error sample is from google. When I use STARTTLS
If I use TSL or SSL specifically it give me the following error:
-
RE: How can I calculate Date from two Field on Docuware Form and insert it into another Field?
Thanks David
Initially I couldn't subtract Notification Period field value from expiry date. Since the form field was drop down, workflow was not accepting the value treating it as string. With the help of a developer, I used the following to get it working: DateAdd(DateInterval.Month,-cint(DW_NOTIFICATION_PERIOD),GV_ExDate) .
-
How can I calculate Date from two Field on Docuware Form and insert it into another Field?
Hello
-I have three Fields in my DocuWare form, One of them is called Expiry Date (that will be selected), another field called Notification Period (it has number of months listed, ex. 1 month, 2 mnoths, etc.). I have another field that is called Notification Date (This field is the result field)
-The idea is to to subtract notification period value (by 1 month up to 12 month), from Expiry Date and insert the resulting information into Notification Date Field.
-I am new to DocuWare and I tried to do this from on Forms and Workflow designer with no success. I could use some help on this.
Thank you so much