Future Date Scripting Help Needed
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024 05:10 AM
Hello All,
Can someone please help or point me to where to look?
I have a form that has the following fields:
- Plan Period (Select Box)
a. Thirty (30) Days
b. Sixty (60) Days
c. Ninety (90) Days - Plan Start Date (Date Field)
- Plan End Date (Date Field)
What I am hoping to achieve is, IF any one of the 3 selections 30, 60, or 90 days is selected, the Case Agent will manually select the Plan Start Date, then I would line for the Plan End Date to auto-populate, based on the number of Days selected (to exclude weekends and holidays).
Thank you all for the anticipated help/suggestions.
Labels:
- Labels:
-
Service Catalog
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024 08:22 AM
Hey,
This will likely be achieved via the following:
- A client script that triggers onChange of the planned start date
- A client-callable script include which uses the GlideSchedule API to add number of days based off of a business schedule.