Changes

Jump to: navigation, search

+AI Directive

16 bytes added, 12 January
m
Creating a P3 Script to Run the AI NER Parser
# Navigate to the desired UTA > Configuration Settings > Level 1 tab > P3 Script Editor > Click the New P3 Script button
# For '''Name''', enter “aiparseApp”# For '''Source''', enter:
<pre>session.AIParse(5378575);
session.runAIdirective();</pre> In the first lineof the '''Source''', we are telling the system to parse the contents of the “Text Box - Text Multiple Lines” custom field we created in the previous step by passing the '''Custom Field ID''' as a parameter: the syntax is <code>session.AIParse(CustomFieldID);</code>. In the next line, we are instructing the AI to run any '''+AI Directives''' specified on the record to run concurrently. We will specify the '''+AI Directives''' in a later step. # Click Save
===Creating a Button to Trigger the AI NER Parser via P3 Script===
Smartstaff
2,087
edits

Navigation menu