Good afternoon!
I am working on a couple scripts but I am having a bit of an issue when it comes to device scripting and copying.
Here is what I need to accomplish.
Customer has students that are set to restricted and carries a balance. During part of the day, they use devices in a teachers area and when they use these devices, their account should not be debited. I was just going to alter the charges for these devices for these students and set the cost of the job at a $0 amount but the customer does need to show a cost. So, I moved to using "Shared Accounts". This works great for printing and I can just call the function "actions.job.chargeToSharedAccount(accountName )".
However, it doesn't seem that this is available for device functions with copying! Anyone have an idea on how I can make it so that if one of these students use a certain device, that all copies are charged automatically to the shared account. I do not want to enable shared accounts for their login because most of the time, they will be using their personal account and we don't want to install the client on a 100+ computers for this.
Thanks in advance!
I am working on a couple scripts but I am having a bit of an issue when it comes to device scripting and copying.
Here is what I need to accomplish.
Customer has students that are set to restricted and carries a balance. During part of the day, they use devices in a teachers area and when they use these devices, their account should not be debited. I was just going to alter the charges for these devices for these students and set the cost of the job at a $0 amount but the customer does need to show a cost. So, I moved to using "Shared Accounts". This works great for printing and I can just call the function "actions.job.chargeToSharedAccount(accountName )".
However, it doesn't seem that this is available for device functions with copying! Anyone have an idea on how I can make it so that if one of these students use a certain device, that all copies are charged automatically to the shared account. I do not want to enable shared accounts for their login because most of the time, they will be using their personal account and we don't want to install the client on a 100+ computers for this.
Thanks in advance!
Comment