- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Question:
How could I know which journal entry the certain taxation locates after performing journal run?
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
You can export the corresponding journal entry from Data Source based on Taxation Item object.
Taxation Item: ID, Name; Tax Amount; Tax Code
Invoice: ID, Invoice Number
Journal Entry: Number, Transaction Type
Journal Run: Number
Set Filter, such as InvoiceNumber
To get the detailed journal entry transaction, replace the endpoint and JE number from URL, and click ‘Download Transaction Details’.
https://apisandbox.zuora.com/apps/JournalEntries.dox?method=view&number=JE-00000706
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
You can export the corresponding journal entry from Data Source based on Taxation Item object.
Taxation Item: ID, Name; Tax Amount; Tax Code
Invoice: ID, Invoice Number
Journal Entry: Number, Transaction Type
Journal Run: Number
Set Filter, such as InvoiceNumber
To get the detailed journal entry transaction, replace the endpoint and JE number from URL, and click ‘Download Transaction Details’.
https://apisandbox.zuora.com/apps/JournalEntries.dox?method=view&number=JE-00000706
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √