Formula disappear after Refresh

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ashif Malayil
    Senior Member
    • Dec 2023
    • 171

    Formula disappear after Refresh

    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?
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    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

    Working...