Now Assist Skill Kit can read Incident fields, but not Case fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I am creating a custom prompt in Now Assist Skill Kit.
On the NASK prompt test screen, Incident fields such as short_description can be referenced correctly. However, for Case (sn_customerservice_case), sysId and tableName are available, but fields such as short_description and description are empty.
What I have confirmed:
{{case}}is available, but it resolves to:{"sysId":"85eacb801be736102e78ca63604bcb38","tableName":"sn_customerservice_case","short_description":"","description":"","priority":"","state":""}{{case.short_description}}and{{case.description}}are empty.The user running the prompt test, who has the
sn_skill_builder.adminrole, can view those fields on the Case record in the normal form UI.
One thing that concerns me is that I performed a ZBoot before running this test. After that, the AI status did not become Ready, and I had to contact the support center to resolve it.
My question:
Is the failure to extract fields from the Case due to a Skill ACL or execution context issue?
I’d like to know how to resolve this.
