Search found 3 matches

by rfeller
Thu Dec 13, 2018 6:26 pm
Forum: Automation Code Snippets
Topic: Python Code - Fail condition if Other Contact Name is Present
Replies: 3
Views: 1912

Re: Python Code - Fail condition if Other Contact Name is Present

Thanks Bob. Apologize for the delayed response. I was able to get help with this and wanted to post the fix just in case other developers can benefit from it. from System import * from SoftPro.ClientModel import * from SoftPro.Select.Client import * ## Context is Other contact ## Fail the condition ...
by rfeller
Thu Dec 13, 2018 6:21 pm
Forum: Automation Code Snippets
Topic: Template Automation "Error while committing context:Error: Object reference not set to an instance of an object."
Replies: 1
Views: 1533

Template Automation "Error while committing context:Error: Object reference not set to an instance of an object."

I have 2 automation processes I just rolled out I am running in to an issue with. The processes are applying templates (process applies one template, both processes are applying different templates) that contains a few order contacts and charges on CDF Page 2. So far the automation process completes...
by rfeller
Thu Aug 09, 2018 2:00 pm
Forum: Automation Code Snippets
Topic: Python Code - Fail condition if Other Contact Name is Present
Replies: 3
Views: 1912

Python Code - Fail condition if Other Contact Name is Present

Hoping this is a quick question and you can steer me in the right direction. I am trying to have the Python code iterate over all the Other contacts and fail the condition if a specific name is found. There will always be at least 3 Other contacts in every order (Other Type: CLIENT, REFERRAL SOURCE,...