Hey all,
What is the best way to create a 'Purchase Order Reference' field in the Subscription entity and apply it to the 'Purchase Order Reference' field in an Invoice? The idea is to have logic like this: if a 'Purchase Order Reference' is set in the Subscription, use that in the Invoice; if one is set in the Invoice, use that; if none is set, use none when creating an Invoice.
The idea behind this is as follows: Some of our customers require a 'Purchase Order Reference' on the Invoice. For some of these customers, this reference does not change during the subscription, so it would save us a lot of time if we could set it in the Subscription and use it in the Invoice.
What is the easiest way to achieve this without causing any issues or breaking behavior e.g. while creating auto invoices etc?
What is the best way to create a 'Purchase Order Reference' field in the Subscription entity and apply it to the 'Purchase Order Reference' field in an Invoice? The idea is to have logic like this: if a 'Purchase Order Reference' is set in the Subscription, use that in the Invoice; if one is set in the Invoice, use that; if none is set, use none when creating an Invoice.
The idea behind this is as follows: Some of our customers require a 'Purchase Order Reference' on the Invoice. For some of these customers, this reference does not change during the subscription, so it would save us a lot of time if we could set it in the Subscription and use it in the Invoice.
What is the easiest way to achieve this without causing any issues or breaking behavior e.g. while creating auto invoices etc?

Comment