I am trying to add the option to exclude the queue setup when attaching a template and cannot find the correct syntax. Attaching the template as is (default queue setup) is overwriting the queue setup already on the projects.
解決済! 解決策の投稿を見る。
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
表示
返信
いいね!の合計
Typically you want the word 'clear' in all lowercase followed by Camelcase version of the object. So documents/folders would be 'clearDocuments', and Risks would be clearRisks. Sometimes that takes some guesswork if it's not an obvious single word like this one. It's clearIssueSetup. There's no published list I've ever found, I figured it out by opening Chrome's developer screen and reviewing the code for that part of the attach Template UI screen when I needed each option.
表示
返信
いいね!の合計
Typically you want the word 'clear' in all lowercase followed by Camelcase version of the object. So documents/folders would be 'clearDocuments', and Risks would be clearRisks. Sometimes that takes some guesswork if it's not an obvious single word like this one. It's clearIssueSetup. There's no published list I've ever found, I figured it out by opening Chrome's developer screen and reviewing the code for that part of the attach Template UI screen when I needed each option.
表示
返信
いいね!の合計
Thank you Katherine! That's the switch I was looking for. I've used the clearDocuments, etc previously, but was trying clearQueueDef without success. This type of thing would be great do have documented somewhere......
表示
返信
いいね!の合計
I figured I'd be thorough and just get them all. Hopefully other folks searching for them will find the forums. Some of these are things my instance doesn't happen to use so I don't have any helpful notes on what using them might do but I'm happy to add if folks have anything to share.