Back

How to create a node restriction

Published: Dec 08, 2011
Post Author Written by Kevin Jones

Need to create a restriction on a node so that the line does not come in if a certain field is empty.

In the node mapping window, click on the Restrictions button The script for the restriction will look like this: if _fieldname=”” then return false else return true end if. You need to replace _fieldname with the name of the actual column you are testing to see if it is blank. What this is doing is telling SmartConnect to not return the record if the field is blank, otherwise it will return it.

Feeling stuck? Get the support and guidance you need to help you power through any data challenge

We're on your integration team. Connect with our people and let us know how we can help you.