Hi all, We have a SuiteApp we use as API Queue, a...
# sdf
m
Hi all, We have a SuiteApp we use as API Queue, and it also reports errors to our Slack channel. But we are not sure if it should be a SuiteApp or an Account Customization Project... The differences here is very confusing https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1505834545.html Any recommendations?
m
Generally speaking, account customization projects are intended for end user customizations, and SuiteApps for commercial applications
d
SuiteApps also require an SDN subscription
m
If you gonna publish it, but you can use it for your projects only. There are just some tradeoffs, I am not sure why they are enforcing you to make a choice. Like you can't lock files with customizations.
d
Even if you don't publish it you have to have a publisher ID in order to push a SuiteApp to an account.
m
Yeah but you can use anyone.
d
I've tried and it will not let you if it's not registered.
m
We are using
com.netsuite
Copy code
<manifest projecttype="SUITEAPP">
  <publisherid>com.netsuite</publisherid>
  <projectid>base</projectid>
  <projectname>Base</projectname>
  <projectversion>1.0.0</projectversion>
  <frameworkversion>1.0</frameworkversion>
  <dependencies>
    <features>
      <feature required="true">SERVERSIDESCRIPTING</feature>
      <feature required="true">EXTREMELIST</feature>
      <feature required="false">MULTILANGUAGE</feature>
      <feature required="false">CRM</feature>
      <feature required="false">MAILMERGE</feature>
      <feature required="true">CUSTOMRECORDS</feature>
      <feature required="false">MATRIXITEMS</feature>
    </features>
  </dependencies>
</manifest>
this is our manifest, it works just fine.
d
Oh, well then you're identifying as NetSuite.
m
😎
d
Don't let them find out. lol
🤣 1