Menu

PlaceHolder - Service and SubCategory

2024-12-17
2024-12-18
  • Ronald Diaz

    Ronald Diaz - 2024-12-17

    I'm trying to set up an email notification. I'd like to get the "Service" and "Subcategory" fields from the ticket. I've been trying these options but it doesn't work.

    $this->subcategory_id->name$
    $this→servicesubcategory_name$
    $this->label(subcategory)$
    $this->label(servicesubcategory_name)$
    $this->label(service_name)$
    $this->label(service)$

     
  • Molkobain

    Molkobain - 2024-12-18

    Hello Ronald,

    You can try $this->label(service_id)$ or $this->label(servicesubcategory_id)$

    Hope it helps,
    Guillaume

     
  • Ronald Diaz

    Ronald Diaz - 2024-12-18

    Hi Molkobain,

    It is returning only the code in both cases, I understand that they are codes associated with the services and the subcategory. How could I capture the NAME of both the service and the subcategory?

    Thank you for your support.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.