SugarBPM - email related users

HI,

I've created some custom relationships between the User entity and the Accounts Entity (1:M) so that the Accounts record view displays a series of relate fields allowing users to assign a user to various "roles" on the account.

I'd like to use SugarBPM to send an email to the users assigned to these fields, but there is no option that I can see to do this in the "Recipient > Module" drop down. Can anyone advise on the best way to achieve this goal?

Cheers,

Levi

Parents
  • Hi Levi, 

    Could you clarify the realization? 

    Correct me if I'm wrong - it looks like you've got a kind of custom module created in Module Builder, let's say Account User Roles module, which is related many-to-one to the Accounts module for subpanel to Accounts and either relate type field to Users module or many-to-one relationship to Users module. That custom module also to include Role field - either text or dropdown type to specify the Role of the User in Account.

    Correct? 

    Best Regards,
    Dmytro Chupylka

    integroscrm.com
    We make work in Sugar CRM system faster, more convenient and efficient

  • Hi Dmytro,

    No, this is just the out of the box Account module and the User module. I've created a series of custom 1:M relationships between Users and Accounts, which creates Relate fields (labelled as roles) on the Accounts form allowing me to assign users.

    I want to use SugarBPM to email the users assigned to these Relate fields on the Accounts record view. This seems like something that should be achievable.

    Regards,

    Levi

  • Hi Levi,


    Okay, I didn't get whether notification is a part of the bigger business process, where using SugarBPM is recommended - in this case in your configuration of roles the automation is configurable with Logic Builder extension for Sugar BPM.


    However, there is a shorter path to achieve what you need if the purpose is just to notify about roles assignments, lemme show you


    I've reproduced your realization with 3 roles on the dedicated Account's tab here sg-chu-experimento.demo.sugarcrm.eu/  (login admin/ password asdf)


    Then I've configured a logic hook - if you are a programmer you can make logic hooks with coding, but since I haven't written a line of code for almost 20 years, I got used to use Logic Builder to configure logic hooks for Sugar

    Its simple to draw it and this is how the logic hook for sending email notification may look for your case - when User is assigned to Account RoleA:

    With this flowchart installed into Sugar in a for of regular zip package, Sugar is able to send the following email to the User on RoleA assignment:

    Actually, it sends what I have configured... Is that what you like to achieve?


    Please feel free to login to sg-chu-experimento.demo.sugarcrm.eu/ (login admin/ password asdf) , change User1 email to your own and play with it as much as you need

    btw, I've also added notification about the User is exempted from the RoleA

    If an approach makes sense for you, you may register https://logicbuilder.integroscrm.com (trial is 30 days free) and drop me a line so that  I could help you to configure notifications for the rest of the roles.


    Please note,  that the LogicBuilder-designed logic hooks operate independently from the designer - they will keep automating notifications as long as you need once installed

    If you like to know more about configuring rather then development, I'd suggest attending the webinar about it tomorrow, Feb 18th

    You will find how to automate CRM operations by a trigger, by schedule, or inside a SugarBPM workflow:

    • Automate calculations of any complexity
    • Set up intelligent data sharing & update
    • Provide smart data validation & input control
    • Compose CRM data into an informative and easy-to-read text for emails, messages, or notes
    • Ensure data exchange by REST API and not only
    • Add to your CRM the power of AWS

    You may join the webinar here: "How to create hooks and get the best of Sugar not being a developer"

    Best Regards,
    Dmytro Chupylka

    integroscrm.com
    We make work in Sugar CRM system faster, more convenient and efficient

Reply
  • Hi Levi,


    Okay, I didn't get whether notification is a part of the bigger business process, where using SugarBPM is recommended - in this case in your configuration of roles the automation is configurable with Logic Builder extension for Sugar BPM.


    However, there is a shorter path to achieve what you need if the purpose is just to notify about roles assignments, lemme show you


    I've reproduced your realization with 3 roles on the dedicated Account's tab here sg-chu-experimento.demo.sugarcrm.eu/  (login admin/ password asdf)


    Then I've configured a logic hook - if you are a programmer you can make logic hooks with coding, but since I haven't written a line of code for almost 20 years, I got used to use Logic Builder to configure logic hooks for Sugar

    Its simple to draw it and this is how the logic hook for sending email notification may look for your case - when User is assigned to Account RoleA:

    With this flowchart installed into Sugar in a for of regular zip package, Sugar is able to send the following email to the User on RoleA assignment:

    Actually, it sends what I have configured... Is that what you like to achieve?


    Please feel free to login to sg-chu-experimento.demo.sugarcrm.eu/ (login admin/ password asdf) , change User1 email to your own and play with it as much as you need

    btw, I've also added notification about the User is exempted from the RoleA

    If an approach makes sense for you, you may register https://logicbuilder.integroscrm.com (trial is 30 days free) and drop me a line so that  I could help you to configure notifications for the rest of the roles.


    Please note,  that the LogicBuilder-designed logic hooks operate independently from the designer - they will keep automating notifications as long as you need once installed

    If you like to know more about configuring rather then development, I'd suggest attending the webinar about it tomorrow, Feb 18th

    You will find how to automate CRM operations by a trigger, by schedule, or inside a SugarBPM workflow:

    • Automate calculations of any complexity
    • Set up intelligent data sharing & update
    • Provide smart data validation & input control
    • Compose CRM data into an informative and easy-to-read text for emails, messages, or notes
    • Ensure data exchange by REST API and not only
    • Add to your CRM the power of AWS

    You may join the webinar here: "How to create hooks and get the best of Sugar not being a developer"

    Best Regards,
    Dmytro Chupylka

    integroscrm.com
    We make work in Sugar CRM system faster, more convenient and efficient

Children
No Data