Deprecated Functions ==================== This page documents deprecated functions from the PythonModel that should no longer be used in new code. Email ---------------------- .. py:function:: 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. .. py:function:: 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. .. py:function:: 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. .. py:function:: 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. .. py:function:: 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 ---------------------- .. py:function:: 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 ------------------------- .. py:function:: model.DisableRecurringGiving(peopleId, fundId) Disables recurring giving for a person and fund. This function has been deprecated and is no longer functional. Misc ---------------- .. py:function:: model.FromJson(json) Converts a JSON string to a DynamicData object. This function has been deprecated in favor of DynamicDataFromJson. Tasks ----------------- .. py:function:: 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. .. py:function:: 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.