Resource Plan Extension not creating Requested Allocations but only Resource AllocationsIssue Resource Plan Extension is not creating Requested Allocations, only Resource Allocations.ResolutionThis is the expected behavior and happens in an Out of the Box instance as well.We only create the Requested Allocations when the Resource Plan is in the Requested State.Since the Resource Plan is in the Allocated state when we Extend the Resource Plan, the Requested Allocations are untouched.You can view the Script that creates the Resource Allocation records when extended in the "ResourcePlanExtension" Script Include's "extendResourceAllocations" method. Notice that only records for the resource_allocation table get inserted.While this is the expected behavior, you may customize this method to create corresponding requested_allocation records if it is your requirement.