How to send confirmation when importing contributions
When importing contributions, on the 2nd page where CSV columns are linked to database fields, there is no field "send a confirmation". Is there a way to add this field (and generate a confirmation after import)? Or do we have the use another method?
contributions import
add a comment |
When importing contributions, on the 2nd page where CSV columns are linked to database fields, there is no field "send a confirmation". Is there a way to add this field (and generate a confirmation after import)? Or do we have the use another method?
contributions import
add a comment |
When importing contributions, on the 2nd page where CSV columns are linked to database fields, there is no field "send a confirmation". Is there a way to add this field (and generate a confirmation after import)? Or do we have the use another method?
contributions import
When importing contributions, on the 2nd page where CSV columns are linked to database fields, there is no field "send a confirmation". Is there a way to add this field (and generate a confirmation after import)? Or do we have the use another method?
contributions import
contributions import
asked 11 hours ago
MarkDQMarkDQ
1789
1789
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Confirmation sending can't directly from import. There ARE ways to do it, but it slows down the import considerably, so I'd recommend doing it separately. Here are your options:
Bulk confirmation
- When importing, have an easy way to search for the contributions that were just imported. Perhaps that's already possible because of your data. If not, add a custom field "Needs confirmation" to your data, and populate that.
- Using Find Contributions, find the contributions you just imported.
- From the Actions menu, select Receipts - print or email and send confirmations as per the manual receipts documentation.
You could also use CiviRules, but as I started to document the process I realized how complicated that would be - I definitely think the bulk confirmation above is the way to go.
thx @Jon G, this method with two steps work!
– MarkDQ
2 hours ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "605"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcivicrm.stackexchange.com%2fquestions%2f28484%2fhow-to-send-confirmation-when-importing-contributions%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Confirmation sending can't directly from import. There ARE ways to do it, but it slows down the import considerably, so I'd recommend doing it separately. Here are your options:
Bulk confirmation
- When importing, have an easy way to search for the contributions that were just imported. Perhaps that's already possible because of your data. If not, add a custom field "Needs confirmation" to your data, and populate that.
- Using Find Contributions, find the contributions you just imported.
- From the Actions menu, select Receipts - print or email and send confirmations as per the manual receipts documentation.
You could also use CiviRules, but as I started to document the process I realized how complicated that would be - I definitely think the bulk confirmation above is the way to go.
thx @Jon G, this method with two steps work!
– MarkDQ
2 hours ago
add a comment |
Confirmation sending can't directly from import. There ARE ways to do it, but it slows down the import considerably, so I'd recommend doing it separately. Here are your options:
Bulk confirmation
- When importing, have an easy way to search for the contributions that were just imported. Perhaps that's already possible because of your data. If not, add a custom field "Needs confirmation" to your data, and populate that.
- Using Find Contributions, find the contributions you just imported.
- From the Actions menu, select Receipts - print or email and send confirmations as per the manual receipts documentation.
You could also use CiviRules, but as I started to document the process I realized how complicated that would be - I definitely think the bulk confirmation above is the way to go.
thx @Jon G, this method with two steps work!
– MarkDQ
2 hours ago
add a comment |
Confirmation sending can't directly from import. There ARE ways to do it, but it slows down the import considerably, so I'd recommend doing it separately. Here are your options:
Bulk confirmation
- When importing, have an easy way to search for the contributions that were just imported. Perhaps that's already possible because of your data. If not, add a custom field "Needs confirmation" to your data, and populate that.
- Using Find Contributions, find the contributions you just imported.
- From the Actions menu, select Receipts - print or email and send confirmations as per the manual receipts documentation.
You could also use CiviRules, but as I started to document the process I realized how complicated that would be - I definitely think the bulk confirmation above is the way to go.
Confirmation sending can't directly from import. There ARE ways to do it, but it slows down the import considerably, so I'd recommend doing it separately. Here are your options:
Bulk confirmation
- When importing, have an easy way to search for the contributions that were just imported. Perhaps that's already possible because of your data. If not, add a custom field "Needs confirmation" to your data, and populate that.
- Using Find Contributions, find the contributions you just imported.
- From the Actions menu, select Receipts - print or email and send confirmations as per the manual receipts documentation.
You could also use CiviRules, but as I started to document the process I realized how complicated that would be - I definitely think the bulk confirmation above is the way to go.
answered 10 hours ago
Jon G - Megaphone TechJon G - Megaphone Tech
26.4k11771
26.4k11771
thx @Jon G, this method with two steps work!
– MarkDQ
2 hours ago
add a comment |
thx @Jon G, this method with two steps work!
– MarkDQ
2 hours ago
thx @Jon G, this method with two steps work!
– MarkDQ
2 hours ago
thx @Jon G, this method with two steps work!
– MarkDQ
2 hours ago
add a comment |
Thanks for contributing an answer to CiviCRM Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcivicrm.stackexchange.com%2fquestions%2f28484%2fhow-to-send-confirmation-when-importing-contributions%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown