David_Wilson Posted September 6, 2019 Posted September 6, 2019 (edited) I'm trying to use a progressive capture to get the dates of a change and then apply them to change calendar. I'm using a custom form in the capture to write to h_start_time and h_end_time however no changes are populating inthe calendar. Has anyone else manged to do it this way? Edited September 6, 2019 by David_Wilson typo
Steven Boardman Posted September 6, 2019 Posted September 6, 2019 @David_Wilson this is certainly possible, just not via the progressive capture mapping route. If you get your dates in progressive capture, you can then in the supporting business process use a get request info node > Progressive Capture Answers, and follow this with this node: You can then inject the answers from your progressive capture (as variables) into the start time (from variable) and end time (from variable) fields Set these fields to manual, then use the variable picker to inject the answers from your custom PCF. Hope that helps Steve
David_Wilson Posted September 9, 2019 Author Posted September 9, 2019 Thanks Steve, Think I'm on the right path but still not quite getting it to land in the change Calendar I've injected the start and end dates: This is the full variable: h_start_time&[functions.pcf("frm_ChangeImplementationTime","h_start_time")] Any help gratefully received.
David_Wilson Posted September 10, 2019 Author Posted September 10, 2019 I also tried changing the ProgCap to overwrite the custom fields 21 and 22 with date/time value instead of using h_start_time and h_end_time but this didn't work.
James Ainsworth Posted June 17, 2020 Posted June 17, 2020 Hi David, I just wanted to see if you ever found a solution to this. One thing I have come across is that if the start and end date are the same, it does not get added to the Change Calendar. I was wondering if this may have been the case that when testing you were using the same dates/times. I have this working on my own workflow so I wanted to make sure that you too have it working. Regards, James
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now