Scoped application

_William_Knight
Kilo Guru

Hello 

 

I created a new change-scoped application and extended the table using change_request,

I am having issues with the prefix, during creation I added a prefix for the change number field, for example ABC00001234, however, after creation and testing, I noticed that on the new application, it is still defaulting to CHG0030020. What could I be doing wrong?

_William_Knight_0-1669745104129.jpeg

I also need to completely remove the emergency change type on this new scope and am not sure how to remove that, I want the new scope to only see normal and standard change. Can I get some guidance on this please?

_William_Knight_1-1669745318082.jpeg

 

 

lastly, I added a new string field during the creation of the scoped app called "portfolio risk" app but was unable to see the new field even when I drag it into the form when I go to form design, it is there but dragging and dropping it where I need it does not help 

2 ACCEPTED SOLUTIONS

Elijah Aromola
Mega Sage

Are you sure you're creating records on your custom table? From what you've posted it looks like it's still on change_request. 

View solution in original post

Bert_c1
Kilo Patron

As Elijah says, you may have not defined your new scoped app table correctly. I suspect the new table name would start with "x_" followed by your company prefix.  Goto:

 

https://[instance].service-now.com/sys_db_object_list.do?sysparm_query=GOTOnameSTARTSWITHx_&sysparm_view=

 

and find your table.  Add the "Extends table" column to the list view to see what the parent table is. If you want the "Auto number" feature for that table, see:

 

https://docs.servicenow.com/bundle/tokyo-platform-administration/page/administer/field-administratio...

 

Post the results and someone here can help.

View solution in original post

5 REPLIES 5

Elijah Aromola
Mega Sage

Are you sure you're creating records on your custom table? From what you've posted it looks like it's still on change_request. 

I am not intending on creating a new record, I am extending the change_request table

Bert_c1
Kilo Patron

As Elijah says, you may have not defined your new scoped app table correctly. I suspect the new table name would start with "x_" followed by your company prefix.  Goto:

 

https://[instance].service-now.com/sys_db_object_list.do?sysparm_query=GOTOnameSTARTSWITHx_&sysparm_view=

 

and find your table.  Add the "Extends table" column to the list view to see what the parent table is. If you want the "Auto number" feature for that table, see:

 

https://docs.servicenow.com/bundle/tokyo-platform-administration/page/administer/field-administratio...

 

Post the results and someone here can help.

@Bert_c1 

 

Table has already been extended, please see screenshot below 

_William_Knight_0-1669749483624.jpeg

 

 I did not mean to accept the solution yet