- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Question:
How do I resolve "Invalid value for field RevRecCode: 0" SOAP API error?
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
Answer:
If you're providing the field RevRecTriggerCondition in your API call, Zuora will also expect a VALID RevRecCode, it can't be null.
Here's a corresponding screenshot from the UI:
You need to either provide values for both these fields, or none of them. Note that RevRecTriggerCondition and RevRecCode are ONLY needed if you're using an external revenue recognition process.
In case you do need to provide these, you look up the available codes on your tenant at: Settings > Billing > Manage Revenue Recognition Codes
Supporting resources:
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
Answer:
If you're providing the field RevRecTriggerCondition in your API call, Zuora will also expect a VALID RevRecCode, it can't be null.
Here's a corresponding screenshot from the UI:
You need to either provide values for both these fields, or none of them. Note that RevRecTriggerCondition and RevRecCode are ONLY needed if you're using an external revenue recognition process.
In case you do need to provide these, you look up the available codes on your tenant at: Settings > Billing > Manage Revenue Recognition Codes
Supporting resources:
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √