Changes

Jump to: navigation, search

+AI Directive

4 bytes added, 12 January
m
Creating a Button to Trigger the AI NER Parser via P3 Script
===Creating a Button to Trigger the AI NER Parser via P3 Script===
# Create a custom field with the Field Type set to “Special - Browser Script” and set the Trigger Type set to “On Demand”. This field will create a button on the record that will run the P3 script we created earlier. This allows us to run the P3 script ad-hoc.
# For '''Field Name ''' enter “ai_browser_script”. For '''Caption ''' enter “Run AI Parser”.# Under the '''Custom Script ''' input, enter the following:
<pre>runP3Script('aiparseApp()')
The text “aiparseApp” is the name of the P3 script we will create in the next step. If you name your P3 script differently you will need to update that here. The text “Parse Complete” is the message that will display in a yellow alert on screen when the parsing is complete. You may modify this messaging as desired.
 
# Click Save
===Storing Applicant Information in a Custom Field===
Smartstaff
2,074
edits

Navigation menu