Can't add "Domain Master" attribute to table

Simon Ohle
Kilo Guru

I am trying to create my own step-based fulfillment steps for the Catalog Item Builder with help of this Guide:

Create a service fulfillment step type (servicenow.com)

It says to create a new table for steps that require input. This table should get the attribute "Domain Master".

When I try to add this Attribute to the table, I cant find it. 

The ACL debugging tells, that I dont have read rights. I cant even see, what I need to have a role to be able to see it.

Can somebody help me, why I cant select the attribute?

This is the Attribute I am trying to be able to access and set:
yourInstance.service-now.com/sys_schema_attribute.do?sys_id=d95bb0b3eb321100d4360c505206fe02

7 REPLIES 7

Antoine Bonhom2
Tera Contributor

Hi Simon,

 

Did you succeed to add "Domain master" attribute ? Or maybe a workaround ?

Thanks.

Hi Antoine, 

 

unfortunately not. Please share your findings if you find anything!

Prakash Pareek
Tera Expert

Hi @Simon Ohle ,

Navigate to sys_dictionary table . There search for your table . And find the record which has type as COLLECTION . Now in the attributes field (if not present then personalise the list) place domain_master=service_fulfillment_stage,update_synch=true .

 

Best Regards,

Prakash Pareek