Setting 'print and export to excel' for some user using QMS API
Hi all,
I wanna setting "print and export to excel" using QMS API. Below is the qmc settings, I can easily set the option to ALL, NONE, some users and groups. And all the settings are working.
Now I wanna set using QMS API, here is the c# code. My question is : the first two fuction ( setExceltoUsers and setExceltoNone) work well, but the 3rd one ( setExceltoAll) doesn't work. What's wrong with my code? Thanks.