Search found 1 match

by SGore
Wed Nov 11, 2020 6:11 pm
Forum: Automation Code Snippets
Topic: Using "Contains" in Mapping
Replies: 1
Views: 874

Using "Contains" in Mapping

Is there a way to use "name contains" in mapping? I'm trying to allow for multiple versions of a contact name. Ex: Wells Fargo Inc, Wells Fargo Mortgage, etc. from System import * from SoftPro.ClientModel import * from SoftPro.Select.Client import * import clr import System clr.AddReferenc...