Hey guys, scripting inventory items... user needs to create a single inventory item, and then matrix is created against a complex set of licensing rules based on related records searches. I'm handling the licensing info collection / matrix parent configuration as a beforesubmit event, and then the matrix child creation as an aftersubmit event. The beforesubmit event also has elements that impact child items (ie if child > do stuff, else if parent > do stuff). The parent item code works, and the child item code works after creation... but it doesn't seem like the child code works during the initial child creation (the children are created properly, but the code that sets their attributes is not being ran). Do submission events where a record is created during aftersubmit not trigger a recursive call of the same eventscripts beforesubmit event, or is there maybe something else I may be missing?