You need to sign in to do that
Don't have an account?
Doondi
How to assign a OwnerId to an user based on custom field value?
Hi,
My logic is: If (Manager__c == Null && region__c == 'South'
then assign the newly created record to South_Zonal_Manager__c
My requirement is something like this, can someone help me.
Twist here for me is I have 4 regions (east, west, north, south) and I have 4 different zonal managers
My logic is: If (Manager__c == Null && region__c == 'South'
then assign the newly created record to South_Zonal_Manager__c
My requirement is something like this, can someone help me.
Twist here for me is I have 4 regions (east, west, north, south) and I have 4 different zonal managers
I guess the best approach is to use some kind of polymophirm. Please try this code:
Let me know if I can help with anything else. You if find this solution useful, please mark as Best Answer to help others developers too.
Best regards.