Do you ever feel like you have a simple question that may require a quick answer? Here is a list of some of our Frequently Asked Questions.
In the scheduler settings, there is an option to set a default machine for tooling where you add this Digital (Virtual) machine to aid in the auto-launch of the tooling that are not currently on the machine.
How many API calls are too much for the "pitchdetails/record_details/" method?
Generally, a safe limit is 1 post to the "pitchdetails/record_details/" method per minute, per line.
Staggering the posts by multi-threading is not a problem, provided that posts are not more frequent than once per minute, per line.
It shouldn't be a problem to run a single thread per line and have them run asynchronously, as long as each thread doesn't post more frequently than once per minute.
If you find that your integration is regularly posting a backlog of pitch details in rapid succession, consider using the "pitchdetails/record_details_batch" method to send the backlog of pitch details. This method allows you to send pitch details to many different lines, with unique part counts and unique start and end timestamps, all in a single post. It is not instantaneous, since it takes time to update many records, but it could help make your integration more efficient.
I have Admin Security Setting Permissions but still can't access what I need
You are a user or a resource and have been granted permissions under Admin Security Settings such as Resource Manager, User Manager, API Manager, System Manager, or IT Manager but still get kicked out when trying to perform those tasks associated. The reason this happens is you need to be an Administrator with Admin Security Setting Permissions in order to do so. A user or resource with these permissions will not perform that way. He is an article on our Comprehensive Guide to Access in L2L
Not all my email notifications include a link to a dispatch. I am able to get a link directly to the dispatch when it is a specific type. When notified on email has a direct link to the dispatch. How do I enable this feature for other dispatch types?
Currently, links to Dispatches are not always included in every Notification. Under notification format you can choose what you want included in the notifications, however Dispatch link is included with Assigned Resource Notifications and with Dispatched Resource Notifications only at the present time.
When setting up notification formats to include links you have 3 different types of notification 1. Downtime, 2. Assigned Resources or 3. Completed. Once you have selected one of those, you have the option to select what you would like to include in your notification email and the link options is available for all three of those options.
Additionally, work orders will not launch if they are in 'Reviewing' or 'On Hold' status.
- Allow Only One Dispatch per Machine Open Simultaneously: This setting is used to limit 1 critical Dispatch Type against a machine at any given time. If this option is selected and the machine already has open dispatch of the same type operator will receive "Machine is Already Down for Critical Dispatch Type". This setting essentially marks the Dispatch Type as critical.