Hi! Calculated fields are awesome, and I'd like to make sure I understand all the opportunities they provide, that is why I'd like to ask you about the meaning / code examples / use cases of the following functions:
number\format(VALUE)
entity\attribute(ATTRIBUTE)
entity\attributeFetched(ATTRIBUTE)
env\userAttribute(ATTRIBUTE)
Also I need to count the number of Contacts related to an Opportunity - is it correct that I can't do that anywhere other than directly in backend? If so, then it's a feature request, since in my case the value of Opportunity is heavily dependent of the number of related Contacts, which constantly get created, deleted, linked, unlinked and so on, so calculating it in backend is not very convenient. The same applies to the length of arrays and multi-enums
number\format(VALUE)
entity\attribute(ATTRIBUTE)
entity\attributeFetched(ATTRIBUTE)
env\userAttribute(ATTRIBUTE)
Also I need to count the number of Contacts related to an Opportunity - is it correct that I can't do that anywhere other than directly in backend? If so, then it's a feature request, since in my case the value of Opportunity is heavily dependent of the number of related Contacts, which constantly get created, deleted, linked, unlinked and so on, so calculating it in backend is not very convenient. The same applies to the length of arrays and multi-enums
Comment