Autogenerate yes or no
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2024 11:00 PM
Hi,
I need a script where in request project table if a project is there then need to auto generate yes in aob adoption field in task definition table.if there is no project then autogenerate as no.Please refer the screenshot
Regards and Thanks,
Sengeni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2024 11:11 PM
Hi @Sengeni ,
In the first line, you have written var task = current;
In the second line, you have used taskGr.project.
Is task and taskGr not different ?
Hope this Helps.
Regards,
Najmuddin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2024 02:21 AM
Hi @Sengeni
Can you please share your complete script ? From the snippet provided, you are assigning projectID as taskGr.project but taskGr is not initialized. Instead, I can see var task being declared, probably a typo.
Thanks and Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.