The code is currently expecting the duration in milliseconds. So you can enter 65000 for 65 seconds. I will change this to seconds - it's truncating the result to seconds by dividing anyways, so there isn't much benefit to using milliseconds.
As far as SourceType, I look for it in the same manner as every other field, and will accept sourceType or SourceType. I'm really not sure why that would not be working for you when you used SourceType though, as the code is written identically for that field as the others.
Mike
As far as SourceType, I look for it in the same manner as every other field, and will accept sourceType or SourceType. I'm really not sure why that would not be working for you when you used SourceType though, as the code is written identically for that field as the others.
Mike