Auto closure of Demand on Project creation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2023 12:08 PM
as of now, Demand having "Project Calculation" as "automatic" and Close Demand as "On creation of project".
and script include "DemandToProjectCreationHelper" > createProject, having below code...
however, when creating a project from demand, it is moving to "Screening(3)" phase instead "Completed(9)". in the logs as well getting "3" only.
I did check relevant script include and BRs... cant find any conflicts. has anyone encountered this issue...
Thanks in advance!!!
Regards,
Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2023 02:58 PM
Hi @skumar_srbh,
Check the standard flow for demand, as per the script include code and demand variables ( in your case) the control-flow executing the true part of this If condition. Read the complete code of "createProject()" function.
-Thanks,
AshishKMishra
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution