Populate planned start and end date through record producer in Project Form(pm_project)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 12:38 AM
Hello Community,
I'm currently creating a record producer for Project(pm_project) and could use some guidance regarding populating planned start and end dates through this.
Here's the situation: I have set up a record producer that enables users to create new projects. Within the record producer I have variables for project name, description, planned start date , planned end date and other relevant information.
Issue : The Planned end date not matching with what was being selected on the Record Producer. It is set to exactly one day after the planned start date by default, and is ignoring the value from record producer. ( I understand that this is handled by OOB client script Calculate End Date From Duration and Calculate Duration From End Date, but still confused on how the record producer value is ignored.)
I would greatly appreciate any insights or experiences you can share, especially if you have encountered similar scenarios.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 06:56 PM
Hi Amritha,
You can write async BR with greater order to execute your BR lastly.
- Kailas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 10:42 PM
Hi Amritha,
If you are trying via Record producer, use same validation like Planned Start End Should not greater than Planned End Date and same for Approved start and End date. Planned Duration will be auto calculated if value provided in the above field correctly.
I have tried one record producer using map to Field. it is working fine for me.
Please feel free to reach in case any doubts. Thanks
- Kailas