To be clear, WE are the ones using two concatenated Guids for the Id of our Jobs (programmatically - using the API).
When we create Tasks and TimeTriggers, these are linked to the Job by setting their respective JobId properties to the Id of the Job.
Because the value of the Id is two concatenated Guids, the Visual Cron client crashes when we try to view the Job.
In case you're wondering, the reason we use two concatenated Guids for the Job Id is because we're trying to isolate jobs that belong to different customers.
The first part of the Guid thus represents the customer's Id.
Is there anyway to avoid crashing the client with this multi-tenancy strategy or can you suggest an alternative method of segregating Jobs on a per-customer basis?
Thanks