Oct 22 2022 03:32 AM
We have a list for transactions, but each transaction can have a partial fill/payment. Is there an option for a sub list that tracks each sub-transaction?
As an example:
Transactions 1: $100 for 3 items. 1 item is processed for $35.
Is there an option to show the transaction breakdown of 1 item filled for $35 and two items unfilled for $65?
Oct 22 2022 04:56 AM
Yes, this works....
You can create two lists and have a lookup column on one of the lists pointing to the other.
Then you can create items that have a relation to your transaction.
Displaying them alltogether in a useful manner is a little bit more complicated...
I personally would either
Oct 22 2022 05:06 AM
Oct 22 2022 05:28 AM
Oct 22 2022 05:49 PM