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
Create post
Toggle Dropdown
Post a discussion
Post a question
Notifications
Announcements
[Smoke test 2510.1]
Community site session details
Session Id :
Copy
Close
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 (43)
Lauras U
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