CA Service Management

  • 1.  how to get the tenant name

    Posted Apr 26, 2018 02:07 AM

    Hi All,

     

    how to get the tenant name on initial Change order page edit window (before saving the ticket). I would like to capture the tenant name to use in the my custom java script function which sets the change type.

     

    Thanks

    Venkat



  • 2.  Re: how to get the tenant name

    Broadcom Employee
    Posted Apr 26, 2018 10:00 AM

    Venkat, try

    element = document.main_form.elements;

    var z_tenant = element['SET.tenant'].value;

    Thanks _Chi



  • 3.  Re: how to get the tenant name

    Posted Dec 28, 2018 01:18 PM

    Try with the variable: argTenantId