UPDATE MetadataSchema.Entity SET IsCustomizable = 1 WHERE [Name] = 'Queueitem'
Şu andan itibaren "customize entities" bölümünde QueueItem'ları görebilir ve View'ları değiştirebilir ve yayınlayabilirsiniz.
NOT: Yayınlamalarınız bittikten sonra "
Queue's and their limited features. Clients want to use queues but for each time. "Can we implement this? No, we can't. Is it possible ? No way." which is not nice. If you want to add columns or maybe change the sort-order column for queueview you can use this solution.
Run update script which is specified below for MetadataSchema.Entity table which is in CRM database (
UPDATE MetadataSchema.Entity SET IsCustomizable = 1 WHERE [Name] = 'Queueitem'
Now on in "Customize Entities" section you will able to see "QueueItem" and you can update views and publish them.
PS: After publishment don't forget to set "IsCustomizable = 0 " and restart IIS. Otherwise you migth be sad.