Forum Replies Created
-
AuthorPosts
-
Thanks Alex! This worked perfectly.
Is there any way to have the offset go by business days (Monday-Friday)?
Alex,
I am not being asked to change it from saying choose a date x days in the future to displaying the earliest date, but I am having issues. Hoping you can assist.
I added a variable line
var reqDate = today.setDate(today.getDate() + 6);I was hoping this would display a date 6 days from today (example 8/1/24) but it is not working as expected. I also tried adding “/
24*60*60*1000” and “/ 86400000” with no luck.
Any suggestions? Also is it possible to have the date offset be calendar days?Thank you Alex!
Thanks Alex!
took me a bit to figure out how to get the rule right but this worked.
Hi Alex,
I know this is an old thread but hoping for some help on this issue.
I’ve tried having workflow check for if CheckedOut = yes to end but the error continues.
Would the defer loading of DFFS be a potential solution? I tried doing 60000 ms but I still got the error.. I am not sure what timeframe would be needed for the workflow to run and finish..
I am also curious about the part you mentioned of doing the “waiting” in disp form.. I don’t see an option for this can you elaborate?
Thank you.
This worked thank you.
Could you give an example of custom code and how that would work?
Basically trying to get fields to generate from sharepoint or word like Name/Address/etc
The goal is to prevent duplication efforts for the end user when needing to fill out the word doc.
The word doc is setup in a table format if that makes a difference.
Hi Alex,
Thanks for the info on quick parts. I looked into this and tested, but unless I am not fully comprehending this function I don’t think it will work for me.
1) I am using your code for opening a word file and it can’t use the form templates
2) I’d like to have my users fill out share point custom list form and when needed open the word doc and pre-fill certain info from the SP form to word. Quick parts seems to work the opposite (fill out word doc and save details to doc library fields)
Any possible other solutions? Any further help is appreciated!
Thanks I’ll give this a shot!
-
AuthorPosts