|
|
Service Board AI is a separately licensed Production Beta feature in Service Board 25.1. The feature is disabled by default, and you must purchase a ServiceMax AI license before you can enable this functionality.
|
Given a job object, perform the following tasks:
- Retrieve the job's related schedule information.
- Retrieve the job's priority, location, and status.
Return a concise summary of all retrieved information.
[
{
"question": "What are the requirements for this job?"
}
]
|
Field
|
Value
|
|---|---|
|
Name
|
The name for the Control record, for example, Summarize The Job.
|
|
Parent Control
|
Service Board Action Menu Parent Control
|
|
Control Type
|
Service Board Job Card Menu Item (Scheduler/Map)
|
|
Application
|
Service Board
|
|
Ordering Position
|
Optionally, to define the position of the AI Action on the Job Action Menu, enter a number.
|
|
Label
|
The name you want to use for the AI Action on the Job Action Menu for example, Summarize The Job.
|
|
Field
|
Value
|
|---|---|
|
Target
|
AI Action
|
|
Predix Icon
|
Enter the name of the Predix icon you want to show before the first character of the menu item.
|
|
Qualified Criteria
|
The conditions that must be met before the AI Action is executed, expressed in natural language or SQML. Optional.
For example:
• The status must be “New” and the Account should be “Test Account Name”.
• select count(*) from svmx_job where svmx_priority = 'High' and io_uuid = <record_id>
|
|
AI Instruction If Qualified Criteria Fails
|
The AI Instruction that is triggered if Qualified Criteria conditions are not met.
For example, if the predefined Schedule Immediately with AI Failed action is configured in this field, users see an explanation of the conditions that failed to be met which prevented the execution of the Schedule Immediately With AI action.
If left unspecified, error notifications appear with the details of the failure.
|
|
AI Instruction
|
The primary AI Instruction that executes when the conditions configured in the Qualified Criteria field are met, or when no criteria are specified. Required.
|