Developing Snaps
Discuss how to build custom Snaps.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Custom Snap for h2 database

Hi, I have created a custom snap to connect to h2 database and its working except Ultra.So I added lineage code like below. Map<String, Object> data = new LinkedHashMap<>(); data.put("Value", result); Document seed = documentUtility.newDoc...

ashlam by New Contributor
  • 1580 Views
  • 2 replies
  • 0 kudos

Custom Snappack Name

I’m unable to change name of Snap Pack . Looks like It is showing default name called ‘Demo Snap Pack’ , Can some on suggest me what changes required to modify custom snappack name. Thanks for your help in advance!!!

Mahesh by New Contributor
  • 1646 Views
  • 5 replies
  • 0 kudos

Custom Snap

I can’t able to get the values from previous snap.I used mapper to set a value and retrieve using expression from previous snap but getting error alike cannot set null value. @General(title = “Example snap”, purpose = “”, author = “”) @Category(snap ...

ashlam by New Contributor
  • 1735 Views
  • 3 replies
  • 1 kudos

Jgit + Dependencies (SLF4J)

Hi All, I’m looking to build a couple of custom snaps to enable native git support within the platform via the jgit library. I have reached the point where I am deploying the custom snap pack but getting the following exceptions when trying to invoke...

ksalem by New Contributor II
  • 2204 Views
  • 2 replies
  • 1 kudos

Slf4j Conflicts

Hi , After developing the custom snap and the deployment. While running the snap , I am getting the below error. In the package which I upload , there is third party jar which uses slfj logging. If I have the slf4j api jar in the package it says the...

Harriesh by New Contributor III
  • 1769 Views
  • 4 replies
  • 1 kudos

Account was not found when creating custom Account

Hi All, I am recently picking up custom snap development and am beginning now to create my own custom snap pack. the project I am creating involves a custom account view and a custom snap. I have managed initially to create the custom snap with fully...

ksalem by New Contributor II
  • 1414 Views
  • 1 replies
  • 0 kudos