I have put a formula, phoneNumber=opportunity.phoneNumber; It's fetching the phone number in phone field, but after refresh the phone field is empty. What may be the issue?
Formula disappear after Refresh
Collapse
X
-
Tags: None
-
I believe it's overridden by phoneNumberData being sent in an API request.
Try adding this:
Code:entity\clearAttribute('phoneNumberData');
If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.
Comment