-
@austocratic - Sage Intacct's monitoring tool threw an alert for this repository's code. I'm glad to see you have not hard coded any passwords. However, you have exposed your sender ID and user ID. …
-
how to connect with sage intacct api using dotnet c#
-
![image](https://user-images.githubusercontent.com/44708183/48789180-740ecf80-ecba-11e8-81ac-cb516f3fbe04.png)
I would like to do the same thing with the API code like on the rev rec edit entry a…
-
Is there anyway we can use the child objects field for readbyquery such as below?
```
APPAYMENT
ITEMS.RECORDID = 'TEST 101'
*
10
xml
…
-
Hi,
On the Sage Intacct order entry area, there is a field called ship via. Before I populate the field, I want to ensure my record exists in the list. Will Sage Intacct create the record automatic…
-
Hello,
I think the answer is "No," but are functions like getUserPermissions and get_applications exposed through the API? Thanks!
-
Hi,
Should I contact you through the partner portal or through here?
How do I query Intacct for a list of invoices? I cannot find sample code to query under order entry:
https://github.com/In…
-
Hi,
I am trying to create a payment for a certain invoice, but my code fails. What fields are incorrect?
private void CreatePayment(JMAPayment payment, SODOCUMENT doc)
{
…