Hello,
About the Contact Career entity, I would like to change the current behavior.
Our contacts can be associated with many different companies, with various career states.
Currently, for a given contact, when the Primary field is checked on one record, the Current field is automatically unchecked on any record linked to a different account than the primary one.
I was not able to find the code responsible for this behavior.
Is it possible to modify it?
Best regards,
Patrice
Like
Hello,
Most of the times, such logic is located inside of event logic of configuration objects. In your case, the code you are looking for is most probably located in the object ContactCareer package CrtBase.
When you open this object, in the Actions click on "Open process"
Hello,
Most of the times, such logic is located inside of event logic of configuration objects. In your case, the code you are looking for is most probably located in the object ContactCareer package CrtBase.
When you open this object, in the Actions click on "Open process"
Many thanks ! yes the code is exactly in the object ContactCareer package CrtBase. Now i have to write some overide i guess.