Deprecated Functions¶
This page documents deprecated functions from the PythonModel that should no longer be used in new code.
Email¶
- model.Email2(qid, queuedBy, fromAddr, fromName, subject, body)¶
Sends an email to people in a query using a GUID identifier. This function has been deprecated in favor of newer email methods.
- model.EmailContent(savedQuery, queuedBy, fromAddr, fromName, subject, contentName)¶
Sends an email using content from Special Content. This function has been deprecated in favor of newer email content methods.
- model.EmailContent2(qid, queuedBy, fromAddr, fromName, contentName)¶
Sends an email using content from Special Content with a GUID query identifier. This function has been deprecated.
- model.EmailContent2(qid, queuedBy, fromAddr, fromName, subject, contentName)¶
Sends an email using content from Special Content with a GUID query identifier and custom subject. This function has been deprecated.
- model.EmailStr(queuedBy, fromAddr, body)¶
Processes email replacement codes for a specific person. This function has been deprecated in favor of newer email processing methods.
Organization¶
- model.OrgMembersQuery(progid, divid, orgid, memberTypes)¶
Creates a query for organization members based on program, division, organization, and member types. This function has been deprecated.
ManagedGiving¶
- model.DisableRecurringGiving(peopleId, fundId)¶
Disables recurring giving for a person and fund. This function has been deprecated and is no longer functional.
Misc¶
- model.FromJson(json)¶
Converts a JSON string to a DynamicData object. This function has been deprecated in favor of DynamicDataFromJson.
Tasks¶
- model.CreateTask(ministerId, aboutId, description, notes, sendEmail)¶
Creates a task for a minister about a specific person. This function has been deprecated in favor of newer task creation methods.
- model.CreateTask(ministerId, aboutId, delegateId, description, notes, sendEmail)¶
Creates a task for a minister about a specific person with a delegate. This function has been deprecated in favor of newer task creation methods.
Latest Update |
8/13/2025 |
Created to document deprecated PythonModel functions.