
Posted: 2017-08-14 05:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Are there any common reasons the customSetValueProcessor fails to replace the setvalues processor.
I have previously created a smart connector with a customSetValueProcessor and all works fine, I have started a new project and added my own customSetValueProcessor, but I can't debug the code as it never get called. I have gone over the developer guide and followed it's instructions but still no luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
James,
Can you compare what you are doing with the sample project found here: GitHub - BuildingsLabs/SmartConnectorSamples: Sample projects for SmartConnector
In that case, I'm also using a CustomSetValuesProcessor. The Test project has a fixture which allows testing of the custom processor.
Let me know if you are still stuck after comparing what you are doing with the sample.

