- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 11:17 PM
Hi Team,
when creating New Account, receiving an error "
in system property "com.snc.cs_base.last.generated.code.tree.path" also same account_path is showing
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2025 05:02 AM
This can occur if accounts are brought via XML records from a lower environment, or created via transform map(s) and business rules are disabled.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0783732
As your current account code is !!!; change the property to !!!< which is the next in the sequence. If that code is also taken (check the account table first) then keep cycling up the sequence of the following characters
"!#$&()*+,-.0123456789:;<?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]`}|{~"
e.g
!!!<
!!!?
!!!@
!!!A
!!!B

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2025 05:02 AM
This can occur if accounts are brought via XML records from a lower environment, or created via transform map(s) and business rules are disabled.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0783732
As your current account code is !!!; change the property to !!!< which is the next in the sequence. If that code is also taken (check the account table first) then keep cycling up the sequence of the following characters
"!#$&()*+,-.0123456789:;<?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]`}|{~"
e.g
!!!<
!!!?
!!!@
!!!A
!!!B