Hallo Erik
Setup see screen, don´t work, when the parent Site “Customer” on different SP Site.
The goal is for all Posted receipts to be stored in the SP site: /sites/test-finance and the rest in /sites/test-sales.
And the structure should always start with the customer number or vendor number
Finance Site (Posted Receipts)
/sites/test-finance/Finance/{CustomerNo}/order/{InvoicesNumebr}
/sites/test-finance/Finance/{CustomerNo}/creditmemo/{CreditMemoNumber}
/sites/test-finance/Finance/{VendorNo}/purchase/{InvoicesNumebr}
…..
Customer
/sites/test-sales/Customers/{CustomerNo}/
/sites/test-sales/Customers/{CustomerNo}/order
/sites/test-sales/Customers/{CustomerNo}/documents
…….
How do I best implement this?
Thx
hougaard Answered question August 5, 2025
And how can we solve the problem that the documents on sites/A and sites/B are grouped according to customer number?