I am trying to add via an Insert trigger a second row of data, based on the first row of data which is inserted by a trigger associated with another table.
The Awards table has an start date and end date of the project, and on insert creates the first milestone in a Milestone table, based on the entered start and end dates for the Award.
On insert of the first milestone, I would like to add (if at all possible) a second milestone if the remaining period for the period is bigger than 12 months (which is calculated in a formula field in the first record).
I get a "Triggered Action cannot be enabled because it exceeds maximum nested level of 1" Error message.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
vanderLeest
I am trying to add via an Insert trigger a second row of data, based on the first row of data which is inserted by a trigger associated with another table.
The Awards table has an start date and end date of the project, and on insert creates the first milestone in a Milestone table, based on the entered start and end dates for the Award.
On insert of the first milestone, I would like to add (if at all possible) a second milestone if the remaining period for the period is bigger than 12 months (which is calculated in a formula field in the first record).
I get a "Triggered Action cannot be enabled because it exceeds maximum nested level of 1" Error message.
Any help appreciated
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.