I have a flow creating a project record in NetSuite. After it is created I want to go back and create related records: Time-Based Charge Rule, Expense-Based Charge Rule, and “As Charged Project Revenue Rule”. The last option is not available in the list of records to choose from when importing records into NetSuite - the closest one is the Percent Complete Project Revenue Rule. Where are the others?
Hi Alex,
The "As Charged Project Revenue Rule" (also referred to as a Charge Rule) record type is currently not natively supported by Celigo integrator.io’s NetSuite connection. You won't find this record type in the standard list when setting up an import.
Thank you, yes, I realized that. It looks like I will need to create a RESTlet and call that inside of NetSuite in order to create these records. Unfortunately this means I will need an HTTPS connection to NetSuite in addition to the generic NetSuite connection, which will take up two endpoints instead of one, unless I want to go across my entire integration and replace my NetSuite calls with HTTPS calls.
Yes, that seems to be a possible solution instead of making use the standard NetSuite connector.