Announcement

Collapse
No announcement yet.

What is the data format of teamNames in formula attributes (in php code)?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • What is the data format of teamNames in formula attributes (in php code)?

    Hi people,

    I was reading this instruction (https://www.espocrm.com/documentatio...on-in-formula/) on how to create your own "contain" function and I am wondering what is the data format of the casesNames or teamsNames there in php code. Is it a plain text in json format? Is it a json object? Something else?

    Best
    Last edited by cpicanco; 09-25-2019, 07:00 PM.

  • #2
    I am trying to write a custom function that will return true if a piece of text is found in one of the names inside casesNames and false otherwise.

    Comment


    • #3
      Probable a array of strings.

      Comment

      Working...
      X