You’re offline. This is a read only version of the page.
Skip to main content
Dynamics 365 Community
Cancel
Get involved
Get answers
Discover events
Learn Dynamics 365
More
Search
Community site session details
Session Id :
Copy
Close
Join experts in person to explore low code and AI agents at the Power Platform Community Conference sponsored by Microsoft
Dynamics 365 Community
/
Blogs
/
Dynamics AX Development by Lauras
/
The custom script is not al...
The custom script is not allowed to access the NumberSequenceTable table
Views (231)
Lauras U
955
Follow
Like
(
0
)
Share
Report
Issue
Getting this error on custom script Test phase:
The custom script is not allowed to access the NumberSequenceTable table.
Cause
Following debugging breadcrumbs:
Turns out, that AppConsistencyCustomScriptAllowNumberSequenceTable flag is needed, as NumberSequenceTable tablegroup is Framework
Solution
Now in Tier 1 environments execute following SQL and restart IIS:
INSERT INTO SYSFLIGHTING (FLIGHTNAME, ENABLED) VALUES('AppConsistencyCustomScriptAllowNumberSequenceTable', 1)
On Tier 2 and above - open MS ticket?
Comments
Add new comment
Comment on this blog post
New#123
You don't have the appropriate permissions.
Messages
Welcome,
Profile
Messages
My activity
Sign out