Anyone else having API cross-scope access policy issues when extending Healthcare Case table?

Peter Delf
Tera Contributor

I'm following the instructions here - Extend the healthcare case table

 

But when I go to my new table and try to create a Healthcare Case I see the following error at the top of the screen:

Access to api 'put(<name of extension table>.contract)' from scope 'sn_customerservice' has been refused due to the api's cross-scope access policy.

 

I've looked on Support for a similar error message and come across KB0863681 with a similar error message, but the cause seems to imply that that a Case table is not designed by ServiceNow to be extended, which contradicts the instructions in my first link.

10 REPLIES 10

Ankur Bawiskar
Tera Patron
Tera Patron

@Peter Delf 

you are in which scope while creating the new table?

I am in "Healthcare and Life Sciences Service Management Core" scope as per Docs and was able to create a table extending the "sn_hcls_case"

extend health case table.gif

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Peter Delf
Tera Contributor

Yes, I made sure that I was in the correct scope when creating the table and extended the Healthcare case table i.e.

PeterDelf_0-1743080094051.png

 

If I go to 'Show form' now I get an error on any new record -

PeterDelf_1-1743080137282.png

 

@Peter Delf 

So the error is coming when you are clicking New button?

I also received the same message on insert

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Peter Delf
Tera Contributor

@Ankur Bawiskar that's correct.  I'm glad you're getting the same error, but the instructions here https://www.servicenow.com/docs/bundle/yokohama-healthcare-life-sciences/page/product/healthcare-lif... do not contain any further steps to alleviate the error