#manlibear_transaction-description

1 messages ¡ Page 1 of 1 (latest)

prisma fossilBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1291411330745634817

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

placid gyro
#

For reference:
We want to be able to set the description here and then for it to show in the CSV gotten from clicking Export

pine kelp
#

What do you mean exactly? What do you mean by transaction vs payment?

placid gyro
#

Well the above is a list of Transactions

#

Two secs, lemme grab a copy of the CSV

#

So the Source field, the ones that are Payments (py_*) we are setting the Description field on that, how do we get that to carry over to the Transaction (or simply set it seperately)

pine kelp
#

Oh ok

#

So you do destination charges and you want the description on the connect account's payment

placid gyro
#

On the Connect account's Transaction

pine kelp
placid gyro
#

Already doing that, two secs, shall grab a screen of the code, do you read C#?

#

So yeah, we're setting the description on the Destination Payment

#

But the exported CSV above is for Transactions (txn_*), so it's not showing there

pine kelp
#

txn is a different object

#

You'd need to export the py_ objects to see it

#

You can't control the description field for txn_ objects (balance transactions)

placid gyro
#

Right

#

Okay so what you're saying is that I can't edit the description field on that CSV?

pine kelp
#

Correct because the description field on that csv isn't the py_ 's description

#

It's the txn's description

placid gyro
#

And we can't set the txn description?

pine kelp
#

You can't

prisma fossilBOT