entity\setattribute on manual???

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rodrigocoelho
    Active Community Member
    • Jun 2016
    • 296

    entity\setattribute on manual???

    I can't see how does entity\setattribute works, on manual....
  • Maximus
    Senior Member
    • Nov 2018
    • 2731

    #2
    Hello.
    Here is an example of how this formula works.
    sicCode = entity\setAttribute(sicCode, 777)
    It says that we are defining sicCode attribute to this attribute with the value '777'. Then, if you will try to change this field it will automatically be changing to value '777' while saving.

    Comment

    • rodrigocoelho
      Active Community Member
      • Jun 2016
      • 296

      #3
      Originally posted by Maximus
      Hello.
      Here is an example of how this formula works.


      It says that we are defining sicCode attribute to this attribute with the value '777'. Then, if you will try to change this field it will automatically be changing to value '777' while saving.
      Hi Maximus, unfortunately, I can't understand. Can you try to explain again? Do you know if it is described on Formulas Manual???

      Thanks you for you time.

      Comment

      • Maximus
        Senior Member
        • Nov 2018
        • 2731

        #4
        Hello,
        I can't find. Will be added. Thank's.
        Last edited by Maximus; 03-29-2019, 02:36 PM.

        Comment

        • yuri
          Member
          • Mar 2014
          • 8440

          #5
          It will not be added to documentation because it's not needed in use. Use the regular assignment that is the same.
          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

          • rodrigocoelho
            Active Community Member
            • Jun 2016
            • 296

            #6
            Originally posted by yurikuzn
            It will not be added to documentation because it's not needed in use. Use the regular assignment that is the same.
            But it shows when using the formula wizard.....

            Comment

            Working...