- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2016 06:07 AM
I have a simple insert business rule with no condition on project table that doesn't get fired if user created a project from template. Is this by designed or bug?
Solved! Go to Solution.
- 3,079 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2016 08:15 PM
Hi Patrick
The BRs don't fire while creating projects from templates. The reason why we have turned off is - if template is too big, our recalculation BR fires on insert of each task and the whole system might end up spinning for lot of time.
So we had turned it off by design.
Thanks,
Arun

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2016 06:38 AM
Did you save/submit the form yet? This looks like what happens when you just load the form. I don't see any sign that the record was inserted in to the database yet. Please let me know if I missed a step somewhere.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2016 06:40 AM
Yes. Audit history shows the insert.
Steps to follow:
Create new under project,
Click the here from (To create project from a template clickhere.)
Select project template
Then click okay.
The form gets inserted and redirect to form.
Only display BRs are fired.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2016 06:55 AM
OK Patrick. Thanks for the details. I did this and created a very simple after/insert BR on pm_project that displays a welcome message and never got the message from template. It works fine if i just save a new project record. Very odd. Time to call support on this one.
HI Service Portal - ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2016 08:15 PM
Hi Patrick
The BRs don't fire while creating projects from templates. The reason why we have turned off is - if template is too big, our recalculation BR fires on insert of each task and the whole system might end up spinning for lot of time.
So we had turned it off by design.
Thanks,
Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2016 06:59 AM
Arun,
Thanks for the answer and to confirm my guess.