Hello,
I have been asked today by a customer the following:
Hello,
I have been asked today by a customer the following:
In the context of preventing business with prohibited persons - I've managed to use the Logic Builder no-code tool for configuring Sugar instance to make an external API call to http://sanctions.io and process the response so that the Sugar users could check if an individual or entity (Lead/Contact/Account) is on a sanctions list.
I also requested and received a trial account at http://sanctions.io service (7 days from today),
so I've made a recording how that configuration work in Sugar - you may see it here
https://youtu.be/_czVclmETb4 [3 minutes watching]
If interested, here is step-by-step instruction how to make that automation work for Sugar instance:
1. Install ZIP extension that I've configured with the Logic Builder no-code tool
CheckThemAtSanctionsIO.zip
2. Create a Note record with the Subject = Sanctions.io Bearer and put the Sanctions.io API key to the Description
e.g. the trial sanctions.io API key is 302c7a4c123a4a07a80b5327e2115120, you may substitute on your API key it or try with it
3. Setup W-buttons fields to initiate sanctions lists check - that should work for the modules Leads, Contacts, Accounts.
Please use parameters provided on the screen:
Please feel free to use the configuration that should help in preventing doing business with individuals and entities on sanctions lists, including the ones bastards that attacked my motherland Ukraine
I hope this helps
Let me know if any questions
Best Regards,
Dmytro Chupylka
integroscrm.com
We make work in Sugar CRM system faster, more convenient and efficient
In the context of preventing business with prohibited persons - I've managed to use the Logic Builder no-code tool for configuring Sugar instance to make an external API call to http://sanctions.io and process the response so that the Sugar users could check if an individual or entity (Lead/Contact/Account) is on a sanctions list.
I also requested and received a trial account at http://sanctions.io service (7 days from today),
so I've made a recording how that configuration work in Sugar - you may see it here
https://youtu.be/_czVclmETb4 [3 minutes watching]
If interested, here is step-by-step instruction how to make that automation work for Sugar instance:
1. Install ZIP extension that I've configured with the Logic Builder no-code tool
CheckThemAtSanctionsIO.zip
2. Create a Note record with the Subject = Sanctions.io Bearer and put the Sanctions.io API key to the Description
e.g. the trial sanctions.io API key is 302c7a4c123a4a07a80b5327e2115120, you may substitute on your API key it or try with it
3. Setup W-buttons fields to initiate sanctions lists check - that should work for the modules Leads, Contacts, Accounts.
Please use parameters provided on the screen:
Please feel free to use the configuration that should help in preventing doing business with individuals and entities on sanctions lists, including the ones bastards that attacked my motherland Ukraine
I hope this helps
Let me know if any questions
Best Regards,
Dmytro Chupylka
integroscrm.com
We make work in Sugar CRM system faster, more convenient and efficient
You really should make it clear that the zip you provided is a third party tool that cannot be uninstalled once added via module-loader. From your manifest:
'author' => 'Integros Flowchart AutoGenerator',
'description' => 'CheckThemAtSanctionsIO v1',
'icon' => '',
'is_uninstallable' => true,
I don't know if it works without purchasing a license to your software or not, but it seems rather important for someone trying it to know that.
You are advertising this as a no-code solution, which is true and it may be incredibly useful to some, but they will need to know how the code works to know to check the manifest before installing, and they need to know code to remove such a package after testing should they decide not to use it/purchase it.
FrancescaS