Setting Field Based On Another Field

I am trying to set a field based on the value of another field in the same module. I've set up a Business Rule that shows the mapping of one field to the value that the other field should have. Then I have a simple Business Process that evaluates the Business Rule and sets the other field. Is this be best way to accomplish this? Are there other approaches?

Here is the Business Rule I'm using to test:

Here is the Business Process I wrote to evaluate the business rule Condistion / set the field Conclusion. I believe the Return Value is not used here. 

Thanks for any feedback on this. VO

Parents
  • If I read the screenshot correctly, you call the business rule to return a value but the process does not actually use the value to set a field?

    Based upon the value return from the rule, you will need a gateway of some sort and then do further actions. Have a look at this as an example - support.sugarcrm.com/.../

  • that should set area westcoast category without gateway 

    like this sets RLI Type on RLI Lead Source Change:

    And that is how it works:

    Best Regards,
    Dmytro Chupylka

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

Reply
  • that should set area westcoast category without gateway 

    like this sets RLI Type on RLI Lead Source Change:

    And that is how it works:

    Best Regards,
    Dmytro Chupylka

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

Children