Please if possible allow to scope by the new FC Back links.
Example of why we need it, this is in a real implementation.
FC configuration:
type of content and category: "contract";
type of content and category: "products";
type of content and category: "Products in Contract"
In the 1st step the user needs to create a CONTRACT and fill the required fields like NAME, PHONE NUMBER, EMAIL.
In the 2nd step the user needs with the RELATED FIELD CONTRACT assign the news contract created in the step 1.
Also in the same form needs to assign the product to add to the contract and select a Quantity(FC TEXT FIELD).
So basically the user creates a contract(acting like a shopping cart) and then fills the form "Product in Contract" every time he needs to add an "PRODUCT" to the contract and also select the quantities.
This is our problem, the relationship between CONTRACT <-> PRODUCT is not done in nether one of this types of item, it is in the "PRODUCTS IN CONTRACT".
So when we want to see the contract with all the item we cant because in the module FC we cannot scope in the module via RELATED BACK LINK.
The ideia is to print this page like a contract.
ps: this is no simple configuration or use of flexi. any help or ideia is VERY welcome.