intacct / intacct-sdk-net

Official repository of the Sage Intacct SDK for .NET
https://developer.intacct.com/tools/sdk-net/
Apache License 2.0
31 stars 45 forks source link

ShipVia #29

Closed jmawebtech closed 6 years ago

jmawebtech commented 6 years ago

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 automatically, if it is missing? I am trying to query the ShipVia object, but my code says no object exists:

        ReadByQuery readByQuery = new ReadByQuery()
        {
            ObjectName = "SHIPVIA",
            Fields = { "*" },
        };

What is the object name?

jimmymcpeter commented 6 years ago

Unless it's listed here, it's likely not exposed to the API.