Skip to main content
June 7, 2021
Solved

How to make custom Component System Plug-ins (CSP) ?

  • June 7, 2021
  • 7 replies
  • 0 views

Hi everyone.

I want to use external grid in Appian.
I'm trying to create Appian's component using an external js file.
I'm new to Appian. Please provide detailed documentation or examples for reference.
And is it possible to create a component using Eclipse?
If possible, please let me know the relevant documentation on how to adjust Eclipse's settings.

Yours sincerely.

Best answer by stefanhelzle0001

I highly recommend using this

https://www.npmjs.com/package/sail-tools

Makes managing and testing a breeze. If you are familiar with Eclipse, go with it. Any other syntax highlighting editor would do it.

7 replies

selvakumark
Participating Frequently
June 7, 2021

Hi [mention:31fdaa00ecde4055bef18de52a1689d8:e9ed411860ed4f2ba0265705b8793d05],

Yes, it is possible to create a custom component using Eclipse. Please refer to the related video here - docs.appian.com/.../integration-sdk-overview.html

June 7, 2021

I'll take a look at the video in the link you sent me.

Thanks for your reply have a nice day.

stefanhelzle0001
Brainy
June 7, 2021

I highly recommend using this

https://www.npmjs.com/package/sail-tools

Makes managing and testing a breeze. If you are familiar with Eclipse, go with it. Any other syntax highlighting editor would do it.

June 7, 2021

I'll try the Tools you recommended.

Thank you for your reply.