Hi EspoCRM Team,
We work with another support company that have their own case numbers (example case number: ABCD) while we use the case numbers assigned by EspoCRM (example case number: 1234).
It's a bit messy working with their case number consecutive and our own case number consecutive. So, we would like to use THEIR case number consecutive.
Each time they send a support email, they set the subject with their case number (example subject: ABCD). We would like to use that subject to set our case number. That way, both companies have the same case number for each case.
We have used formulas and BPM to test this and our case number changes perfect. However, after some seconds, the case number changes again to EspoCRM's consecutive case number.
Is there any way to set a custom case number?
Thanks a lot for your time.
We work with another support company that have their own case numbers (example case number: ABCD) while we use the case numbers assigned by EspoCRM (example case number: 1234).
It's a bit messy working with their case number consecutive and our own case number consecutive. So, we would like to use THEIR case number consecutive.
Each time they send a support email, they set the subject with their case number (example subject: ABCD). We would like to use that subject to set our case number. That way, both companies have the same case number for each case.
We have used formulas and BPM to test this and our case number changes perfect. However, after some seconds, the case number changes again to EspoCRM's consecutive case number.
Code:
number=inboundEmailName;
Thanks a lot for your time.
Comment