intacct / intacct-sdk-js

Official repository of the Sage Intacct SDK for JavaScript in Node.js
https://developer.intacct.com/tools/sdk-node-js/
Apache License 2.0
24 stars 33 forks source link

Support for PROJECT_RULES in Project Create/Update/Read? #7

Closed bigicoin closed 5 years ago

bigicoin commented 6 years ago

Hi,

I'm trying to make use of the PROJECT_RULES field (according to https://developer.intacct.com/api/project-resource-mgmt/projects/ ), but it looks like the Node.js SDK currently does not support this field yet.

Looking at Functions/Projects/ProjectCreate.js we can see that it supports the nested fields of CONTACTINFO, BILLTO and SHIPTO, but not PROJECT_RULES currently (the only remaining nested field based on the doc).

Is there a plan to add this support soon?

Thanks,

Bigi