Revenue Recognition Schedule Entries - Sage Intacct Data Target Requirement
Revenue Recognition Schedule Entries - Sage Intacct Data Target Requirement
DataBlend supports the standard API calls (legacy) to Post Post Revenue Recognition Schedule Entries within Sage Intacct leveraging the Sage Intacct SDK. In addition, custom fields can be added for data that is unique to your business practices.
|
DataBlend Query Object (SDK) |
Sage Intacct Object (API) |
Required |
Notes |
|---|---|---|---|
| false | exchratetype | No | Exchange rate type. Set this parameter when postcurrencygainandloss is set to true. |
| true | postcurrencygainandloss | No | Use true to post currency gains and losses based on the date you post the entry |
| 123 | recordno | Yes | RECORDNO of the revenue recognition schedule entry to post |
More questions about Sage Intacct API requirements? Please visit the Sage Intacct API site https://developer.intacct.com/api/order-entry/revenue-recognition-schedules/#post-revenue-recognition-schedule-entries-legacy.
Notes:
1. Do all entries need to be sent in the update payload? - Yes.
When using `update_revrecschedule`, you must include **all existing entries** that should remain. If an entry is omitted, Intacct assumes it should be deleted. (https://developer.intacct.com/api/order-entry/revenue-recognition-schedules/)
2. Can posted entries be updated? - No.
Once an entry is posted or terminated, it **cannot be modified or deleted** via the API. You must **unpost** it first using `unpost_revrecscheduleentry` if applicable. [\[developer....ntacct.com\]](https://developer.intacct.com/api/order-entry/revenue-recognition-schedules/)
3. Can unposted entries be updated if others in the schedule are posted? - Yes.
You can update unposted entries even if other entries in the same schedule are posted. Just ensure posted entries are included in the payload unchanged to avoid deletion attempts.