Unable to create a service offering

Frank70
ServiceNow Employee
ServiceNow Employee

When trying to create a Service offering in the Service portfolio management, i always get the message :

'Invalid insert. Service with SN App Service ID: BSNXXXXXXX already exists.'

I think the counter parameter for incrementing the count is wrongly set.

Anyone knows how to solve this ?

 
1 ACCEPTED SOLUTION

Goto the table and sort desc by number 

find_real_file.png

 

You can able to see the latest number.

Now goto the number maintenance 

https://[instace].service-now.com/sys_number.do?sys_id=ad681b6ddf1032002323d0a65df2633e

find_real_file.png

Update the counter in show counter 

View solution in original post

10 REPLIES 10

Suseela Peddise
Kilo Sage

Hi,

There is an OOB business rule called 'Check service name uniqueness' , this rule will not allow service and service offering having the same name . 

Make sure to create record with different name.

 

If I have answered your question, please mark my response as correct and/or helpful.

 

Thanks,

Suseela P.

Pranesh072
Mega Sage
Mega Sage

There is OOB Business Rule as "Check Uniqueness for SN App Service ID" which checks for service number uniqueness.

 

 

https://[instance].service-now.com/sys_script.do?sys_id=c0d2f9e3b743001012ec2970ee11a9de

Frank70
ServiceNow Employee
ServiceNow Employee

Are you suggesting to disable this business rule ?

Will this not induce other errors ?

 

Yes, but i don't recommend to do that. Instead you can use the different number while creating the service