Search found 2 matches

by bthomas
Thu May 06, 2021 2:31 pm
Forum: Automation Code Snippets
Topic: Automatically Adding a Contact
Replies: 2
Views: 1120

Re: Automatically Adding a Contact

from System import * from SoftPro.ClientModel import * from SoftPro.Select.Client import * from SoftPro.OrderTracking.Client.Orders import * #Request: When the transaction has the City = Chicago, add a contact #Government (contact ‘type’) = CHI (the code) for “City of Chicago”. #It has to be the lo...
by bthomas
Thu May 06, 2021 2:17 pm
Forum: Automation Code Snippets
Topic: Automatically Adding a Contact
Replies: 2
Views: 1120

Automatically Adding a Contact

Hello! I am trying to automatically add a contact with the code 'CHI' and the contact type = government when a file is in a specific city. The automation runs in the file I test it with, but I am receiving the error 'object has no attribute' and I am not sure if I need to be more specific with the f...