I have a situation where we have a custom entity called Sales Order
In the Sales Order, we want to document the User who made the sale from the system User entity
In the User entity we have a field called Commission Rate
After we do a lookup in the Sales Order to the User, we would like that User's Commission Rate to populate a Decimal field in Sales Order for the same thing
I'm struggling with the best way to do this and can't seem to find a good solution with N:1 relationships or a Rollup.
I've been able to get the N:1 mappings to work find on new record creation and static picklists but not with a Lookup where I want to pull other field data over after I've done that Lookup.
Any suggestions?
Thank you.
*This post is locked for comments