- 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.
- 6,186 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
Thursday
Yes, this can be expected behavior. When a project is created from a template, the system may use a background process or different workflow that bypasses the standard insert business rule.
You can try using an after insert rule, workflow, or script trigger to ensure it fires even when the project is generated from a template.

