BeforeSave calculations don't fire when collection item is deleted
I have the following calculation. It returns the total number of days associated with a schedulable object (_DayOff): import System static def GetAttributeValue(_DayOff): totalDayCount = 0.0 if...
View ArticleRe: LDMS profiles - Domain change
Update the Console User Table via SQLReplace Domain1\ with domain2\ on the user Column and that will transfer their "profile" as such to the new domain so that when the person logs in their now...
View ArticleRe: BeforeSave calculations don't fire when collection item is deleted
BTW, I've confirmed that the calc succeeds if I change its type to After Read, but doing that makes other calculations fail. I'd strongly prefer Before Save.
View ArticleRe: LDMS profiles - Domain change
Oooh, that sounds like the SHAZAM i was looking for. Nice job, I will give this a try. Me likey Chris.
View ArticleProvisioning without an image
I've read multiple documents on how to provision a new Windows7 workstation starting with an image. I'm looking for a way to provision a workstation WITHOUT using an image as a starting point -...
View ArticleRe: Provisioning without an image
Just a quick comment, not to derail or deflate your need/inquiry. I certainly don't want to offend anyone by my comments. From a logical standpoint, that machine will go through hours and hours of just...
View ArticleRe: LDSD 7.7.1 Upgrade from 7.5 SP1 HF3 took 10 hours
Update:Reran DB upgrade after restoration in test. Prior to doing so, I increased the cores to 8 and set the 6GB limit on SQL to allow the OS to have some breathing room. This actually took longer...
View ArticleRe: Provisioning without an image
I use a Gold image... Windows 7 only plus patches and thats it. Everything else is added at build time using custom scripts - i am in the process of documenting my tools so i can share them with the...
View ArticleRe: Define a minimum time elapse between pressions of Enter key
it is definitely possible to write a script with similar functionality.. This would involve using Escape Sequences to accomplish this. If this is functionality you would want to pursue, please contact...
View ArticleRe: TelnetCE Host Type WEB is not Licensed on MC9190?
Hello DamirZ, That is correct the Web emulation type is not pre-licensed on Motorola devices. To purchase this please see the following page : http://www.wavelink.com/how-to-buy/ Thank you,Nick
View ArticleRe: Lenovo x1 and Vpro
I don't see an option to do that on my X1 or I am looking in the wrong places. Do you happen to remember where that might have been?
View ArticleRe: Self Service Portal examples
Thanks for the clarification. One challenge I have now encountered is setting up a template at the process level. Most of the place holders carry over without issue, except Notes. I noticed that...
View ArticleRe: Lenovo x1 and Vpro
See if there is something in the BIOS about Secure Boot. this is a Windows 8 feature, and should be disabled if you are installing Windows 7. It could be that Provisioning also needs it disabled....
View ArticleRe: Lenovo x1 and Vpro
Looks like there is also a setting for 'OS Optimize Defaults'. It also should be disabled. All this does it make Windows boot faster. You can probably re-enable after your provisioning script is done.
View ArticleRe: Having Copy Rules Propogate Before Save
I wanted to update this, as it took me a little while to come up with the solution. Let me clarify some details, as perhaps I wasn't as clear as I could have been in my initial post. 1.) I am trying to...
View ArticleRe: Selecting from multiple Service Desk framework on console startup
I recently created a support ticket. I'll post here what they come up with.
View ArticleRe: Self Service Portal examples
Hi, We are referencing Notes from a template set up on Process. When writing the report template, you can't see the Note object in the attributes tree to drag and drop, but as all processes use the...
View ArticleRe: Assignment notification
Hi, Check your Assignment object's attributes... Are you sure the field exists just as "{Id}" on the Assignment object? I would guess that you need to include the process ref as well. e.g., within an...
View Article