Created
September 9, 2022 20:50
-
-
Save jsw-austin/6b94cc7750d3c9278d049fedaff08b1b to your computer and use it in GitHub Desktop.
First Time Giver Workflow from Brookside
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Entities": [ | |
| { | |
| "EntityType": "Rock.Model.WorkflowType", | |
| "Guid": "affc79bc-7315-4c18-b2a9-a20e4ca33d70", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "IsActive": true, | |
| "WorkflowIdPrefix": "", | |
| "Name": "First Time Givers", | |
| "Description": "This WF is passed \"Persons\" that have made their first contribution in the past seven days. It kicks off a multi-step process of Connection Request creations and system emails over the next 21 days.", | |
| "Order": 0, | |
| "WorkTerm": "Work", | |
| "ProcessingIntervalSeconds": 28800, | |
| "IsPersisted": true, | |
| "SummaryViewText": "<div class='row'>\n <div class='col-sm-6'>\n <dl><dt>Started By</dt><dd>{{ Workflow.InitiatorPersonAlias.Person.FullName }}</dd></dl>\n </div>\n <div class='col-sm-6'>\n <dl><dt>Started On</dt><dd>{{ Workflow.ActivatedDateTime | Date:'MM/dd/yyyy' }} at {{ Workflow.ActivatedDateTime | Date:'hh:mm:ss tt' }}</dd></dl>\n </div>\n</div>\n\n{% assign attributeList = '' %}\n{% for attribute in Workflow.AttributeValues %}\n {% if attribute.AttributeIsGridColumn %}\n {% assign attributeValue = attribute.ValueFormatted %}\n {% if attributeValue != '' %}\n {% capture item %}<dt>{{ attribute.AttributeName }}</dt><dd>{{ attributeValue }}</dd>{% endcapture %}\n {% assign attributeList = attributeList | Append:item %}\n {% endif %}\n {% endif %}\n{% endfor %}\n\n{% if attributeList != '' %}\n <div class='row'>\n <div class='col-sm-6'>\n <dl>\n {{ attributeList }}\n </dl>\n </div>\n </div>\n{% endif %}", | |
| "NoActionMessage": "This {{ Workflow.WorkflowType.WorkTerm }} does not currently require your attention.", | |
| "LogRetentionPeriod": null, | |
| "CompletedWorkflowRetentionPeriod": null, | |
| "LoggingLevel": 0, | |
| "IconCssClass": "fa fa-money", | |
| "MaxWorkflowAgeDays": null, | |
| "IsFormBuilder": false, | |
| "FormBuilderSettingsJson": null, | |
| "FormStartDateTime": null, | |
| "FormEndDateTime": null, | |
| "WorkflowExpireDateTime": null, | |
| "IsLoginRequired": false, | |
| "CreatedDateTime": "2019-08-22T00:30:55.053", | |
| "ModifiedDateTime": "2022-08-29T13:32:49.813" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "CategoryId", | |
| "EntityType": "", | |
| "Type": 4, | |
| "Data": "WorkflowCategory" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Guid": "5f2c13ab-15bb-4c9f-8602-86d15ede3ea3", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsActive": true, | |
| "Name": "1st Connection", | |
| "Description": "Email new giver, create 1st CR, add person to 'New Giver' Group", | |
| "IsActivatedWithWorkflow": true, | |
| "Order": 0, | |
| "CreatedDateTime": "2019-08-22T00:30:55.16", | |
| "ModifiedDateTime": "2022-08-25T16:09:38.147" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "WorkflowTypeId", | |
| "EntityType": "Rock.Model.WorkflowType", | |
| "Type": 1, | |
| "Data": "affc79bc-7315-4c18-b2a9-a20e4ca33d70" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Guid": "f81c3b1a-3d2d-4e84-b20e-f979be3586bd", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "Name": "Send Email To Giver", | |
| "Order": 0, | |
| "IsActionCompletedOnSuccess": true, | |
| "IsActivityCompletedOnSuccess": false, | |
| "CriteriaAttributeGuid": null, | |
| "CriteriaComparisonType": 1, | |
| "CriteriaValue": "", | |
| "CreatedDateTime": "2019-08-22T00:30:55.207", | |
| "ModifiedDateTime": "2019-11-09T10:23:35.233" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "ActivityTypeId", | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Type": 1, | |
| "Data": "5f2c13ab-15bb-4c9f-8602-86d15ede3ea3" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SendEmail" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "36197160-7d3d-490d-ab42-7e29105afe91", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Active", | |
| "Name": "Active", | |
| "Description": "Should Service be used?", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "False", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": null, | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Active", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": null | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.BooleanFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SendEmail" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "c60076c5-68bb-43e6-bab8-b533dfaeb56a", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "False", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2019-08-22T00:30:55.363", | |
| "ModifiedDateTime": "2019-08-22T00:30:55.363" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "36197160-7d3d-490d-ab42-7e29105afe91" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "f81c3b1a-3d2d-4e84-b20e-f979be3586bd" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "d1269254-c15a-40bd-b784-adcc231d3950", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Order", | |
| "Name": "Order", | |
| "Description": "The order that this service should be used (priority)", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": null, | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Order", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": null | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.IntegerFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SendEmail" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "9f5f7cec-f369-4fdf-802a-99074ce7a7fc", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": true, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "From", | |
| "Name": "From Email Address|From Attribute", | |
| "Description": "The email address or an attribute that contains the person or email address that email should be sent from (will default to organization email). <span class='tip tip-lava'></span>", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": null, | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "From Email Address|From Attribute", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": null | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SendEmail" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "313abe03-2849-405d-bd13-910e83517b8b", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.EmailFieldType|Rock.Field.Types.PersonFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "9f5f7cec-f369-4fdf-802a-99074ce7a7fc" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "2c1ee61f-8202-4676-b2bf-17a4dfda09e3", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "mindy@bccindy.org", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-25T21:11:16.357", | |
| "ModifiedDateTime": "2022-08-25T21:11:16.357" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "9f5f7cec-f369-4fdf-802a-99074ce7a7fc" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "f81c3b1a-3d2d-4e84-b20e-f979be3586bd" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "da9e0eb0-ca37-43b2-b449-8ee9f1f1c527", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "ReplyTo", | |
| "Name": "Reply To Address|Reply To Attribute", | |
| "Description": "The email address or an attribute that contains the person or email address that email replies should be sent to (will default to 'From' email). <span class='tip tip-lava'></span>", | |
| "Order": 1, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Reply To Address|Reply To Attribute", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2022-03-20T11:34:58.79", | |
| "ModifiedDateTime": "2022-03-20T11:34:58.79" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SendEmail" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "a3e83518-96d3-4f2e-887a-e96c80e42950", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.EmailFieldType|Rock.Field.Types.PersonFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "da9e0eb0-ca37-43b2-b449-8ee9f1f1c527" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "b61cc8a8-4465-4f0d-8577-2a35e939cf05", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "mindy@bccindy.org", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-25T14:29:15.103", | |
| "ModifiedDateTime": "2022-08-25T14:29:15.103" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "da9e0eb0-ca37-43b2-b449-8ee9f1f1c527" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "f81c3b1a-3d2d-4e84-b20e-f979be3586bd" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "0c4c13b8-7076-4872-925a-f950886b5e16", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": true, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "To", | |
| "Name": "Send To Email Addresses|To Attribute", | |
| "Description": "The email addresses or an attribute that contains the person, email address, group or security role that the email should be sent to. <span class='tip tip-lava'></span>", | |
| "Order": 2, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": null, | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Send To Email Addresses|To Attribute", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2022-07-13T12:45:52.69" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SendEmail" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "87de57d9-d1c4-4da4-8cea-d054d655f89b", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.EmailFieldType|Rock.Field.Types.PersonFieldType|Rock.Field.Types.GroupFieldType|Rock.Field.Types.SecurityRoleFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "0c4c13b8-7076-4872-925a-f950886b5e16" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "8ee64829-2157-401d-9401-5f17ce0afa96", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "aaacf3ae-1ad2-4f93-9ecf-c108d1b1cd6e", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2019-08-22T00:30:55.363", | |
| "ModifiedDateTime": "2019-11-07T17:00:54.017" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "0c4c13b8-7076-4872-925a-f950886b5e16" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "f81c3b1a-3d2d-4e84-b20e-f979be3586bd" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "e3667110-339f-4fe3-b6b7-084cf9633580", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "GroupRole", | |
| "Name": "Send to Group Role", | |
| "Description": "An optional Group Role attribute to limit recipients to if the 'Send to Email Addresses' is a group or security role.", | |
| "Order": 3, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Send to Group Role", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:51:08.183", | |
| "ModifiedDateTime": "2022-07-13T12:45:52.783" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SendEmail" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "7b10b60d-8e5a-4715-b17c-4bc19fc4bc87", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.GroupRoleFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "e3667110-339f-4fe3-b6b7-084cf9633580" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "9653250b-9ead-42a2-ad7a-ccad378136cb", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2019-08-22T00:30:55.363", | |
| "ModifiedDateTime": "2019-08-22T00:34:24.49" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "e3667110-339f-4fe3-b6b7-084cf9633580" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "f81c3b1a-3d2d-4e84-b20e-f979be3586bd" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "5d9b13b6-cd96-4c7c-86fa-4512b9d28386", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": true, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Subject", | |
| "Name": "Subject", | |
| "Description": "The subject that should be used when sending email. <span class='tip tip-lava'></span>", | |
| "Order": 4, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": null, | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Subject", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2022-07-13T12:45:52.8" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.TextFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SendEmail" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "a6cfb9e2-941c-4a54-9e67-3ef42c2bdc60", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "Giving to Brookside Community Development Corporation", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2019-08-22T00:30:55.363", | |
| "ModifiedDateTime": "2022-06-16T15:15:37.847" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "5d9b13b6-cd96-4c7c-86fa-4512b9d28386" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "f81c3b1a-3d2d-4e84-b20e-f979be3586bd" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "4d245b9e-6b03-46e7-8482-a51fba190e4d", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": true, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Body", | |
| "Name": "Body", | |
| "Description": "The body of the email that should be sent. <span class='tip tip-lava'></span> <span class='tip tip-html'></span>", | |
| "Order": 5, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": null, | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Body", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2022-07-13T12:45:52.893" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.CodeEditorFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SendEmail" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "266810e2-9439-4e1f-bb56-5300e9df3304", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "editorHeight", | |
| "Value": "200" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "4d245b9e-6b03-46e7-8482-a51fba190e4d" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "d9e895e1-8f6b-432e-840c-6bf4e3a6f005", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "editorMode", | |
| "Value": "Html" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "4d245b9e-6b03-46e7-8482-a51fba190e4d" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "9cc945fb-72ab-48f7-917c-7d4b038a4b51", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "editorTheme", | |
| "Value": "Rock" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "4d245b9e-6b03-46e7-8482-a51fba190e4d" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "fe0871e0-1d7c-46a6-a51b-32b532c6d580", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "{% assign person = Workflow | Attribute:'Person','Object' -%}\n{{ 'Global' | Attribute:'EmailHeader' }}\n<p>Hi {{ person.NickName }},</p>\n<p>Thank you so much for your donation to Brookside Community Development Corporation! One of the things that makes our work possible is the generosity of people like you.\t\n<p>We are excited to continue in the work of renewal by offering dignity and hope to the Brookside neighborhood through Reentry, Play, Housing, and UpRise. Thank you for giving us the opportunity to see change happen and to make an impact for God’s kingdom.</p> \n<p>We would love to show our appreciation by mailing you a thank you card, but we need an updated address to do that. <b>Would you please reply to this email with your current address and phone number?</b></p>\n<p>\nGrateful,<br>\nMindy Cederquist<br>\nBrookside Community Development Corporation<br>\n317-636-7808<br>\nwww.bccindy.org\n{{ 'Global' | Attribute:'EmailFooter' }}", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2019-08-22T00:30:55.363", | |
| "ModifiedDateTime": "2022-08-29T11:32:03.927" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "4d245b9e-6b03-46e7-8482-a51fba190e4d" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "f81c3b1a-3d2d-4e84-b20e-f979be3586bd" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "99ffd423-2ab6-481b-8749-b4793a16b620", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": true, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "CC", | |
| "Name": "CC Email Addresses|CC Attribute", | |
| "Description": "The email addresses or an attribute that contains the person, email address, group or security role that the email should be CC'd (carbon copied) to. Any address in this field will be copied on the email sent to every recipient. <span class='tip tip-lava'></span>", | |
| "Order": 6, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": null, | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "CC Email Addresses|CC Attribute", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2022-07-13T12:45:52.97" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SendEmail" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "96aca60a-d641-4b22-92b3-89fb6c0a295d", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.EmailFieldType|Rock.Field.Types.PersonFieldType|Rock.Field.Types.GroupFieldType|Rock.Field.Types.SecurityRoleFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "99ffd423-2ab6-481b-8749-b4793a16b620" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "3a131021-cb73-44a8-a142-b42832b77f60", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": true, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "BCC", | |
| "Name": "BCC Email Addresses|BCC Attribute", | |
| "Description": "The email addresses or an attribute that contains the person, email address, group or security role that the email should be BCC'd (blind carbon copied) to. Any address in this field will be copied on the email sent to every recipient. <span class='tip tip-lava'></span>", | |
| "Order": 7, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": null, | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "BCC Email Addresses|BCC Attribute", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2022-07-13T12:45:53" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SendEmail" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "86a27ab4-6597-40cb-a55e-1e8dc44c0f05", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.EmailFieldType|Rock.Field.Types.PersonFieldType|Rock.Field.Types.GroupFieldType|Rock.Field.Types.SecurityRoleFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "3a131021-cb73-44a8-a142-b42832b77f60" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "c2c7da55-3018-4645-b9ee-4bcd11855f2c", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": true, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "AttachmentOne", | |
| "Name": "Attachment One", | |
| "Description": "Workflow attribute that contains the email attachment. Note file size that can be sent is limited by both the sending and receiving email services typically 10 - 25 MB.", | |
| "Order": 8, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": null, | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Attachment One", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2022-07-13T12:45:53.017" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SendEmail" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "d17952df-da22-4493-bc34-7aa29792424c", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.FileFieldType|Rock.Field.Types.ImageFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "c2c7da55-3018-4645-b9ee-4bcd11855f2c" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "ffd9193a-451f-40e6-9776-74d5dcac1450", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": true, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "AttachmentTwo", | |
| "Name": "Attachment Two", | |
| "Description": "Workflow attribute that contains the email attachment. Note file size that can be sent is limited by both the sending and receiving email services typically 10 - 25 MB.", | |
| "Order": 9, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": null, | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Attachment Two", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2022-07-13T12:45:53.033" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SendEmail" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "a4bf5d30-1062-4151-a3e0-22f973e58d7f", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.FileFieldType|Rock.Field.Types.ImageFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "ffd9193a-451f-40e6-9776-74d5dcac1450" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "a059767a-5592-4926-948a-1065af4e9748", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": true, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "AttachmentThree", | |
| "Name": "Attachment Three", | |
| "Description": "Workflow attribute that contains the email attachment. Note file size that can be sent is limited by both the sending and receiving email services typically 10 - 25 MB.", | |
| "Order": 10, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": null, | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Attachment Three", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2022-07-13T12:45:53.05" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SendEmail" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "42d32e89-e50a-43a3-9145-dfc582d0d724", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.FileFieldType|Rock.Field.Types.ImageFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "a059767a-5592-4926-948a-1065af4e9748" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "1bdc7aca-9a0b-4c8a-909e-8b4143d9c2a3", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "SaveCommunicationHistory", | |
| "Name": "Save Communication History", | |
| "Description": "Should a record of this communication be saved to the recipient's profile?", | |
| "Order": 11, | |
| "IsGridColumn": false, | |
| "DefaultValue": "False", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Save Communication History", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:37.99", | |
| "ModifiedDateTime": "2022-07-13T12:45:53.127" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.BooleanFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SendEmail" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "31c0f6cf-a278-42c1-afaa-2f7bb3c9edf3", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "True", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2019-08-22T00:30:55.363", | |
| "ModifiedDateTime": "2021-06-30T15:27:07.273" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "1bdc7aca-9a0b-4c8a-909e-8b4143d9c2a3" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "f81c3b1a-3d2d-4e84-b20e-f979be3586bd" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Guid": "aff8ea38-45b1-4ae3-96c0-902cd84ae700", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "Name": "Activate 2nd Connection Activity", | |
| "Order": 9, | |
| "IsActionCompletedOnSuccess": true, | |
| "IsActivityCompletedOnSuccess": true, | |
| "CriteriaAttributeGuid": null, | |
| "CriteriaComparisonType": 1, | |
| "CriteriaValue": "", | |
| "CreatedDateTime": "2019-08-22T00:30:55.207", | |
| "ModifiedDateTime": "2022-08-29T12:40:28.797" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "ActivityTypeId", | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Type": 1, | |
| "Data": "5f2c13ab-15bb-4c9f-8602-86d15ede3ea3" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.ActivateActivity" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "e8abd802-372c-47be-82b1-96f50db5169e", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Active", | |
| "Name": "Active", | |
| "Description": "Should Service be used?", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "False", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": null, | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Active", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": null | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.BooleanFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.ActivateActivity" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "7ad7e947-251c-4893-84fc-324ab236ac0b", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "False", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2019-08-22T00:30:55.41", | |
| "ModifiedDateTime": "2019-08-22T00:30:55.41" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "e8abd802-372c-47be-82b1-96f50db5169e" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "aff8ea38-45b1-4ae3-96c0-902cd84ae700" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "3809a78c-b773-440c-8e3f-a8e81d0dae08", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Order", | |
| "Name": "Order", | |
| "Description": "The order that this service should be used (priority)", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": null, | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Order", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": null | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.IntegerFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.ActivateActivity" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "02d5a7a5-8781-46b4-b9fc-af816829d240", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": true, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Activity", | |
| "Name": "Activity", | |
| "Description": "The activity type to activate", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": null, | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Activity", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2019-02-19T10:18:45.137" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowActivityFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.ActivateActivity" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "557a3497-cd04-4e45-8492-f240db664582", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "07DD845B-2E9F-48BF-8A9B-7AAD8272CD4A", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2019-08-22T00:30:55.41", | |
| "ModifiedDateTime": "2022-06-16T15:27:26" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "02d5a7a5-8781-46b4-b9fc-af816829d240" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "aff8ea38-45b1-4ae3-96c0-902cd84ae700" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Guid": "b02c1083-a30d-4251-b127-5dac80555555", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "Name": "Add to New Giver Group", | |
| "Order": 6, | |
| "IsActionCompletedOnSuccess": true, | |
| "IsActivityCompletedOnSuccess": false, | |
| "CriteriaAttributeGuid": null, | |
| "CriteriaComparisonType": 1, | |
| "CriteriaValue": "", | |
| "CreatedDateTime": "2022-06-16T15:42:22.12", | |
| "ModifiedDateTime": "2022-08-29T12:40:28.797" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "ActivityTypeId", | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Type": 1, | |
| "Data": "5f2c13ab-15bb-4c9f-8602-86d15ede3ea3" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.AddPersonToGroup" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "8a2471ed-a6ec-4829-8810-ee5c466653e6", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Person", | |
| "Name": "Person", | |
| "Description": "Workflow attribute that contains the person to add to the group.", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Person", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:40.003", | |
| "ModifiedDateTime": "2019-02-19T10:18:40.003" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.AddPersonToGroup" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "1a78ad9f-6565-4d44-84a7-8209a0be6955", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.PersonFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "8a2471ed-a6ec-4829-8810-ee5c466653e6" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "9bae59b6-02b4-4f62-ba2f-098dd89f7a91", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "aaacf3ae-1ad2-4f93-9ecf-c108d1b1cd6e", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:42:22.213", | |
| "ModifiedDateTime": "2022-06-16T15:42:22.213" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "8a2471ed-a6ec-4829-8810-ee5c466653e6" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "b02c1083-a30d-4251-b127-5dac80555555" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "cf97f457-b451-4fdb-a4fd-36330d286390", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Order", | |
| "Name": "Order", | |
| "Description": "The order that this service should be used (priority)", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Order", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:40.037", | |
| "ModifiedDateTime": "2019-02-19T10:18:40.037" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.IntegerFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.AddPersonToGroup" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "a8f7094d-f011-4b9b-8db5-5e45a7543f70", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Active", | |
| "Name": "Active", | |
| "Description": "Should Service be used?", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "False", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Active", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:40.05", | |
| "ModifiedDateTime": "2019-02-19T10:18:40.05" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.BooleanFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.AddPersonToGroup" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "55acbf43-0651-438e-8973-66bbe3b9e07a", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "False", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:42:22.213", | |
| "ModifiedDateTime": "2022-06-16T15:42:22.213" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "a8f7094d-f011-4b9b-8db5-5e45a7543f70" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "b02c1083-a30d-4251-b127-5dac80555555" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "56dc38ba-086a-43ff-89c1-549ad5ff3452", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "GroupAndRole", | |
| "Name": "Group and Role", | |
| "Description": "Group/Role to add the person to. Leave role blank to use the default role for that group.", | |
| "Order": 1, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Group and Role", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:40.02", | |
| "ModifiedDateTime": "2019-02-19T11:23:17.35" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.GroupAndRoleFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.AddPersonToGroup" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "132778ae-d875-4889-a885-762fe2fca3dc", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "groupAndRolePickerLabel", | |
| "Value": "Group" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "56dc38ba-086a-43ff-89c1-549ad5ff3452" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "b7e98113-eb23-435f-b721-c23c30362f5e", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "0a1c4b81-1006-487e-ae98-eacb8c664e45|74299047-9c6a-4e36-912f-122874e57b70|2c2b6a4a-6148-4e08-9b04-86a55ff7d824", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:42:22.213", | |
| "ModifiedDateTime": "2022-06-16T15:42:22.213" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "56dc38ba-086a-43ff-89c1-549ad5ff3452" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "b02c1083-a30d-4251-b127-5dac80555555" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "d7e181e9-2225-45c6-a314-347a13058304", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "GroupMemberStatus", | |
| "Name": "Group Member Status", | |
| "Description": "The status to set the user to in the group.", | |
| "Order": 2, | |
| "IsGridColumn": false, | |
| "DefaultValue": "1", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Group Member Status", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:51:09.29", | |
| "ModifiedDateTime": "2019-02-19T11:23:17.38" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.SelectSingleFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.AddPersonToGroup" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "cda26650-3b71-403a-94aa-5f4c5a7bb320", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "enumSourceTypeKey", | |
| "Value": "Rock.Model.GroupMemberStatus" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "d7e181e9-2225-45c6-a314-347a13058304" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "6e62393d-7ef8-4617-8533-39920b8b1c3c", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "fieldtype", | |
| "Value": "rb" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "d7e181e9-2225-45c6-a314-347a13058304" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "afbbb9aa-979d-48fb-b996-df1e89e2624a", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "values", | |
| "Value": "0^Inactive,1^Active,2^Pending" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "d7e181e9-2225-45c6-a314-347a13058304" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "47d19270-071c-4536-beb3-01d8c15bc065", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "1", | |
| "ValueAsNumeric": 1.0, | |
| "CreatedDateTime": "2022-06-16T15:42:22.213", | |
| "ModifiedDateTime": "2022-06-16T15:42:22.213" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "d7e181e9-2225-45c6-a314-347a13058304" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "b02c1083-a30d-4251-b127-5dac80555555" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "aa7ecb37-5a04-458a-a35e-6f318c7df3be", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "UpdateExisting", | |
| "Name": "Update Existing", | |
| "Description": "If the selected person already belongs to the selected group, should their current role and status be updated to reflect the configured values above.", | |
| "Order": 3, | |
| "IsGridColumn": false, | |
| "DefaultValue": "True", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Update Existing", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T11:23:17.403", | |
| "ModifiedDateTime": "2019-02-19T11:23:17.403" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.BooleanFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.AddPersonToGroup" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "2f75dff2-50d8-4b7d-a1eb-46cdc421a463", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "False", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:42:22.213", | |
| "ModifiedDateTime": "2022-08-25T16:22:02.127" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "aa7ecb37-5a04-458a-a35e-6f318c7df3be" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "b02c1083-a30d-4251-b127-5dac80555555" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Guid": "fecbc674-8eff-44ce-8efd-e5761b491175", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "Name": "Create 1st Connection CR", | |
| "Order": 1, | |
| "IsActionCompletedOnSuccess": true, | |
| "IsActivityCompletedOnSuccess": false, | |
| "CriteriaAttributeGuid": null, | |
| "CriteriaComparisonType": 1, | |
| "CriteriaValue": "", | |
| "CreatedDateTime": "2022-06-16T15:42:22.12", | |
| "ModifiedDateTime": "2022-06-16T15:50:22.31" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "ActivityTypeId", | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Type": 1, | |
| "Data": "5f2c13ab-15bb-4c9f-8602-86d15ede3ea3" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.CreateConnectionRequest" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "e76aedaf-b19a-4957-ace2-ff34db57dd3c", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "PersonAttribute", | |
| "Name": "Person Attribute", | |
| "Description": "The Person attribute that contains the person that connection request should be created for.", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Person Attribute", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:38.597", | |
| "ModifiedDateTime": "2019-02-19T10:18:38.597" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.CreateConnectionRequest" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "1e845689-f4c6-4ad9-bc90-6bf9f677d8e1", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.PersonFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "e76aedaf-b19a-4957-ace2-ff34db57dd3c" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "1aaaad89-5a70-4bef-9114-7dcd5c3ea942", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "aaacf3ae-1ad2-4f93-9ecf-c108d1b1cd6e", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:42:22.26", | |
| "ModifiedDateTime": "2022-06-16T15:42:22.26" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "e76aedaf-b19a-4957-ace2-ff34db57dd3c" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "fecbc674-8eff-44ce-8efd-e5761b491175" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "f8885000-da2c-42b9-97db-fc976726f4c4", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Order", | |
| "Name": "Order", | |
| "Description": "The order that this service should be used (priority)", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Order", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:38.85", | |
| "ModifiedDateTime": "2019-02-19T10:18:38.85" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.IntegerFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.CreateConnectionRequest" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "eca9b6b7-3058-4102-a953-f65a5eaa7340", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Active", | |
| "Name": "Active", | |
| "Description": "Should Service be used?", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "False", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Active", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:38.867", | |
| "ModifiedDateTime": "2019-02-19T10:18:38.867" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.BooleanFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.CreateConnectionRequest" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "0f999a65-3e40-4afd-bb2e-7ad1741222e8", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "False", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:42:22.26", | |
| "ModifiedDateTime": "2022-06-16T15:42:22.26" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "eca9b6b7-3058-4102-a953-f65a5eaa7340" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "fecbc674-8eff-44ce-8efd-e5761b491175" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "753fdd9f-f2f8-462f-be50-3e9ee4beaf17", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "ConnectionOpportunityAttribute", | |
| "Name": "Connection Opportunity Attribute", | |
| "Description": "The attribute that contains the type of connection opportunity to create.", | |
| "Order": 1, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Connection Opportunity Attribute", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:38.613", | |
| "ModifiedDateTime": "2019-02-19T10:18:38.613" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.CreateConnectionRequest" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "5b25bc9a-a637-4124-9baa-4c62e96a981d", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.ConnectionOpportunityFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "753fdd9f-f2f8-462f-be50-3e9ee4beaf17" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "be151d32-da7c-4a1c-a83c-70f752b7872a", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "12be0d24-d5f0-4f4e-942d-8484e351ba58", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:42:22.26", | |
| "ModifiedDateTime": "2022-06-16T15:42:22.26" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "753fdd9f-f2f8-462f-be50-3e9ee4beaf17" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "fecbc674-8eff-44ce-8efd-e5761b491175" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "7736cbf8-a43d-4670-862a-24941ffdd1a9", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "ConnectionStatusAttribute", | |
| "Name": "Connection Status Attribute", | |
| "Description": "The attribute that contains the connection status to use for the new request.", | |
| "Order": 2, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Connection Status Attribute", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:38.627", | |
| "ModifiedDateTime": "2019-02-19T10:18:38.627" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.CreateConnectionRequest" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "0e935c4e-b5f7-4070-9904-9b9cd27cf24f", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.ConnectionStatusFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "7736cbf8-a43d-4670-862a-24941ffdd1a9" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "7fcb2a59-b25c-4154-b1a4-6b3ee40b9f81", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "ConnectionStatus", | |
| "Name": "Connection Status", | |
| "Description": "The connection status to use for the new request (when Connection Status Attribute is not specified or invalid). If neither this setting or the Connection Status Attribute setting are set, the default status will be used.", | |
| "Order": 3, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Connection Status", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:38.777", | |
| "ModifiedDateTime": "2019-02-19T10:18:38.777" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.ConnectionStatusFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.CreateConnectionRequest" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "8480dceb-bc43-4fdc-aaec-51d6ece39667", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "includeInactive", | |
| "Value": "False" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "7fcb2a59-b25c-4154-b1a4-6b3ee40b9f81" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "8c7bb4bc-5605-4a94-975d-fd447eb728d2", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "15BF6B92-490D-4F3F-B4C7-D2FCBAD014A8", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:42:22.26", | |
| "ModifiedDateTime": "2022-06-16T15:42:22.26" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "7fcb2a59-b25c-4154-b1a4-6b3ee40b9f81" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "fecbc674-8eff-44ce-8efd-e5761b491175" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "82f81ac5-9fc2-4770-9680-a13f17de4aec", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "CampusAttribute", | |
| "Name": "Campus Attribute", | |
| "Description": "An optional attribute that contains the campus to use for the request.", | |
| "Order": 4, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Campus Attribute", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:38.79", | |
| "ModifiedDateTime": "2019-02-19T10:18:38.79" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.CreateConnectionRequest" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "37724ec4-7f5f-4bb8-a667-88096c2d25ba", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.CampusFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "82f81ac5-9fc2-4770-9680-a13f17de4aec" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "294299a7-5cf3-44ba-9556-7304ce559afc", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "e40600ef-f5e0-40a7-964d-b0e8c283f759", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-29T11:27:11.72", | |
| "ModifiedDateTime": "2022-08-29T11:27:11.72" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "82f81ac5-9fc2-4770-9680-a13f17de4aec" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "fecbc674-8eff-44ce-8efd-e5761b491175" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "df7fd528-013c-4bea-b368-69e7117ff9ac", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "ConnectionCommentAttribute", | |
| "Name": "Connection Comment Attribute", | |
| "Description": "An optional attribute that contains the comment to use for the request.", | |
| "Order": 5, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Connection Comment Attribute", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:38.81", | |
| "ModifiedDateTime": "2019-02-19T10:18:38.81" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.CreateConnectionRequest" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "e98ee4ae-9b1e-45e4-8dad-6c3c49c4184d", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.MemoFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "df7fd528-013c-4bea-b368-69e7117ff9ac" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "ee92e947-1992-4be7-8e19-30774479dbc1", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "ConnectionRequestAttribute", | |
| "Name": "Connection Request Attribute", | |
| "Description": "An optional connection request attribute to store the request that is created.", | |
| "Order": 6, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Connection Request Attribute", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:38.83", | |
| "ModifiedDateTime": "2019-02-19T10:18:38.83" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.CreateConnectionRequest" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "7ad596ae-ce0b-4e50-b0c7-a940997a42b5", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.ConnectionRequestFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "ee92e947-1992-4be7-8e19-30774479dbc1" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "056279d7-ccda-4646-9fa5-f00c6998f95c", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "97d25afe-888a-4a05-8424-ffa19320fab2", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:42:22.26", | |
| "ModifiedDateTime": "2022-06-16T15:42:22.26" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "ee92e947-1992-4be7-8e19-30774479dbc1" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "fecbc674-8eff-44ce-8efd-e5761b491175" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Guid": "4adfc61f-163b-49fc-951f-f37159e47acd", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "Name": "Update 1st Giving Date CR Attribute", | |
| "Order": 2, | |
| "IsActionCompletedOnSuccess": true, | |
| "IsActivityCompletedOnSuccess": false, | |
| "CriteriaAttributeGuid": null, | |
| "CriteriaComparisonType": 1, | |
| "CriteriaValue": "", | |
| "CreatedDateTime": "2022-06-16T16:01:30.86", | |
| "ModifiedDateTime": "2022-06-16T16:01:30.86" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "ActivityTypeId", | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Type": 1, | |
| "Data": "5f2c13ab-15bb-4c9f-8602-86d15ede3ea3" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetEntityAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "a7d39177-41ef-49b6-8809-9ff79e942f2c", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "EntityType", | |
| "Name": "Entity Type", | |
| "Description": "The type of Entity.", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Entity Type", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:51:12.697", | |
| "ModifiedDateTime": "2019-02-19T10:51:12.697" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.EntityTypeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetEntityAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "87cb2437-4ec9-4bd4-8b59-01ed63dc644f", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "includeglobal", | |
| "Value": "False" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "a7d39177-41ef-49b6-8809-9ff79e942f2c" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "bc63de52-7b3b-4ecc-ba2c-f4e610aa7d81", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "36b0d0c7-8125-48fa-9da2-729aaa65f718", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T16:01:30.94", | |
| "ModifiedDateTime": "2022-06-16T16:01:30.94" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "a7d39177-41ef-49b6-8809-9ff79e942f2c" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "4adfc61f-163b-49fc-951f-f37159e47acd" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "f9e8ebb4-2bdf-413c-87c7-9b2085e97fb3", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Order", | |
| "Name": "Order", | |
| "Description": "The order that this service should be used (priority)", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Order", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:51:12.753", | |
| "ModifiedDateTime": "2019-02-19T10:51:12.753" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.IntegerFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetEntityAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "d01c4cfe-8f94-4321-9a28-8b0161dea584", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Active", | |
| "Name": "Active", | |
| "Description": "Should Service be used?", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "False", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Active", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:51:12.763", | |
| "ModifiedDateTime": "2019-02-19T10:51:12.763" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.BooleanFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetEntityAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "148ed2d7-c2a4-4bfa-8a01-a7ed2a938cfd", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "False", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T16:01:30.94", | |
| "ModifiedDateTime": "2022-06-16T16:01:30.94" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "d01c4cfe-8f94-4321-9a28-8b0161dea584" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "4adfc61f-163b-49fc-951f-f37159e47acd" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "f7cd5c29-69f3-4acf-9cfe-56169dad1454", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "EntityIdGuid", | |
| "Name": "Entity Id or Guid|Entity Attribute", | |
| "Description": "The id or guid of the entity. <span class='tip tip-lava'></span>.", | |
| "Order": 1, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Entity Id or Guid|Entity Attribute", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:51:12.713", | |
| "ModifiedDateTime": "2021-01-18T19:13:50.317" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetEntityAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "f2272b44-8130-4d65-a784-3bc38dd18852", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "97d25afe-888a-4a05-8424-ffa19320fab2", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T16:01:30.94", | |
| "ModifiedDateTime": "2022-06-16T16:01:30.94" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "f7cd5c29-69f3-4acf-9cfe-56169dad1454" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "4adfc61f-163b-49fc-951f-f37159e47acd" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "d3ee93db-fcf6-4e25-bcca-8a851c699168", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "AttributeKey", | |
| "Name": "Attribute Key|Attribute Key Attribute", | |
| "Description": "The key of the attribute to set. <span class='tip tip-lava'></span>", | |
| "Order": 2, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Attribute Key|Attribute Key Attribute", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:51:12.727", | |
| "ModifiedDateTime": "2019-02-19T10:51:12.727" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetEntityAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "fc72c997-2258-40a0-8dd7-aa4ee08c190b", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "1stGivingDate", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T16:01:30.94", | |
| "ModifiedDateTime": "2022-06-16T16:01:30.94" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "d3ee93db-fcf6-4e25-bcca-8a851c699168" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "4adfc61f-163b-49fc-951f-f37159e47acd" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "d8111a02-a813-42ab-938e-1d9e2742aaef", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "AttributeValue", | |
| "Name": "Attribute Value|Attribute Value Attribute", | |
| "Description": "The value to set. <span class='tip tip-lava'></span>", | |
| "Order": 3, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Attribute Value|Attribute Value Attribute", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:51:12.74", | |
| "ModifiedDateTime": "2019-02-19T10:51:12.74" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetEntityAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "34bb5aa4-8ae2-48d8-b744-3415fc7f5718", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "79edec1f-6453-4e20-ab5e-3fa00e9d347c", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T16:01:30.94", | |
| "ModifiedDateTime": "2022-06-16T16:01:30.94" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "d8111a02-a813-42ab-938e-1d9e2742aaef" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "4adfc61f-163b-49fc-951f-f37159e47acd" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Guid": "2867dffc-0103-49cd-9ec2-c1f41191a82c", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "Name": "Update 1st Giving Amount CR Attribute", | |
| "Order": 3, | |
| "IsActionCompletedOnSuccess": true, | |
| "IsActivityCompletedOnSuccess": false, | |
| "CriteriaAttributeGuid": null, | |
| "CriteriaComparisonType": 1, | |
| "CriteriaValue": "", | |
| "CreatedDateTime": "2022-06-16T16:01:30.86", | |
| "ModifiedDateTime": "2022-06-16T16:01:30.86" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "ActivityTypeId", | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Type": 1, | |
| "Data": "5f2c13ab-15bb-4c9f-8602-86d15ede3ea3" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetEntityAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "eec2a05a-52e3-4a3f-8ecb-8857d686f374", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "36b0d0c7-8125-48fa-9da2-729aaa65f718", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T16:01:30.97", | |
| "ModifiedDateTime": "2022-06-16T16:01:30.97" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "a7d39177-41ef-49b6-8809-9ff79e942f2c" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "2867dffc-0103-49cd-9ec2-c1f41191a82c" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "7d0ba106-c250-4299-9b8c-70df348ac109", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "False", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T16:01:30.97", | |
| "ModifiedDateTime": "2022-06-16T16:01:30.97" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "d01c4cfe-8f94-4321-9a28-8b0161dea584" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "2867dffc-0103-49cd-9ec2-c1f41191a82c" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "7938329c-3ed6-4c6e-b5ea-8b7cf730ab0c", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "97d25afe-888a-4a05-8424-ffa19320fab2", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T16:01:30.97", | |
| "ModifiedDateTime": "2022-06-16T16:01:30.97" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "f7cd5c29-69f3-4acf-9cfe-56169dad1454" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "2867dffc-0103-49cd-9ec2-c1f41191a82c" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "d56ecba5-6c1f-4e75-b785-d4ef6f637478", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "1stGivingAmount", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T16:01:30.97", | |
| "ModifiedDateTime": "2022-06-16T16:01:30.97" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "d3ee93db-fcf6-4e25-bcca-8a851c699168" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "2867dffc-0103-49cd-9ec2-c1f41191a82c" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "a5091ff0-7f11-4e7a-afe5-edf91ffe8214", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "c6391bbd-ca89-4ee8-ab9f-af4c40161b70", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T16:01:30.97", | |
| "ModifiedDateTime": "2022-06-16T16:01:30.97" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "d8111a02-a813-42ab-938e-1d9e2742aaef" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "2867dffc-0103-49cd-9ec2-c1f41191a82c" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Guid": "af32ec4f-868b-46b4-9dce-e18430942947", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "Name": "Update First Gift Email Sent Attribute", | |
| "Order": 5, | |
| "IsActionCompletedOnSuccess": true, | |
| "IsActivityCompletedOnSuccess": false, | |
| "CriteriaAttributeGuid": null, | |
| "CriteriaComparisonType": 1, | |
| "CriteriaValue": "", | |
| "CreatedDateTime": "2022-08-22T10:06:29.77", | |
| "ModifiedDateTime": "2022-08-29T12:40:28.797" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "ActivityTypeId", | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Type": 1, | |
| "Data": "5f2c13ab-15bb-4c9f-8602-86d15ede3ea3" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetPersonAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "e5bac4a6-ff7f-4016-ba9c-72d16cb60184", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": true, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Active", | |
| "Name": "Active", | |
| "Description": "Should Service be used?", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "False", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": null, | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Active", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": null | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.BooleanFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetPersonAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "0f2a2d87-d10d-4dd3-b313-7b703d0b0072", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "False", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-22T10:06:29.927", | |
| "ModifiedDateTime": "2022-08-22T10:06:29.927" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "e5bac4a6-ff7f-4016-ba9c-72d16cb60184" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "af32ec4f-868b-46b4-9dce-e18430942947" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "e456fb6f-05db-4826-a612-5b704bc4ea13", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": true, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Person", | |
| "Name": "Person", | |
| "Description": "Workflow attribute that contains the person to update.", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": null, | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Person", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2019-02-19T10:18:43.207" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetPersonAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "5155c6e2-8954-4512-b2e9-c21374f35f7a", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.PersonFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "e456fb6f-05db-4826-a612-5b704bc4ea13" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "5f046d5d-dffc-405f-9f64-98d68ee03d7d", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "aaacf3ae-1ad2-4f93-9ecf-c108d1b1cd6e", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-22T10:06:29.927", | |
| "ModifiedDateTime": "2022-08-22T10:06:29.927" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "e456fb6f-05db-4826-a612-5b704bc4ea13" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "af32ec4f-868b-46b4-9dce-e18430942947" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "3f3bf3e6-ad53-491e-a40f-441f2afcbb5b", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": true, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Order", | |
| "Name": "Order", | |
| "Description": "The order that this service should be used (priority)", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": null, | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Order", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2019-02-19T10:18:43.253" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.IntegerFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetPersonAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "8f4bb00f-7fa2-41ad-8e90-81f4dfe2c762", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": true, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "PersonAttribute", | |
| "Name": "Person Attribute", | |
| "Description": "The person attribute that should be updated with the provided value.", | |
| "Order": 1, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": null, | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Person Attribute", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2019-02-19T10:18:43.23" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.AttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetPersonAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "670f1aaa-7b00-4f63-8893-290f7e9737ff", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "allowmultiple", | |
| "Value": "False" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "8f4bb00f-7fa2-41ad-8e90-81f4dfe2c762" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "0369867a-53d2-4355-94ea-d9b38d4c6ecb", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "entitytype", | |
| "Value": "72657ED8-D16E-492E-AC12-144C5E7567E7" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "8f4bb00f-7fa2-41ad-8e90-81f4dfe2c762" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "3acde99a-a811-4d83-92b4-6891bd45128a", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "2bf8de5e-6810-43ec-9f48-d327b0074941", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-22T10:06:29.927", | |
| "ModifiedDateTime": "2022-08-22T10:06:29.927" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "8f4bb00f-7fa2-41ad-8e90-81f4dfe2c762" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "af32ec4f-868b-46b4-9dce-e18430942947" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "94689bde-493e-4869-a614-2d54822d747c", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": true, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Value", | |
| "Name": "Value|Attribute Value", | |
| "Description": "The value or attribute value to set the person attribute to. <span class='tip tip-lava'></span>", | |
| "Order": 2, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": null, | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Value|Attribute Value", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": null | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetPersonAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "c3dd61bf-fddf-4dad-b00c-d09943861674", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "{{ 'Now' | Date:'M/d/yyyy' }}", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-22T10:06:29.927", | |
| "ModifiedDateTime": "2022-08-22T10:06:29.927" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "94689bde-493e-4869-a614-2d54822d747c" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "af32ec4f-868b-46b4-9dce-e18430942947" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Guid": "68ad8c9b-edb6-49d8-9951-6f99011b34bd", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "Name": "Update Date Added Group Attribute", | |
| "Order": 7, | |
| "IsActionCompletedOnSuccess": true, | |
| "IsActivityCompletedOnSuccess": false, | |
| "CriteriaAttributeGuid": null, | |
| "CriteriaComparisonType": 1, | |
| "CriteriaValue": "", | |
| "CreatedDateTime": "2022-08-25T16:09:38.21", | |
| "ModifiedDateTime": "2022-08-29T12:40:28.797" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "ActivityTypeId", | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Type": 1, | |
| "Data": "5f2c13ab-15bb-4c9f-8602-86d15ede3ea3" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetGroupMemberAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "480c948c-e883-432c-afcf-b4ede4d22fa9", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Group", | |
| "Name": "Group", | |
| "Description": "The attribute containing the group to get the leader for.", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Group", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:41.353", | |
| "ModifiedDateTime": "2019-02-19T10:18:41.353" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetGroupMemberAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "d49da4d0-85f5-4ccd-b8ed-2e9665711d1b", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.GroupFieldType|Rock.Field.Types.GroupFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "480c948c-e883-432c-afcf-b4ede4d22fa9" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "9aeffdbc-d835-47fc-9c98-bf5e3ac90de0", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "f2ecc1ce-a633-4806-b5c1-d3b6ff826389", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-25T16:09:38.333", | |
| "ModifiedDateTime": "2022-08-25T16:09:38.333" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "480c948c-e883-432c-afcf-b4ede4d22fa9" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "68ad8c9b-edb6-49d8-9951-6f99011b34bd" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "7747a140-aa6a-45b3-b120-60bd586c126f", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Order", | |
| "Name": "Order", | |
| "Description": "The order that this service should be used (priority)", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Order", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:41.433", | |
| "ModifiedDateTime": "2019-02-19T10:18:41.433" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.IntegerFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetGroupMemberAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "508cb657-e1be-4b54-865c-f7d2bf90ee0a", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Active", | |
| "Name": "Active", | |
| "Description": "Should Service be used?", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "False", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Active", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:41.463", | |
| "ModifiedDateTime": "2019-02-19T10:18:41.463" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.BooleanFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetGroupMemberAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "996bad7b-719b-4556-8413-5a642cc50f34", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "False", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-25T16:09:38.333", | |
| "ModifiedDateTime": "2022-08-25T16:09:38.333" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "508cb657-e1be-4b54-865c-f7d2bf90ee0a" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "68ad8c9b-edb6-49d8-9951-6f99011b34bd" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "2add7fe4-04ec-4705-9458-f9f72ef3e44c", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Person", | |
| "Name": "Person", | |
| "Description": "The attribute to set to the person in the group.", | |
| "Order": 1, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Person", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:41.373", | |
| "ModifiedDateTime": "2019-02-19T10:18:41.373" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetGroupMemberAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "7349dcc5-f817-4589-8a16-a32e057f745d", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.PersonFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "2add7fe4-04ec-4705-9458-f9f72ef3e44c" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "376663c6-527e-48ba-b8ce-157a9df9029d", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "aaacf3ae-1ad2-4f93-9ecf-c108d1b1cd6e", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-25T16:09:38.333", | |
| "ModifiedDateTime": "2022-08-25T16:09:38.333" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "2add7fe4-04ec-4705-9458-f9f72ef3e44c" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "68ad8c9b-edb6-49d8-9951-6f99011b34bd" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "a42407e1-9212-43c3-b55c-d735d9ad00b0", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "GroupMemberAttributeKey", | |
| "Name": "Group Member Attribute Key", | |
| "Description": "The attribute key to use for the group member attribute.", | |
| "Order": 2, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Group Member Attribute Key", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:41.387", | |
| "ModifiedDateTime": "2019-02-19T10:18:41.387" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.TextFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetGroupMemberAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "3c920bec-2dee-47ec-aca6-f2a0c0e4743a", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "DatePlaced", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-25T16:09:38.333", | |
| "ModifiedDateTime": "2022-08-25T16:22:02.157" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "a42407e1-9212-43c3-b55c-d735d9ad00b0" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "68ad8c9b-edb6-49d8-9951-6f99011b34bd" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "5526fcb2-c862-44bb-a0b2-e88ad4bc3264", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "GroupRoleFilter", | |
| "Name": "Group Role Filter", | |
| "Description": "Use to set the attribute if the person is a specific role. If no role filter is provided then the all roles will be used.", | |
| "Order": 3, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Group Role Filter", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:41.403", | |
| "ModifiedDateTime": "2019-02-19T10:18:41.403" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.GroupRoleFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetGroupMemberAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "2ec32feb-95c7-4d3f-959a-709cb8b8cef2", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "2c2b6a4a-6148-4e08-9b04-86a55ff7d824", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-25T16:16:30.54", | |
| "ModifiedDateTime": "2022-08-25T16:16:30.54" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "5526fcb2-c862-44bb-a0b2-e88ad4bc3264" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "68ad8c9b-edb6-49d8-9951-6f99011b34bd" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "95c9e77f-aa3d-4d64-b897-abf509f57171", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "AttributeValue", | |
| "Name": "Text Value|Attribute Value", | |
| "Description": "The text or attribute to set the value from. <span class='tip tip-lava'></span>", | |
| "Order": 4, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Text Value|Attribute Value", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:41.417", | |
| "ModifiedDateTime": "2019-02-19T10:18:41.417" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetGroupMemberAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "46732d74-81c4-4928-807d-eda22eff174a", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "{{ 'Now' | Date:'MM/dd/yyyy' }}", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-25T16:09:38.333", | |
| "ModifiedDateTime": "2022-08-25T16:09:38.333" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "95c9e77f-aa3d-4d64-b897-abf509f57171" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "68ad8c9b-edb6-49d8-9951-6f99011b34bd" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Guid": "1e9b3c77-2281-488b-9f4f-3efc7b4838e5", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "Name": "Update Giving Id Attribute", | |
| "Order": 8, | |
| "IsActionCompletedOnSuccess": true, | |
| "IsActivityCompletedOnSuccess": false, | |
| "CriteriaAttributeGuid": null, | |
| "CriteriaComparisonType": 1, | |
| "CriteriaValue": "", | |
| "CreatedDateTime": "2022-08-26T14:54:41.643", | |
| "ModifiedDateTime": "2022-08-29T12:40:28.797" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "ActivityTypeId", | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Type": 1, | |
| "Data": "5f2c13ab-15bb-4c9f-8602-86d15ede3ea3" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetGroupMemberAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "3de9ef1f-93f9-40ce-bc28-43ee076d62d0", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "f2ecc1ce-a633-4806-b5c1-d3b6ff826389", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-26T14:54:41.797", | |
| "ModifiedDateTime": "2022-08-26T14:54:41.797" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "480c948c-e883-432c-afcf-b4ede4d22fa9" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "1e9b3c77-2281-488b-9f4f-3efc7b4838e5" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "897b581c-2b79-4bfb-b358-704b0bb75693", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "False", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-26T14:54:41.797", | |
| "ModifiedDateTime": "2022-08-26T14:54:41.797" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "508cb657-e1be-4b54-865c-f7d2bf90ee0a" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "1e9b3c77-2281-488b-9f4f-3efc7b4838e5" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "500c8230-005f-4659-af58-c7995c67dc50", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "aaacf3ae-1ad2-4f93-9ecf-c108d1b1cd6e", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-26T14:54:41.797", | |
| "ModifiedDateTime": "2022-08-26T14:54:41.797" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "2add7fe4-04ec-4705-9458-f9f72ef3e44c" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "1e9b3c77-2281-488b-9f4f-3efc7b4838e5" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "0ce8b9b5-6127-41ec-9e36-b77d677aede5", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "GivingId", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-26T14:54:41.797", | |
| "ModifiedDateTime": "2022-08-26T14:54:41.797" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "a42407e1-9212-43c3-b55c-d735d9ad00b0" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "1e9b3c77-2281-488b-9f4f-3efc7b4838e5" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "22a491d6-fcf9-4518-be94-53cc9ffb2aec", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "2c2b6a4a-6148-4e08-9b04-86a55ff7d824", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-26T14:54:41.797", | |
| "ModifiedDateTime": "2022-08-26T14:54:41.797" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "5526fcb2-c862-44bb-a0b2-e88ad4bc3264" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "1e9b3c77-2281-488b-9f4f-3efc7b4838e5" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "53370c6d-f939-4642-a1d3-9c2c33bd0c76", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "{{ Workflow | Attribute:'GivingId' }}", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-26T14:54:41.797", | |
| "ModifiedDateTime": "2022-08-26T14:54:41.797" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "95c9e77f-aa3d-4d64-b897-abf509f57171" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "1e9b3c77-2281-488b-9f4f-3efc7b4838e5" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Guid": "0544799a-56bb-47c7-869a-f5b06bc332ed", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "Name": "Add Activity Note", | |
| "Order": 4, | |
| "IsActionCompletedOnSuccess": true, | |
| "IsActivityCompletedOnSuccess": false, | |
| "CriteriaAttributeGuid": null, | |
| "CriteriaComparisonType": 1, | |
| "CriteriaValue": "", | |
| "CreatedDateTime": "2022-08-29T12:40:28.797", | |
| "ModifiedDateTime": "2022-08-29T12:40:28.797" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "ActivityTypeId", | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Type": 1, | |
| "Data": "5f2c13ab-15bb-4c9f-8602-86d15ede3ea3" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.AddConnectionRequestActivity" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "03dec77b-edb2-4f66-82eb-a55fe7959d48", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "ConnectionRequestAttribute", | |
| "Name": "Connection Request Attribute", | |
| "Description": "The attribute that contains the connection request to add an activity to.", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Connection Request Attribute", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:38.45", | |
| "ModifiedDateTime": "2019-02-19T10:18:38.45" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.AddConnectionRequestActivity" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "d221aef2-9f07-47be-a4b6-9266089fdeaa", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.ConnectionRequestFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "03dec77b-edb2-4f66-82eb-a55fe7959d48" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "5494cc2d-028f-465a-8f39-90607f6dcef7", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "97d25afe-888a-4a05-8424-ffa19320fab2", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-29T12:40:28.967", | |
| "ModifiedDateTime": "2022-08-29T12:40:28.967" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "03dec77b-edb2-4f66-82eb-a55fe7959d48" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "0544799a-56bb-47c7-869a-f5b06bc332ed" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "153ed9f6-617c-4fe2-9217-21794cec0220", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Order", | |
| "Name": "Order", | |
| "Description": "The order that this service should be used (priority)", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Order", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:38.53", | |
| "ModifiedDateTime": "2019-02-19T10:18:38.53" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.IntegerFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.AddConnectionRequestActivity" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "5cf72277-2564-4137-890b-c2bec8114116", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Active", | |
| "Name": "Active", | |
| "Description": "Should Service be used?", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "False", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Active", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:38.58", | |
| "ModifiedDateTime": "2019-02-19T10:18:38.58" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.BooleanFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.AddConnectionRequestActivity" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "f992ee70-782a-4341-877a-5ff91c8667d2", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "False", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-29T12:40:28.967", | |
| "ModifiedDateTime": "2022-08-29T12:40:28.967" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "5cf72277-2564-4137-890b-c2bec8114116" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "0544799a-56bb-47c7-869a-f5b06bc332ed" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "ac6814f0-74b9-4fcc-a22f-25b61484a4b9", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "ConnectionActivityTypeAttribute", | |
| "Name": "Connection Activity Type Attribute", | |
| "Description": "The attribute that contains the activity type to add.", | |
| "Order": 1, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Connection Activity Type Attribute", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:38.477", | |
| "ModifiedDateTime": "2019-02-19T10:18:38.477" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.AddConnectionRequestActivity" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "6f4f83d3-e551-4745-b042-03c2858e0703", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.ConnectionActivityTypeFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "ac6814f0-74b9-4fcc-a22f-25b61484a4b9" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "7498325d-2d08-48da-a28b-137e4e8d58f7", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "df256e8a-5883-493a-a301-6a297648ef96", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-29T12:40:28.967", | |
| "ModifiedDateTime": "2022-08-29T12:40:28.967" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "ac6814f0-74b9-4fcc-a22f-25b61484a4b9" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "0544799a-56bb-47c7-869a-f5b06bc332ed" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "aaea9418-f195-4fbd-a8d2-2e48a7eeb96d", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Note", | |
| "Name": "Note|Attribute Value", | |
| "Description": "The note or an attribute that contains the note for the new activity. <span class='tip tip-lava'></span>", | |
| "Order": 2, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Note|Attribute Value", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:38.493", | |
| "ModifiedDateTime": "2019-02-19T10:18:38.493" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.AddConnectionRequestActivity" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "7cc3f799-7b73-4cc4-a3a0-2b17610a1bf6", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.TextFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "aaea9418-f195-4fbd-a8d2-2e48a7eeb96d" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "aae28b02-88d7-4691-a6b1-477e0cb73adf", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "1st Time Givers system email sent", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-29T12:40:28.967", | |
| "ModifiedDateTime": "2022-08-29T12:52:10.41" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "aaea9418-f195-4fbd-a8d2-2e48a7eeb96d" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "0544799a-56bb-47c7-869a-f5b06bc332ed" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "5b274cc3-2667-4823-ae40-cb8cf6610c03", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "PersonAttribute", | |
| "Name": "Person Attribute", | |
| "Description": "An optional Person attribute that contains the person who is adding the activity.", | |
| "Order": 3, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Person Attribute", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:38.513", | |
| "ModifiedDateTime": "2019-02-19T10:18:38.513" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.AddConnectionRequestActivity" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "b2635550-73ec-4e0a-b845-04c163c8ddc2", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.PersonFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "5b274cc3-2667-4823-ae40-cb8cf6610c03" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "e2cdd8c5-a7a1-41fd-8182-d9c8cb82c5c6", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "ConnectionRequestActivityAttribute", | |
| "Name": "Connection Request Activity Attribute", | |
| "Description": "An optional connection request activity attribute to store the request activity that is created.", | |
| "Order": 4, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Connection Request Activity Attribute", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2020-06-24T17:52:36.317", | |
| "ModifiedDateTime": "2020-06-24T17:52:36.317" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.AddConnectionRequestActivity" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "203f55fe-4df5-46bd-ae63-c3c4bda09969", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.ConnectionRequestActivityFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "e2cdd8c5-a7a1-41fd-8182-d9c8cb82c5c6" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Guid": "c2d003b0-2526-4a00-af24-4febd0b48397", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsActive": true, | |
| "Name": "Complete Workflow", | |
| "Description": "", | |
| "IsActivatedWithWorkflow": false, | |
| "Order": 3, | |
| "CreatedDateTime": "2019-08-22T00:30:55.207", | |
| "ModifiedDateTime": "2022-06-16T15:27:25.953" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "WorkflowTypeId", | |
| "EntityType": "Rock.Model.WorkflowType", | |
| "Type": 1, | |
| "Data": "affc79bc-7315-4c18-b2a9-a20e4ca33d70" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Guid": "ee062f07-7590-4a74-96ea-bbfc4918fac5", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "Name": "Complete Workflow", | |
| "Order": 0, | |
| "IsActionCompletedOnSuccess": true, | |
| "IsActivityCompletedOnSuccess": true, | |
| "CriteriaAttributeGuid": null, | |
| "CriteriaComparisonType": 1, | |
| "CriteriaValue": "", | |
| "CreatedDateTime": "2019-08-22T00:30:55.27", | |
| "ModifiedDateTime": "2019-08-22T00:30:55.27" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "ActivityTypeId", | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Type": 1, | |
| "Data": "c2d003b0-2526-4a00-af24-4febd0b48397" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.CompleteWorkflow" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "0ca0ddef-48ef-4abc-9822-a05e225de26c", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": true, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Active", | |
| "Name": "Active", | |
| "Description": "Should Service be used?", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "False", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": null, | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Active", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": null | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.BooleanFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.CompleteWorkflow" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "e00e53fe-04da-4859-9076-aebc748ddc8c", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "False", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2019-08-22T00:30:55.427", | |
| "ModifiedDateTime": "2019-08-22T00:30:55.427" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "0ca0ddef-48ef-4abc-9822-a05e225de26c" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "ee062f07-7590-4a74-96ea-bbfc4918fac5" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "25cad4be-5a00-409d-9bab-e32518d89956", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": true, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Order", | |
| "Name": "Order", | |
| "Description": "The order that this service should be used (priority)", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": null, | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Order", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2019-02-19T10:18:45.523" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.IntegerFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.CompleteWorkflow" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "385a255b-9f48-4625-862b-26231dbac53a", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Status", | |
| "Name": "Status|Status Attribute", | |
| "Description": "The status to set the workflow to when marking the workflow complete. <span class='tip tip-lava'></span>", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "Completed", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Status|Status Attribute", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:51:13.893", | |
| "ModifiedDateTime": "2019-02-19T10:51:13.893" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.CompleteWorkflow" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "cd21c30a-832f-4cd1-92c9-2de7f57f9e8a", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "Completed", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2019-08-22T00:30:55.427", | |
| "ModifiedDateTime": "2019-08-22T00:30:55.427" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "385a255b-9f48-4625-862b-26231dbac53a" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "ee062f07-7590-4a74-96ea-bbfc4918fac5" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Guid": "07dd845b-2e9f-48bf-8a9b-7aad8272cd4a", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsActive": true, | |
| "Name": "2nd Connection", | |
| "Description": "Delay for 7-days, send email to new giver, create and close 2nd CR", | |
| "IsActivatedWithWorkflow": false, | |
| "Order": 1, | |
| "CreatedDateTime": "2022-06-16T15:27:25.893", | |
| "ModifiedDateTime": "2022-08-25T16:09:38.21" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "WorkflowTypeId", | |
| "EntityType": "Rock.Model.WorkflowType", | |
| "Type": 1, | |
| "Data": "affc79bc-7315-4c18-b2a9-a20e4ca33d70" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Guid": "acb77980-1c62-418f-946d-40dd50e504a8", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "Name": "Delay 7-Days (10080)", | |
| "Order": 0, | |
| "IsActionCompletedOnSuccess": true, | |
| "IsActivityCompletedOnSuccess": false, | |
| "CriteriaAttributeGuid": null, | |
| "CriteriaComparisonType": 1, | |
| "CriteriaValue": "", | |
| "CreatedDateTime": "2022-06-16T15:27:25.923", | |
| "ModifiedDateTime": "2022-08-29T13:32:50.143" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "ActivityTypeId", | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Type": 1, | |
| "Data": "07dd845b-2e9f-48bf-8a9b-7aad8272cd4a" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.Delay" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "d7aa8162-fb6f-4aaf-b704-168c6fe48729", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "MinutesToDelay", | |
| "Name": "Minutes To Delay", | |
| "Description": "The number of minutes to delay successful execution of action", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Minutes To Delay", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:45.543", | |
| "ModifiedDateTime": "2019-02-19T10:51:14.157" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.IntegerFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.Delay" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "52f3aca8-cc49-4b50-ab2c-8b196162d5d2", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "10080", | |
| "ValueAsNumeric": 10080.0, | |
| "CreatedDateTime": "2022-06-16T15:27:26.033", | |
| "ModifiedDateTime": "2022-08-29T12:31:21.853" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "d7aa8162-fb6f-4aaf-b704-168c6fe48729" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "acb77980-1c62-418f-946d-40dd50e504a8" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "759e89f9-09ee-4729-8264-c7c6816f90fd", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Order", | |
| "Name": "Order", | |
| "Description": "The order that this service should be used (priority)", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Order", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:45.793", | |
| "ModifiedDateTime": "2019-02-19T10:18:45.793" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.IntegerFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.Delay" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "7f9fdafb-eb1e-4f81-add3-ad34e2f0773c", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Active", | |
| "Name": "Active", | |
| "Description": "Should Service be used?", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "False", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Active", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:45.82", | |
| "ModifiedDateTime": "2019-02-19T10:18:45.82" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.BooleanFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.Delay" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "b64f8497-b737-4a1b-b6c4-6a3671bc24ab", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "False", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:27:26.033", | |
| "ModifiedDateTime": "2022-06-16T15:27:26.033" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "7f9fdafb-eb1e-4f81-add3-ad34e2f0773c" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "acb77980-1c62-418f-946d-40dd50e504a8" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "80af5f50-3040-4099-89b9-ebf19f41f731", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "DateInAttribute", | |
| "Name": "Date In Attribute", | |
| "Description": "The date or date/time attribute value to use for the delay.", | |
| "Order": 1, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Date In Attribute", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:45.563", | |
| "ModifiedDateTime": "2019-02-19T10:18:45.563" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.Delay" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "23b62be4-be16-4fe0-978d-a29d5aadfbe6", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.DateFieldType|Rock.Field.Types.DateTimeFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "80af5f50-3040-4099-89b9-ebf19f41f731" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "2d784c04-ce1e-4d64-a1c9-113e66e732d4", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "NextWeekday", | |
| "Name": "Next Weekday", | |
| "Description": "The next day of the week to wait till.", | |
| "Order": 2, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Next Weekday", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:45.767", | |
| "ModifiedDateTime": "2019-02-19T10:18:45.767" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.SelectSingleFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.Delay" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "f4ea9e25-2dcd-480e-b021-8c6c149de2ee", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "fieldtype", | |
| "Value": "ddl" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "2d784c04-ce1e-4d64-a1c9-113e66e732d4" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "42ccc0ae-fe78-4781-ac71-66a56b45f762", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "values", | |
| "Value": "0^Sunday,1^Monday,2^Tuesday,3^Wednesday,4^Thursday,5^Friday,6^Saturday,7^Sunday" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "2d784c04-ce1e-4d64-a1c9-113e66e732d4" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Guid": "09748a99-82df-4fa3-a9c7-1346d2c5f83b", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "Name": "Activate 3rd Connection Activity", | |
| "Order": 7, | |
| "IsActionCompletedOnSuccess": true, | |
| "IsActivityCompletedOnSuccess": true, | |
| "CriteriaAttributeGuid": null, | |
| "CriteriaComparisonType": 1, | |
| "CriteriaValue": "", | |
| "CreatedDateTime": "2022-06-16T15:27:25.923", | |
| "ModifiedDateTime": "2022-08-29T13:32:50.143" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "ActivityTypeId", | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Type": 1, | |
| "Data": "07dd845b-2e9f-48bf-8a9b-7aad8272cd4a" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.ActivateActivity" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "3ad1a9bb-db00-49ea-8398-02cb4718e43c", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "False", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:27:26.08", | |
| "ModifiedDateTime": "2022-06-16T15:27:26.08" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "e8abd802-372c-47be-82b1-96f50db5169e" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "09748a99-82df-4fa3-a9c7-1346d2c5f83b" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "65ad49fb-c864-444f-ae8e-ee1577e58f99", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "639FC071-0A54-4EC6-8DF0-C45AC35C51E4", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:27:26.08", | |
| "ModifiedDateTime": "2022-06-16T15:27:26.08" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "02d5a7a5-8781-46b4-b9fc-af816829d240" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "09748a99-82df-4fa3-a9c7-1346d2c5f83b" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Guid": "032f7c69-e940-4e5c-8b29-7a87acddea0c", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "Name": "Send Email to Giver", | |
| "Order": 1, | |
| "IsActionCompletedOnSuccess": true, | |
| "IsActivityCompletedOnSuccess": false, | |
| "CriteriaAttributeGuid": null, | |
| "CriteriaComparisonType": 1, | |
| "CriteriaValue": "", | |
| "CreatedDateTime": "2022-06-16T15:50:22.323", | |
| "ModifiedDateTime": "2022-08-29T13:32:50.143" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "ActivityTypeId", | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Type": 1, | |
| "Data": "07dd845b-2e9f-48bf-8a9b-7aad8272cd4a" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SendEmail" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "def89836-2ba3-4ad7-a92a-259126f09b21", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "False", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:50:22.387", | |
| "ModifiedDateTime": "2022-06-16T15:50:22.387" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "36197160-7d3d-490d-ab42-7e29105afe91" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "032f7c69-e940-4e5c-8b29-7a87acddea0c" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "2a8e9ccb-c055-47b3-85fd-b1b0a34dd61a", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "mindy@bccindy.org", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-25T21:11:16.42", | |
| "ModifiedDateTime": "2022-08-25T21:11:16.42" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "9f5f7cec-f369-4fdf-802a-99074ce7a7fc" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "032f7c69-e940-4e5c-8b29-7a87acddea0c" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "200fa4c0-9545-48ce-b0af-531cf9cc70fb", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "mindy@bccindy.org", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-25T21:11:16.42", | |
| "ModifiedDateTime": "2022-08-25T21:11:16.42" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "da9e0eb0-ca37-43b2-b449-8ee9f1f1c527" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "032f7c69-e940-4e5c-8b29-7a87acddea0c" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "62534dae-33ea-401f-8269-7ce214a45025", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "aaacf3ae-1ad2-4f93-9ecf-c108d1b1cd6e", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:50:22.387", | |
| "ModifiedDateTime": "2022-06-16T15:50:22.387" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "0c4c13b8-7076-4872-925a-f950886b5e16" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "032f7c69-e940-4e5c-8b29-7a87acddea0c" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "c0a83c78-d2f8-422e-b652-e3d5d5cd9d7e", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "Giving to Brookside Community Development Corporation", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:50:22.387", | |
| "ModifiedDateTime": "2022-06-16T15:50:22.387" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "5d9b13b6-cd96-4c7c-86fa-4512b9d28386" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "032f7c69-e940-4e5c-8b29-7a87acddea0c" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "58268a6d-79ed-47f9-a683-6eaced26a0b6", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "{% assign person = Workflow | Attribute:'Person','Object' -%}\n{{ 'Global' | Attribute:'EmailHeader' }}\n<p>Hi {{ person.NickName }},</p>\n<p>We want to keep you updated on all that is happening at Brookside so you can see the impact that your gift and partnership is making! Check out the story of how our reentry team is serving TC in his reentry journey here <a href=\"https://www.brooksidecdc.org/tcs-story \">TC's Story</a></p>\n<p>We also would like for you to check out this video on how Brookside CDC is making a difference on the Near Eastside of Indianapolis! <a href=\"https://vimeo.com/713769823/20e7ac9dc7\">Brookside CDC | Making a Difference</a><p>\n Be sure to connect with us on Facebook and Instagram</p><p>\n Our Facebook is <a href=\"https://www.facebook.com/BrooksideCDC/\">Brookside CDC Facebook</a><br>\n Our Instagram is @brookside_cdc\n</p>\n<p>If you would like to continue making an impact, you can do so here by setting up an automatic monthly donation here: <a href=\"https://www.brooksidecdc.org/donate\">Give to Brookside CDC & Setup Recurring Giving</a></p>\n<p>\nGrateful,<br>\nMindy Cederquist<br>\nBrookside Community Development Corporation<br>\n317-636-7808<br>\nwww.bccindy.org\n{{ 'Global' | Attribute:'EmailFooter' }}", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:50:22.387", | |
| "ModifiedDateTime": "2022-08-25T21:11:16.42" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "4d245b9e-6b03-46e7-8482-a51fba190e4d" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "032f7c69-e940-4e5c-8b29-7a87acddea0c" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "c21f3482-d0f0-400c-aae7-c11aaab1a6c5", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "True", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:50:22.387", | |
| "ModifiedDateTime": "2022-08-25T21:11:16.42" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "1bdc7aca-9a0b-4c8a-909e-8b4143d9c2a3" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "032f7c69-e940-4e5c-8b29-7a87acddea0c" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Guid": "3be9887b-aafa-414f-a66a-947e6956aa79", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "Name": "Create 2nd Connection CR", | |
| "Order": 2, | |
| "IsActionCompletedOnSuccess": true, | |
| "IsActivityCompletedOnSuccess": false, | |
| "CriteriaAttributeGuid": null, | |
| "CriteriaComparisonType": 1, | |
| "CriteriaValue": "", | |
| "CreatedDateTime": "2022-06-16T15:50:22.323", | |
| "ModifiedDateTime": "2022-08-29T13:32:50.143" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "ActivityTypeId", | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Type": 1, | |
| "Data": "07dd845b-2e9f-48bf-8a9b-7aad8272cd4a" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.CreateConnectionRequest" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "930468d4-6aac-4c89-9f3b-818511ffd664", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "aaacf3ae-1ad2-4f93-9ecf-c108d1b1cd6e", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:50:22.42", | |
| "ModifiedDateTime": "2022-06-16T15:50:22.42" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "e76aedaf-b19a-4957-ace2-ff34db57dd3c" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "3be9887b-aafa-414f-a66a-947e6956aa79" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "dc246f52-ea15-4ba8-a662-5f352c7351c4", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "False", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:50:22.42", | |
| "ModifiedDateTime": "2022-06-16T15:50:22.42" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "eca9b6b7-3058-4102-a953-f65a5eaa7340" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "3be9887b-aafa-414f-a66a-947e6956aa79" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "e8a7c377-4675-4e6b-942a-491ab6c78a35", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "c303966f-e56b-4bff-a875-23ac9b1560e4", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:50:22.42", | |
| "ModifiedDateTime": "2022-06-16T15:50:22.42" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "753fdd9f-f2f8-462f-be50-3e9ee4beaf17" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "3be9887b-aafa-414f-a66a-947e6956aa79" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "3e2607d2-62c1-40fb-bd53-a862e3ecd9bc", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "AB16A0C7-BECB-47A8-8DC1-7919F19AC5E6", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:50:22.42", | |
| "ModifiedDateTime": "2022-06-16T15:50:22.42" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "7fcb2a59-b25c-4154-b1a4-6b3ee40b9f81" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "3be9887b-aafa-414f-a66a-947e6956aa79" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "bcfa8b35-9b28-4d50-b058-3feda1c76556", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "e40600ef-f5e0-40a7-964d-b0e8c283f759", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-29T11:27:11.83", | |
| "ModifiedDateTime": "2022-08-29T11:27:11.83" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "82f81ac5-9fc2-4770-9680-a13f17de4aec" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "3be9887b-aafa-414f-a66a-947e6956aa79" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "5cfc2998-531c-401c-8415-4e7dc38fe432", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "97d25afe-888a-4a05-8424-ffa19320fab2", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:50:22.42", | |
| "ModifiedDateTime": "2022-06-16T15:50:22.42" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "ee92e947-1992-4be7-8e19-30774479dbc1" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "3be9887b-aafa-414f-a66a-947e6956aa79" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Guid": "4301d81d-3b52-4e21-bfbb-101c2ae25e8f", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "Name": "Update Impact Stories Date Attribute", | |
| "Order": 5, | |
| "IsActionCompletedOnSuccess": true, | |
| "IsActivityCompletedOnSuccess": false, | |
| "CriteriaAttributeGuid": null, | |
| "CriteriaComparisonType": 1, | |
| "CriteriaValue": "", | |
| "CreatedDateTime": "2022-08-22T10:06:29.83", | |
| "ModifiedDateTime": "2022-08-29T13:32:50.143" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "ActivityTypeId", | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Type": 1, | |
| "Data": "07dd845b-2e9f-48bf-8a9b-7aad8272cd4a" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetPersonAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "455af61b-cf87-4fc3-b3b4-b7ab9d280a75", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "False", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-22T10:06:30.143", | |
| "ModifiedDateTime": "2022-08-22T10:06:30.143" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "e5bac4a6-ff7f-4016-ba9c-72d16cb60184" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "4301d81d-3b52-4e21-bfbb-101c2ae25e8f" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "9d1cd3d8-5141-4d23-8a24-6367586159c7", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "aaacf3ae-1ad2-4f93-9ecf-c108d1b1cd6e", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-22T10:06:30.143", | |
| "ModifiedDateTime": "2022-08-22T10:06:30.143" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "e456fb6f-05db-4826-a612-5b704bc4ea13" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "4301d81d-3b52-4e21-bfbb-101c2ae25e8f" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "1da769fd-2fad-42b5-a45e-334e7d6fcc7d", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "7cd87b65-adce-4260-8c81-ecefb226aaf4", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-22T10:06:30.143", | |
| "ModifiedDateTime": "2022-08-22T10:06:30.143" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "8f4bb00f-7fa2-41ad-8e90-81f4dfe2c762" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "4301d81d-3b52-4e21-bfbb-101c2ae25e8f" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "caee43c1-54e6-4e25-93a5-ff26a473e1a1", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "{{ 'Now' | Date:'M/d/yyyy' }}", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-22T10:06:30.143", | |
| "ModifiedDateTime": "2022-08-22T10:06:30.143" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "94689bde-493e-4869-a614-2d54822d747c" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "4301d81d-3b52-4e21-bfbb-101c2ae25e8f" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Guid": "b8f09361-6992-4c1a-9c9b-1803277f573d", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "Name": "Set State on 2nd CR", | |
| "Order": 3, | |
| "IsActionCompletedOnSuccess": true, | |
| "IsActivityCompletedOnSuccess": false, | |
| "CriteriaAttributeGuid": null, | |
| "CriteriaComparisonType": 1, | |
| "CriteriaValue": "", | |
| "CreatedDateTime": "2022-08-25T15:57:53.97", | |
| "ModifiedDateTime": "2022-08-29T13:32:50.143" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "ActivityTypeId", | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Type": 1, | |
| "Data": "07dd845b-2e9f-48bf-8a9b-7aad8272cd4a" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetConnectionRequestState" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "c906b265-534e-4d42-9c25-e6844c03bdc8", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "ConnectionRequestAttribute", | |
| "Name": "Connection Request Attribute", | |
| "Description": "The attribute that contains the connection request.", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Connection Request Attribute", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:38.887", | |
| "ModifiedDateTime": "2019-02-19T10:18:38.887" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetConnectionRequestState" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "7f4d79f3-3813-4e0f-bc1b-4a9a76ae4b63", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.ConnectionRequestFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "c906b265-534e-4d42-9c25-e6844c03bdc8" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "750208e2-4f31-4a68-982c-670b4bb0d17f", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "97d25afe-888a-4a05-8424-ffa19320fab2", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-25T15:57:54.11", | |
| "ModifiedDateTime": "2022-08-25T15:57:54.11" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "c906b265-534e-4d42-9c25-e6844c03bdc8" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "b8f09361-6992-4c1a-9c9b-1803277f573d" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "064c28e1-eeae-4776-a329-ca6f4af7afd5", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Order", | |
| "Name": "Order", | |
| "Description": "The order that this service should be used (priority)", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": true, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Order", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:38.983", | |
| "ModifiedDateTime": "2019-02-19T10:18:38.983" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.IntegerFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetConnectionRequestState" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "2c404d54-cffd-4206-9fa1-a036724ee08c", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "Active", | |
| "Name": "Active", | |
| "Description": "Should Service be used?", | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": "False", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Active", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:38.997", | |
| "ModifiedDateTime": "2019-02-19T10:18:38.997" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.BooleanFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetConnectionRequestState" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "0aab62e9-8aff-407a-9cab-abdc510c4b91", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "False", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-25T15:57:54.11", | |
| "ModifiedDateTime": "2022-08-25T15:57:54.11" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "2c404d54-cffd-4206-9fa1-a036724ee08c" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "b8f09361-6992-4c1a-9c9b-1803277f573d" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "4e15a122-5c0d-4ca7-806d-4428f536ec11", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "ConnectionStateAttribute", | |
| "Name": "Connection State Attribute", | |
| "Description": "The attribute that contains the connection state.", | |
| "Order": 1, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Connection State Attribute", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:38.907", | |
| "ModifiedDateTime": "2019-02-19T10:18:38.907" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetConnectionRequestState" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "a9d663a2-e5bc-43c5-a6e4-89db60c680b2", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.ConnectionStateFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "4e15a122-5c0d-4ca7-806d-4428f536ec11" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "d91c2e81-75d0-42f0-bb1b-d8007429f1ec", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "ConnectionState", | |
| "Name": "Connection State", | |
| "Description": "The connection state to use (if Connection State Attribute is not specified).", | |
| "Order": 2, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Connection State", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:38.93", | |
| "ModifiedDateTime": "2019-02-19T10:18:38.93" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.ConnectionStateFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetConnectionRequestState" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "bb42d33c-5279-48e4-afd4-e7f559ef6eab", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "3", | |
| "ValueAsNumeric": 3.0, | |
| "CreatedDateTime": "2022-08-25T15:57:54.11", | |
| "ModifiedDateTime": "2022-08-25T15:57:54.11" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "d91c2e81-75d0-42f0-bb1b-d8007429f1ec" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "b8f09361-6992-4c1a-9c9b-1803277f573d" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "da197f45-1133-47e3-a1bd-9b953ce82469", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "FollowUpDateAttribute", | |
| "Name": "Follow Up Date Attribute", | |
| "Description": "The attribute that contains the follow-up date when state is being set to Future Follow Up.", | |
| "Order": 3, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Follow Up Date Attribute", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:38.947", | |
| "ModifiedDateTime": "2019-02-19T10:18:38.947" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.WorkflowAttributeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetConnectionRequestState" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "001390f6-4c4d-4003-bfe8-fbaf486d1af9", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributefieldtypes", | |
| "Value": "Rock.Field.Types.DateFieldType" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "da197f45-1133-47e3-a1bd-9b953ce82469" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "a4ff451c-c940-43f2-bec3-575861eab2c8", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "EntityTypeId", | |
| "Key": "FollowUpDate", | |
| "Name": "Follow Up Date", | |
| "Description": "The follow-up date when state is being set to Future Follow Up (if Follow Up Date Attribute is not specified).", | |
| "Order": 4, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Follow Up Date", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-02-19T10:18:38.967", | |
| "ModifiedDateTime": "2019-02-19T10:18:38.967" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.DateFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActionType" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetConnectionRequestState" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "13816c11-75e2-4c74-a827-c4905e039bec", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "displayCurrentOption", | |
| "Value": "False" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "a4ff451c-c940-43f2-bec3-575861eab2c8" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Guid": "0ac8296d-a145-45f8-b323-6f7d06f1546d", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "Name": "Update 2nd Connection Email Date Attribute", | |
| "Order": 6, | |
| "IsActionCompletedOnSuccess": true, | |
| "IsActivityCompletedOnSuccess": false, | |
| "CriteriaAttributeGuid": null, | |
| "CriteriaComparisonType": 1, | |
| "CriteriaValue": "", | |
| "CreatedDateTime": "2022-08-29T12:31:21.73", | |
| "ModifiedDateTime": "2022-08-29T13:32:50.143" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "ActivityTypeId", | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Type": 1, | |
| "Data": "07dd845b-2e9f-48bf-8a9b-7aad8272cd4a" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetPersonAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "e5fbc2b3-dc1b-4dec-87a5-a2c0a1a0ea3e", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "False", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-29T12:31:21.903", | |
| "ModifiedDateTime": "2022-08-29T12:31:21.903" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "e5bac4a6-ff7f-4016-ba9c-72d16cb60184" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "0ac8296d-a145-45f8-b323-6f7d06f1546d" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "f6b576ce-2b5a-4dcc-bd69-7f01ca2fa0dc", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "aaacf3ae-1ad2-4f93-9ecf-c108d1b1cd6e", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-29T12:31:21.903", | |
| "ModifiedDateTime": "2022-08-29T12:31:21.903" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "e456fb6f-05db-4826-a612-5b704bc4ea13" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "0ac8296d-a145-45f8-b323-6f7d06f1546d" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "968388a5-b2b6-4198-b9db-6a2b06a8ed38", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "4276b2c2-c703-478f-8085-24729e2ea7cd", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-29T12:31:21.903", | |
| "ModifiedDateTime": "2022-08-29T12:31:21.903" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "8f4bb00f-7fa2-41ad-8e90-81f4dfe2c762" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "0ac8296d-a145-45f8-b323-6f7d06f1546d" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "61625273-6fbb-4e23-a357-5a59e0dc9700", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "{{ 'Now' | Date:'M/d/yyyy' }}", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-29T12:31:21.903", | |
| "ModifiedDateTime": "2022-08-29T12:31:21.903" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "94689bde-493e-4869-a614-2d54822d747c" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "0ac8296d-a145-45f8-b323-6f7d06f1546d" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Guid": "123d2a10-c0fd-419e-a58c-736839ac1158", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "Name": "Add Activity Note", | |
| "Order": 4, | |
| "IsActionCompletedOnSuccess": true, | |
| "IsActivityCompletedOnSuccess": false, | |
| "CriteriaAttributeGuid": null, | |
| "CriteriaComparisonType": 1, | |
| "CriteriaValue": "", | |
| "CreatedDateTime": "2022-08-29T12:52:10.317", | |
| "ModifiedDateTime": "2022-08-29T13:32:50.143" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "ActivityTypeId", | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Type": 1, | |
| "Data": "07dd845b-2e9f-48bf-8a9b-7aad8272cd4a" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.AddConnectionRequestActivity" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "8498676b-712d-415f-b922-435932bf0a2e", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "97d25afe-888a-4a05-8424-ffa19320fab2", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-29T12:52:10.457", | |
| "ModifiedDateTime": "2022-08-29T12:52:10.457" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "03dec77b-edb2-4f66-82eb-a55fe7959d48" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "123d2a10-c0fd-419e-a58c-736839ac1158" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "07e4e7ad-d528-4d8b-b2b2-01385a4ef246", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "False", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-29T12:52:10.457", | |
| "ModifiedDateTime": "2022-08-29T12:52:10.457" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "5cf72277-2564-4137-890b-c2bec8114116" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "123d2a10-c0fd-419e-a58c-736839ac1158" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "8d8b108d-5d01-4fe8-ba7d-5be92d8a6b03", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "df256e8a-5883-493a-a301-6a297648ef96", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-29T12:52:10.457", | |
| "ModifiedDateTime": "2022-08-29T12:52:10.457" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "ac6814f0-74b9-4fcc-a22f-25b61484a4b9" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "123d2a10-c0fd-419e-a58c-736839ac1158" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "75de2c64-751e-44af-bc5e-97e54b21e07a", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "1st Time Givers follow-up system email sent", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-29T12:52:10.457", | |
| "ModifiedDateTime": "2022-08-29T12:52:10.457" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "aaea9418-f195-4fbd-a8d2-2e48a7eeb96d" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "123d2a10-c0fd-419e-a58c-736839ac1158" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "17c5e144-abb8-4fae-8204-654844daa3ce", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "ActivityTypeId", | |
| "Key": "acb77980-1c62-418f-946d-40dd50e504a8", | |
| "Name": "Delay Activated", | |
| "Description": null, | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": null, | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": null, | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Delay Activated", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2022-08-29T13:32:50.113" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.TextFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActivity" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Type": 1, | |
| "Data": "07dd845b-2e9f-48bf-8a9b-7aad8272cd4a" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Guid": "639fc071-0a54-4ec6-8df0-c45ac35c51e4", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsActive": true, | |
| "Name": "3rd Connection", | |
| "Description": "Delay for 12-days, create 3rd CR", | |
| "IsActivatedWithWorkflow": false, | |
| "Order": 2, | |
| "CreatedDateTime": "2022-06-16T15:27:25.923", | |
| "ModifiedDateTime": "2022-08-25T16:09:38.257" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "WorkflowTypeId", | |
| "EntityType": "Rock.Model.WorkflowType", | |
| "Type": 1, | |
| "Data": "affc79bc-7315-4c18-b2a9-a20e4ca33d70" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Guid": "020f2f5e-455c-48ca-929f-1a9d12e2b2d2", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "Name": "Delay 12-Days (17280)", | |
| "Order": 0, | |
| "IsActionCompletedOnSuccess": true, | |
| "IsActivityCompletedOnSuccess": false, | |
| "CriteriaAttributeGuid": null, | |
| "CriteriaComparisonType": 1, | |
| "CriteriaValue": "", | |
| "CreatedDateTime": "2022-06-16T15:27:25.953", | |
| "ModifiedDateTime": "2022-08-29T13:32:50.203" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "ActivityTypeId", | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Type": 1, | |
| "Data": "639fc071-0a54-4ec6-8df0-c45ac35c51e4" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.Delay" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "34e1ec50-a35d-4ba8-89ae-762a1bc44890", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "17280", | |
| "ValueAsNumeric": 17280.0, | |
| "CreatedDateTime": "2022-06-16T15:27:26.097", | |
| "ModifiedDateTime": "2022-08-29T12:31:21.933" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "d7aa8162-fb6f-4aaf-b704-168c6fe48729" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "020f2f5e-455c-48ca-929f-1a9d12e2b2d2" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "8dd98942-c7c7-4e1f-8000-7198d9a31663", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "False", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:27:26.097", | |
| "ModifiedDateTime": "2022-06-16T15:27:26.097" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "7f9fdafb-eb1e-4f81-add3-ad34e2f0773c" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "020f2f5e-455c-48ca-929f-1a9d12e2b2d2" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Guid": "c8cf722b-3b50-48c7-820d-3bc2b98efac5", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "Name": "Activate Complete Workflow Activity", | |
| "Order": 4, | |
| "IsActionCompletedOnSuccess": true, | |
| "IsActivityCompletedOnSuccess": true, | |
| "CriteriaAttributeGuid": null, | |
| "CriteriaComparisonType": 1, | |
| "CriteriaValue": "", | |
| "CreatedDateTime": "2022-06-16T15:27:25.953", | |
| "ModifiedDateTime": "2022-08-29T13:32:50.203" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "ActivityTypeId", | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Type": 1, | |
| "Data": "639fc071-0a54-4ec6-8df0-c45ac35c51e4" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.ActivateActivity" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "cc0c4e3b-e9a1-4f19-ad05-15d89210ee19", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "False", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:27:26.11", | |
| "ModifiedDateTime": "2022-06-16T15:27:26.11" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "e8abd802-372c-47be-82b1-96f50db5169e" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "c8cf722b-3b50-48c7-820d-3bc2b98efac5" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "8014d059-dec5-4d64-80c7-65d0ea2c76a1", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "C2D003B0-2526-4A00-AF24-4FEBD0B48397", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:27:26.11", | |
| "ModifiedDateTime": "2022-06-16T15:27:26.11" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "02d5a7a5-8781-46b4-b9fc-af816829d240" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "c8cf722b-3b50-48c7-820d-3bc2b98efac5" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Guid": "5bb5bd81-a1c2-4f9f-a523-5a8d39a7b6ca", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "Name": "Create 3rd Connection CR", | |
| "Order": 1, | |
| "IsActionCompletedOnSuccess": true, | |
| "IsActivityCompletedOnSuccess": false, | |
| "CriteriaAttributeGuid": null, | |
| "CriteriaComparisonType": 1, | |
| "CriteriaValue": "", | |
| "CreatedDateTime": "2022-06-16T15:51:39.137", | |
| "ModifiedDateTime": "2022-08-29T13:32:50.203" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "ActivityTypeId", | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Type": 1, | |
| "Data": "639fc071-0a54-4ec6-8df0-c45ac35c51e4" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.CreateConnectionRequest" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "cd04bccb-bc48-4744-99c7-09fc7ec4f777", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "aaacf3ae-1ad2-4f93-9ecf-c108d1b1cd6e", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:51:39.217", | |
| "ModifiedDateTime": "2022-06-16T15:51:39.217" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "e76aedaf-b19a-4957-ace2-ff34db57dd3c" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "5bb5bd81-a1c2-4f9f-a523-5a8d39a7b6ca" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "211365d6-a0c0-472f-9aee-5f5ed7c47b63", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "False", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:51:39.217", | |
| "ModifiedDateTime": "2022-06-16T15:51:39.217" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "eca9b6b7-3058-4102-a953-f65a5eaa7340" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "5bb5bd81-a1c2-4f9f-a523-5a8d39a7b6ca" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "3945111b-d2e1-4346-a1d7-8ad65ba95d1a", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "5f662c4a-4a77-4d48-988e-4c1f135dbbc0", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:51:39.217", | |
| "ModifiedDateTime": "2022-06-16T15:51:39.217" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "753fdd9f-f2f8-462f-be50-3e9ee4beaf17" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "5bb5bd81-a1c2-4f9f-a523-5a8d39a7b6ca" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "55ecea1d-b0ac-45cc-b09e-d203cd6a84f0", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "15BF6B92-490D-4F3F-B4C7-D2FCBAD014A8", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:51:39.217", | |
| "ModifiedDateTime": "2022-06-16T15:51:39.217" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "7fcb2a59-b25c-4154-b1a4-6b3ee40b9f81" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "5bb5bd81-a1c2-4f9f-a523-5a8d39a7b6ca" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "ad7c5737-9e59-4e37-9791-c9e31148c681", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "e40600ef-f5e0-40a7-964d-b0e8c283f759", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-08-29T11:27:11.863", | |
| "ModifiedDateTime": "2022-08-29T11:27:11.863" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "82f81ac5-9fc2-4770-9680-a13f17de4aec" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "5bb5bd81-a1c2-4f9f-a523-5a8d39a7b6ca" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "a8c771ea-b5a8-4f08-b525-762e571d830e", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "97d25afe-888a-4a05-8424-ffa19320fab2", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T15:51:39.217", | |
| "ModifiedDateTime": "2022-06-16T15:51:39.217" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "ee92e947-1992-4be7-8e19-30774479dbc1" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "5bb5bd81-a1c2-4f9f-a523-5a8d39a7b6ca" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Guid": "cc234501-e21d-4143-ad55-3d2554b7ebfe", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "Name": "Udpate 1st Giving Date CR Attribute", | |
| "Order": 2, | |
| "IsActionCompletedOnSuccess": true, | |
| "IsActivityCompletedOnSuccess": false, | |
| "CriteriaAttributeGuid": null, | |
| "CriteriaComparisonType": 1, | |
| "CriteriaValue": "", | |
| "CreatedDateTime": "2022-06-16T16:24:40.587", | |
| "ModifiedDateTime": "2022-08-29T13:32:50.203" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "ActivityTypeId", | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Type": 1, | |
| "Data": "639fc071-0a54-4ec6-8df0-c45ac35c51e4" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetEntityAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "0a8afcaa-07e9-4bb3-9e69-172414119a65", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "36b0d0c7-8125-48fa-9da2-729aaa65f718", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T16:24:40.65", | |
| "ModifiedDateTime": "2022-06-16T16:24:40.65" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "a7d39177-41ef-49b6-8809-9ff79e942f2c" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "cc234501-e21d-4143-ad55-3d2554b7ebfe" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "40ecbed9-d26b-4d3d-9045-7b6f77d0f1fb", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "False", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T16:24:40.65", | |
| "ModifiedDateTime": "2022-06-16T16:24:40.65" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "d01c4cfe-8f94-4321-9a28-8b0161dea584" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "cc234501-e21d-4143-ad55-3d2554b7ebfe" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "3eb3c979-26d2-4fdf-bb49-ed8b0ab087f2", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "97d25afe-888a-4a05-8424-ffa19320fab2", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T16:24:40.65", | |
| "ModifiedDateTime": "2022-06-16T16:24:40.65" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "f7cd5c29-69f3-4acf-9cfe-56169dad1454" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "cc234501-e21d-4143-ad55-3d2554b7ebfe" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "c99f5347-7a20-4edb-81f1-b2fe761b44d7", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "1stGivingDate", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T16:24:40.65", | |
| "ModifiedDateTime": "2022-06-16T16:24:40.65" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "d3ee93db-fcf6-4e25-bcca-8a851c699168" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "cc234501-e21d-4143-ad55-3d2554b7ebfe" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "28ea361d-6300-4f1d-8785-6e7a0fab946b", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "79edec1f-6453-4e20-ab5e-3fa00e9d347c", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T16:24:40.65", | |
| "ModifiedDateTime": "2022-06-16T16:24:40.65" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "d8111a02-a813-42ab-938e-1d9e2742aaef" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "cc234501-e21d-4143-ad55-3d2554b7ebfe" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Guid": "f0618e7e-0496-4248-85de-e75f6d770fdc", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "Name": "Update 1st Giving Amount CR Attribute", | |
| "Order": 3, | |
| "IsActionCompletedOnSuccess": true, | |
| "IsActivityCompletedOnSuccess": false, | |
| "CriteriaAttributeGuid": null, | |
| "CriteriaComparisonType": 1, | |
| "CriteriaValue": "", | |
| "CreatedDateTime": "2022-06-16T16:24:40.587", | |
| "ModifiedDateTime": "2022-08-29T13:32:50.203" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "ActivityTypeId", | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Type": 1, | |
| "Data": "639fc071-0a54-4ec6-8df0-c45ac35c51e4" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Workflow.Action.SetEntityAttribute" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "fa8d0ada-ec65-44b9-95f3-f50114c64ee9", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "36b0d0c7-8125-48fa-9da2-729aaa65f718", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T16:24:40.697", | |
| "ModifiedDateTime": "2022-06-16T16:24:40.697" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "a7d39177-41ef-49b6-8809-9ff79e942f2c" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "f0618e7e-0496-4248-85de-e75f6d770fdc" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "afbae432-611c-4330-a330-bbb5649ac70b", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "False", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T16:24:40.697", | |
| "ModifiedDateTime": "2022-06-16T16:24:40.697" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "d01c4cfe-8f94-4321-9a28-8b0161dea584" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "f0618e7e-0496-4248-85de-e75f6d770fdc" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "c3929e48-d6d8-4381-a281-869d6b3382d0", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "97d25afe-888a-4a05-8424-ffa19320fab2", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T16:24:40.697", | |
| "ModifiedDateTime": "2022-06-16T16:24:40.697" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "f7cd5c29-69f3-4acf-9cfe-56169dad1454" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "f0618e7e-0496-4248-85de-e75f6d770fdc" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "652a5fd4-9ce9-4324-a213-9a600ef99bfa", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "1stGivingAmount", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T16:24:40.697", | |
| "ModifiedDateTime": "2022-06-16T16:24:40.697" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "d3ee93db-fcf6-4e25-bcca-8a851c699168" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "f0618e7e-0496-4248-85de-e75f6d770fdc" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeValue", | |
| "Guid": "dd3c76d6-2099-47f3-bd3b-fb0f0b1629a5", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Value": "c6391bbd-ca89-4ee8-ab9f-af4c40161b70", | |
| "ValueAsNumeric": null, | |
| "CreatedDateTime": "2022-06-16T16:24:40.697", | |
| "ModifiedDateTime": "2022-06-16T16:24:40.697" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "d8111a02-a813-42ab-938e-1d9e2742aaef" | |
| }, | |
| { | |
| "Property": "EntityId", | |
| "EntityType": "Rock.Model.WorkflowActionType", | |
| "Type": 1, | |
| "Data": "f0618e7e-0496-4248-85de-e75f6d770fdc" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "7fb9e3fc-a24e-4bd4-b40f-4dacdb68dcdb", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "ActivityTypeId", | |
| "Key": "020f2f5e-455c-48ca-929f-1a9d12e2b2d2", | |
| "Name": "Delay Activated", | |
| "Description": null, | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": null, | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": null, | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Delay Activated", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2022-08-29T13:32:50.19" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.TextFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowActivity" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.WorkflowActivityType", | |
| "Type": 1, | |
| "Data": "639fc071-0a54-4ec6-8df0-c45ac35c51e4" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "1b7807ea-24b0-4b73-ac78-5269238281c7", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": null, | |
| "EntityTypeQualifierValue": null, | |
| "Key": "2d5fa153-0543-46d0-9d51-61ac730e9bfc", | |
| "Name": "Last Round Robin Person (Select Person)", | |
| "Description": null, | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": null, | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": null, | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Last Round Robin Person (Select Person)", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2017-08-04T11:18:41.303", | |
| "ModifiedDateTime": "2017-08-04T11:18:41.303" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.TextFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowType" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "68da4d62-1d68-4044-9947-b854ba6e87de", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": null, | |
| "EntityTypeQualifierValue": null, | |
| "Key": "1ec26111-8f24-4ad4-8258-6270d7ec9fbe", | |
| "Name": "Last Round Robin Person (Assign Pastor)", | |
| "Description": null, | |
| "Order": 0, | |
| "IsGridColumn": false, | |
| "DefaultValue": null, | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": null, | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Last Round Robin Person (Assign Pastor)", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2017-09-25T14:47:30.373", | |
| "ModifiedDateTime": "2017-09-25T14:47:30.373" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.TextFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowType" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "5be1bb26-5ff5-4544-96a8-a306b34cb60c", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "", | |
| "EntityTypeQualifierValue": "", | |
| "Key": "FlowChart", | |
| "Name": "Flow Chart", | |
| "Description": "", | |
| "Order": 1020, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Flow Chart", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2019-11-18T10:50:02.35", | |
| "ModifiedDateTime": "2019-11-18T10:50:02.35" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.FileFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowType" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "6286fb36-5e8f-4aaf-9515-19193621eb4d", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "binaryFileType", | |
| "Value": "6cbea3b0-e983-40c1-9712-bd3fa2466eae" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "5be1bb26-5ff5-4544-96a8-a306b34cb60c" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "d81f7ccc-9574-46f0-b199-a2ebc3b3e06c", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "", | |
| "EntityTypeQualifierValue": "", | |
| "Key": "CustomCodeItems", | |
| "Name": "Custom Code Items", | |
| "Description": "", | |
| "Order": 1157, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": "", | |
| "PostHtml": "", | |
| "AbbreviatedName": "Custom Code Items", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2020-02-27T15:30:38.063", | |
| "ModifiedDateTime": "2020-02-27T15:30:38.063" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.MatrixFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowType" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "5b21ace5-106e-4877-a558-bf13ea4bc93b", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "attributematrixtemplate", | |
| "Value": "12" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "d81f7ccc-9574-46f0-b199-a2ebc3b3e06c" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "9d017116-d8ca-4fa9-be65-21b0a24d794a", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "", | |
| "EntityTypeQualifierValue": "", | |
| "Key": "BEMAUpgradeAdditionalFlags", | |
| "Name": "BEMA Upgrade Additional Flags", | |
| "Description": "", | |
| "Order": 1158, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": "", | |
| "PostHtml": "", | |
| "AbbreviatedName": "BEMA Upgrade Additional Flags", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": "2020-02-27T15:31:32.78", | |
| "ModifiedDateTime": "2020-02-27T15:31:32.78" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.SelectSingleFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.WorkflowType" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "bc692e9f-6f5c-4121-8d52-259465febe39", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "fieldtype", | |
| "Value": "ddl" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "9d017116-d8ca-4fa9-be65-21b0a24d794a" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "2fb2cc69-af8a-40f6-bdfb-a0de3c051e3b", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "repeatColumns", | |
| "Value": "" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "9d017116-d8ca-4fa9-be65-21b0a24d794a" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "c5292238-7f21-49e0-b3c3-036659b99996", | |
| "GenerateNewGuid": false, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "values", | |
| "Value": "Critical" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "9d017116-d8ca-4fa9-be65-21b0a24d794a" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "aaacf3ae-1ad2-4f93-9ecf-c108d1b1cd6e", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "WorkflowTypeId", | |
| "Key": "Person", | |
| "Name": "Person", | |
| "Description": "", | |
| "Order": 0, | |
| "IsGridColumn": true, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": null, | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": null, | |
| "PostHtml": null, | |
| "AbbreviatedName": "Person", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2022-08-29T13:32:49.86" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.PersonFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.Workflow" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.WorkflowType", | |
| "Type": 1, | |
| "Data": "affc79bc-7315-4c18-b2a9-a20e4ca33d70" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "c256486d-a615-40fc-9469-16906b7ab529", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "EnableSelfSelection", | |
| "Value": "False" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "aaacf3ae-1ad2-4f93-9ecf-c108d1b1cd6e" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "79edec1f-6453-4e20-ab5e-3fa00e9d347c", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "WorkflowTypeId", | |
| "Key": "1stGivingDate", | |
| "Name": "1stGivingDate", | |
| "Description": "", | |
| "Order": 1, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": "", | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": "", | |
| "PostHtml": "", | |
| "AbbreviatedName": "1st Giving Date", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2022-08-29T13:32:49.877" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.DateFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.Workflow" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.WorkflowType", | |
| "Type": 1, | |
| "Data": "affc79bc-7315-4c18-b2a9-a20e4ca33d70" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "8b589e86-80fe-45ea-a2f5-ac540b6d7037", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "datePickerControlType", | |
| "Value": "Date Picker" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "79edec1f-6453-4e20-ab5e-3fa00e9d347c" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "55abe536-21b1-4907-bd12-1159f6252227", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "displayCurrentOption", | |
| "Value": "False" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "79edec1f-6453-4e20-ab5e-3fa00e9d347c" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "2d289a0d-1a5c-4101-8871-ab2c24f75b2b", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "displayDiff", | |
| "Value": "False" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "79edec1f-6453-4e20-ab5e-3fa00e9d347c" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "8a66ec2c-8fef-48cf-9bef-404fa292387a", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "format", | |
| "Value": "" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "79edec1f-6453-4e20-ab5e-3fa00e9d347c" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "07689cd0-3c67-4405-9e28-312e7f7ac24f", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "futureYearCount", | |
| "Value": "" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "79edec1f-6453-4e20-ab5e-3fa00e9d347c" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "c6391bbd-ca89-4ee8-ab9f-af4c40161b70", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "WorkflowTypeId", | |
| "Key": "1stGivingAmount", | |
| "Name": "1stGivingAmount", | |
| "Description": "", | |
| "Order": 2, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": "", | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": "", | |
| "PostHtml": "", | |
| "AbbreviatedName": "1st Giving Amount", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2022-08-29T13:32:49.893" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.IntegerFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.Workflow" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.WorkflowType", | |
| "Type": 1, | |
| "Data": "affc79bc-7315-4c18-b2a9-a20e4ca33d70" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "f6a49f94-0043-46d6-bcf8-c55f6cb2d95f", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "WorkflowTypeId", | |
| "Key": "GivingId", | |
| "Name": "Giving Id", | |
| "Description": "", | |
| "Order": 3, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": "", | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": "", | |
| "PostHtml": "", | |
| "AbbreviatedName": "Giving Id", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2022-08-29T13:32:49.923" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.TextFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.Workflow" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.WorkflowType", | |
| "Type": 1, | |
| "Data": "affc79bc-7315-4c18-b2a9-a20e4ca33d70" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "ee32f4c7-f866-46f0-87a1-a8569986b658", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "ispassword", | |
| "Value": "False" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "f6a49f94-0043-46d6-bcf8-c55f6cb2d95f" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "ddb9d55c-f01d-481f-8e54-e0bc3a85e550", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "maxcharacters", | |
| "Value": "" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "f6a49f94-0043-46d6-bcf8-c55f6cb2d95f" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "47551815-614f-4c1c-af4b-3db9d5fab7a2", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "showcountdown", | |
| "Value": "False" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "f6a49f94-0043-46d6-bcf8-c55f6cb2d95f" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "97d25afe-888a-4a05-8424-ffa19320fab2", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "WorkflowTypeId", | |
| "Key": "ConnectionRequest", | |
| "Name": "Connection Request", | |
| "Description": "", | |
| "Order": 4, | |
| "IsGridColumn": false, | |
| "DefaultValue": "", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": "", | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": "", | |
| "PostHtml": "", | |
| "AbbreviatedName": "Connection Request", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2022-08-29T13:32:49.94" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.ConnectionRequestFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.Workflow" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.WorkflowType", | |
| "Type": 1, | |
| "Data": "affc79bc-7315-4c18-b2a9-a20e4ca33d70" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "356c9993-640f-4a59-b32b-d74fc2d2c1ec", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "WorkflowTypeId", | |
| "Key": "ConnectionType", | |
| "Name": "Connection Type", | |
| "Description": "", | |
| "Order": 5, | |
| "IsGridColumn": false, | |
| "DefaultValue": "41A473EC-C7BF-4BB3-8B15-D1D50B744F64", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": "", | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": "", | |
| "PostHtml": "", | |
| "AbbreviatedName": "Connection Type", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2022-08-29T13:32:49.953" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.ConnectionTypeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.Workflow" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.WorkflowType", | |
| "Type": 1, | |
| "Data": "affc79bc-7315-4c18-b2a9-a20e4ca33d70" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "12be0d24-d5f0-4f4e-942d-8484e351ba58", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "WorkflowTypeId", | |
| "Key": "1stConnectionOpportunity", | |
| "Name": "1st Connection Opportunity", | |
| "Description": "", | |
| "Order": 6, | |
| "IsGridColumn": false, | |
| "DefaultValue": "1DCDDC09-75A4-4113-9D1B-0E3703F1CA0B", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": "", | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": "", | |
| "PostHtml": "", | |
| "AbbreviatedName": "1st Connection Opportunity", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2022-08-29T13:32:49.97" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.ConnectionOpportunityFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.Workflow" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.WorkflowType", | |
| "Type": 1, | |
| "Data": "affc79bc-7315-4c18-b2a9-a20e4ca33d70" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "346c94e5-22a6-48df-a5e5-f66af656a9b7", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "connectionTypeFilter", | |
| "Value": "7" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "12be0d24-d5f0-4f4e-942d-8484e351ba58" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "f3fb0832-9637-4cbf-97d2-4ac23750e905", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "includeInactive", | |
| "Value": "False" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "12be0d24-d5f0-4f4e-942d-8484e351ba58" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "c303966f-e56b-4bff-a875-23ac9b1560e4", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "WorkflowTypeId", | |
| "Key": "2ndConnectionOpportunity", | |
| "Name": "2nd Connection Opportunity", | |
| "Description": "", | |
| "Order": 7, | |
| "IsGridColumn": false, | |
| "DefaultValue": "FE96FF6B-6441-419E-8BCE-F00EC738BACB", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": "", | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": "", | |
| "PostHtml": "", | |
| "AbbreviatedName": "2nd Connection Opportunity", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2022-08-29T13:32:49.987" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.ConnectionOpportunityFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.Workflow" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.WorkflowType", | |
| "Type": 1, | |
| "Data": "affc79bc-7315-4c18-b2a9-a20e4ca33d70" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "ca0a49f9-fa6a-466e-a419-62fed17976fc", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "connectionTypeFilter", | |
| "Value": "7" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "c303966f-e56b-4bff-a875-23ac9b1560e4" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "e7aa5b94-0cc2-41c2-9ddc-262bae9b2dd1", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "includeInactive", | |
| "Value": "False" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "c303966f-e56b-4bff-a875-23ac9b1560e4" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "5f662c4a-4a77-4d48-988e-4c1f135dbbc0", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "WorkflowTypeId", | |
| "Key": "3rdConnectionOpportunity", | |
| "Name": "3rd Connection Opportunity", | |
| "Description": "", | |
| "Order": 8, | |
| "IsGridColumn": false, | |
| "DefaultValue": "11C39C9D-535B-420E-919F-D690A408540C", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": "", | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": "", | |
| "PostHtml": "", | |
| "AbbreviatedName": "3rd Connection Opportunity", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2022-08-29T13:32:50.017" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.ConnectionOpportunityFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.Workflow" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.WorkflowType", | |
| "Type": 1, | |
| "Data": "affc79bc-7315-4c18-b2a9-a20e4ca33d70" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "46f79447-cc6d-4a28-bfe7-a057a67edbd0", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "connectionTypeFilter", | |
| "Value": "7" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "5f662c4a-4a77-4d48-988e-4c1f135dbbc0" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "5214da3c-5d68-40df-8ecb-88505230a86d", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "includeInactive", | |
| "Value": "False" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "5f662c4a-4a77-4d48-988e-4c1f135dbbc0" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "f2ecc1ce-a633-4806-b5c1-d3b6ff826389", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "WorkflowTypeId", | |
| "Key": "NewGiverGroup", | |
| "Name": "New Giver Group", | |
| "Description": "", | |
| "Order": 9, | |
| "IsGridColumn": false, | |
| "DefaultValue": "74299047-9c6a-4e36-912f-122874e57b70", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": "", | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": "", | |
| "PostHtml": "", | |
| "AbbreviatedName": "New Giver Group", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2022-08-29T13:32:50.033" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.GroupFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.Workflow" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.WorkflowType", | |
| "Type": 1, | |
| "Data": "affc79bc-7315-4c18-b2a9-a20e4ca33d70" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "e40600ef-f5e0-40a7-964d-b0e8c283f759", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "WorkflowTypeId", | |
| "Key": "Campus", | |
| "Name": "Campus", | |
| "Description": "", | |
| "Order": 10, | |
| "IsGridColumn": false, | |
| "DefaultValue": "74fdf83a-a009-4c94-9075-c2ed08b1aa48", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": "", | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": "", | |
| "PostHtml": "", | |
| "AbbreviatedName": "Campus", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2022-08-29T13:32:50.063" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.CampusFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.Workflow" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.WorkflowType", | |
| "Type": 1, | |
| "Data": "affc79bc-7315-4c18-b2a9-a20e4ca33d70" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "d07b7f59-8a02-4a93-b0c2-22ea62d7ad9f", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "filterCampusStatus", | |
| "Value": "" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "e40600ef-f5e0-40a7-964d-b0e8c283f759" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "2975b302-c999-47d8-b2c8-f9c7bc4fecd0", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "filterCampusTypes", | |
| "Value": "" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "e40600ef-f5e0-40a7-964d-b0e8c283f759" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "72e095c4-9c6e-4051-b64e-763d924d5474", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "includeInactive", | |
| "Value": "False" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "e40600ef-f5e0-40a7-964d-b0e8c283f759" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "810d7f99-0d0c-4626-9042-fcd932cf5f6b", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "SelectableCampusIds", | |
| "Value": "" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "e40600ef-f5e0-40a7-964d-b0e8c283f759" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.Attribute", | |
| "Guid": "df256e8a-5883-493a-a301-6a297648ef96", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "EntityTypeQualifierColumn": "WorkflowTypeId", | |
| "Key": "Activity-AutomatedEmail", | |
| "Name": "Activity - Automated Email", | |
| "Description": "", | |
| "Order": 11, | |
| "IsGridColumn": false, | |
| "DefaultValue": "BFA27713-3076-4C61-A8CA-84FAA211497A", | |
| "IsMultiValue": false, | |
| "IsRequired": false, | |
| "IconCssClass": "", | |
| "AttributeColor": "", | |
| "AllowSearch": false, | |
| "IsIndexEnabled": false, | |
| "IsAnalytic": false, | |
| "IsAnalyticHistory": false, | |
| "IsActive": true, | |
| "EnableHistory": false, | |
| "PreHtml": "", | |
| "PostHtml": "", | |
| "AbbreviatedName": "Activity - Automated Email", | |
| "IsPublic": false, | |
| "ShowOnBulk": false, | |
| "CreatedDateTime": null, | |
| "ModifiedDateTime": "2022-08-29T13:32:50.05" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "FieldTypeId", | |
| "EntityType": "Rock.Model.FieldType", | |
| "Type": 3, | |
| "Data": "Rock.Field.Types.ConnectionActivityTypeFieldType" | |
| }, | |
| { | |
| "Property": "EntityTypeId", | |
| "EntityType": "Rock.Model.EntityType", | |
| "Type": 2, | |
| "Data": "Rock.Model.Workflow" | |
| }, | |
| { | |
| "Property": "EntityTypeQualifierValue", | |
| "EntityType": "Rock.Model.WorkflowType", | |
| "Type": 1, | |
| "Data": "affc79bc-7315-4c18-b2a9-a20e4ca33d70" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "f6dcb469-cdd1-4f38-a96d-e840d56f401a", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "connectionTypeFilter", | |
| "Value": "7" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "df256e8a-5883-493a-a301-6a297648ef96" | |
| } | |
| ] | |
| }, | |
| { | |
| "EntityType": "Rock.Model.AttributeQualifier", | |
| "Guid": "687afc34-bd5a-4323-bf3d-7b9bd57667f6", | |
| "GenerateNewGuid": true, | |
| "Properties": { | |
| "IsSystem": false, | |
| "Key": "includeInactive", | |
| "Value": "False" | |
| }, | |
| "Transforms": {}, | |
| "References": [ | |
| { | |
| "Property": "AttributeId", | |
| "EntityType": "Rock.Model.Attribute", | |
| "Type": 1, | |
| "Data": "df256e8a-5883-493a-a301-6a297648ef96" | |
| } | |
| ] | |
| } | |
| ], | |
| "RootEntities": [ | |
| "affc79bc-7315-4c18-b2a9-a20e4ca33d70" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment