Hi, I am wondering if there is any way to create a business rule that spans across more than just one form for a scope. I have changed the scope in the business rule but it doesn't seem to do anything. Here is an example of what i am trying to do:
I want to have a business rule that when a user adds a new appointment activity (appointment entity), it will take the "name" and "date" field from that entity and place those same values in the Account form (account entity) under the fields of "last visited name" and "last visited date".
I am able to get it to work on one form or the other, but never be able to connect both entities in one business rule, is there a way to change the scope to be able to include multiple forms/entities in one business rule? Or at least like a variable of some kind that i can pass from one business rule to another?
Thanks for your help!
*This post is locked for comments