Questions tagged [intacct]
9 questions
3
votes
1 answer
rollback to the previous offset when an error is throw while pulling data from Intacct
When my script is pulling the data from Intacct 100 xml object at a time everything is working fine using my resultid to remember the offset and pull the next once, and for some reason, it gets to one of the loops and it throws an error saying not…

mongotop
- 7,114
- 14
- 51
- 76
2
votes
2 answers
Provide an implementation of a C# abstract class in PowerShell
I'm trying to create a PowerShell-class implementation of an abstract class' function:
class ReadList : Intacct.SDK.Functions.AbstractFunction {
[string]$ObjectName
ReadList ([string]$ObjectName) {
$this.ObjectName =…

craig
- 25,664
- 27
- 119
- 205
1
vote
1 answer
Implementing Sage Intacct API via Postman
I would like to get the invoice link from the purchase order implementing Sage Intacct API via Postman.
I suppose it can be done by following sequences(or by only one api request? not sure about this).
Order a purchase
Create a purchase receipt
Get…

koko-js478
- 1,703
- 7
- 17
0
votes
1 answer
API-created vendor invoice in Sage Intacct shows 'Pending' state in API response but 'Submitted' in UI
I have created a vendor invoice in Sage Intacct using their API, but I'm experiencing a discrepancy between the state of the invoice in the API response and what is displayed in the Sage Intacct UI.
In the API response, the invoice state is returned…
0
votes
1 answer
SQL script problem under Oracle Fusion MiddleWare - Item Aggregation
I am brand spanking new to SQL and Stack Overflow. I am originally an accountant but have recently moved on to financial analytics. I am having trouble understanding how to write SQL to aggregate manually created items under a single column:
Report…

ScoobyDoo425
- 1
- 1
0
votes
1 answer
Connect Sage Intacct data with ELK for visualisation/Dashboard
I would like to connect my ELK setup (which is on Elastic Cloud) with the data stored in Sage Intacct.
What is the correct way to get the data from Sage Intacct and use it to visualise in Kibana?
Main problem is how we connect the data source or…

Alok Singh
- 31
- 5
0
votes
1 answer
Adding multiple Entries under Order Entry Sales Order Transactions
I came to a issue where I want to add multiple entries under a sales order transaction using the Sage Intacct developer API. Is it possible to modify your API to insert multiple entries under Sales order transaction on Sage Intacct?

Duncan
- 9
- 1
0
votes
0 answers
Why are autogenerated fields being removed when I use an event listener in jQuery JS
I am using jQuery on Sage Intacct and am trying to have this grid update live time when information is entered, this information being quantity and price, these two will be multiplied to update the total amount field. [![picture1][1]][1] as seen in…

mferraro
- 65
- 5
0
votes
1 answer
Intacct API Calls From Browser
I am trying to make an API call to the XML web services exposed by intacct through the browser as recommended here. I would like to understand how do I pass the credentials (sender id/password) and the company details along with the xml request.…

Andy Dufresne
- 6,022
- 7
- 63
- 113