if you create a new incident using New-SCSMIncident the title is not searchable when the incident is created.
The work around is to manually go in to the ticket and click OK. At that point the ticket title is searchable using the standard console functionality
Comments: ** Comment from web user: radtravis **
The work around is to manually go in to the ticket and click OK. At that point the ticket title is searchable using the standard console functionality
Comments: ** Comment from web user: radtravis **
We need to set the .DisplayString property to be equal to String.Format({0}{1} - {2}, strIncidnetIDPrefix, {0}, strTitle).