-
Hi,
We integrate with Intacct via .Net SDK.
We are using multi-entity company and we want to get list of AP bills only from the selected entity.
Could you please guide me to how can I accomplish th…
-
Project ID is needed to retrieve the list of deliverables for a project.
Vendor ID together with Project ID seems to be needed to create invoice, more on that later.
The amendment number is need…
-
I'm using PowerShell to invoke the .Net SDK with the following code:
```powershell
try
{
[Intacct.SDK.Functions.ApiSessionCreate]$ApiSessionCreate = [Intacct.SDK.Functions.ApiSe…
-
Just trying to create a basic AP Bill in the system and get hit with the following error.
ResultException: Result status: failure for Control ID: f844fa93-16b8-46f9-875a-f6f33661b21f - BL01001973 T…
-
Attempting to use the SDK with the async processor. Got with Sage and everything is connected but realized that when submitting a request, it would process through the normal Intacct session. Finally…
-
Hello Team,
@frjo @fourthletter @ei8fdb
Creating this issue to understand the complete project workflow and requirements at one place. This will help me in planing/prioritising work and in coll…
-
https://github.com/apideck-samples/vault/pull/233/files
-
It appears that the Lookup function provided in the SDK is missing the `docparid` field--
https://github.com/Intacct/intacct-sdk-js/blob/master/src/Functions/Common/Lookup.ts#L31-L35
-
Hello,
I'm seeing an error when querying some fields in these two objects using `IA.Functions.Common.NewQuery.Query`.
`ResultException [Error]: Result status: failure for Control ID: 65d824c7-68…
-
This is happening when `uniqueid = true` and a duplicate statistical journal entry is trying to be created. I understand it should throw an error in this case but it seems there is a bug in the actua…