Closed bigicoin closed 5 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.
PROJECT_RULES
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).
Functions/Projects/ProjectCreate.js
CONTACTINFO
BILLTO
SHIPTO
Is there a plan to add this support soon?
Thanks,
Bigi
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 ofCONTACTINFO
,BILLTO
andSHIPTO
, but notPROJECT_RULES
currently (the only remaining nested field based on the doc).Is there a plan to add this support soon?
Thanks,
Bigi