Skip to content
+1-888-319-3663

HELP ARTICLE

You don’t have security privileges to open this window after installing Flexicoder


When launching Microsoft Dynamics GP after installing Flexicoder, receiving an error that says “You don’t have security privileges to open this window”.  You may also get an additional error that says “You are not privileged to open this form”

There is a Flexicoder window named “Window 1” that is automatically opened invisibly whenever a person launches GP.  This window is responsible for the recoding of transactions when a user posts or saves a transaction.  

You can manually add this window to all security tasks for all users, however if you run the following script, it will add it automatically for you.  If your Dynamics database is named something other than “DYNAMICS” you will need to change the database name in the script from “DYNAMICS” to whatever your Dynamics database is named.  

--Begin Script
declare @var1 varchar(20)
-- Change the word DYNAMICS in the next line to be the name of your Dynamics database
declare cur cursor fast_forward for select DISTINCT(SECURITYTASKID) from DYNAMICS..SY09000
open cur
fetch cur into @var1
while @@fetch_status = 0 begin
-- Change the word DYNAMICS in the next line to be the name of your Dynamics database
INSERT INTO DYNAMICS..SY10700 (SECURITYTASKID,DICTID,SECURITYID,SECRESTYPE)
select @var1, 3417,22016,2
fetch cur into @var1 end
close cur deallocate cur
--End Script

RECENT POSTS


How to set up automatic payments on eOne's website portal
Downloading older versions of SmartConnect
SmartList Favorite Tracking SmartList Builder Template
SmartList Favorite Tracking History SmartList Builder Template
SmartList Builder GoTo opens to the wrong record

POPULAR POSTS


SSL Security error using OLEDB Connection
This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms
Removed Part: /xl/vbaProject.bin part. (Visual Basic for Applications (VBA))
The server process could not be started because the configured identity is incorrect.
Using WINSCP and a task to upload or download files from an SFTP site

CATEGORIES

TAGS

Business Central CRM D365 Business Central Dynamics 365 dynamics crm Dynamics GP Dynamics NAV Econnect Employee Spotlight eone eOne News error Error Message Events Excel Excel Report Builder Extender Flexicoder GP integration Map Microsoft dynamics crm Microsoft Dynamics GP Navigation List Builder Office Relationships Partner All Hands Call Popdock promotions release SalesForce SalesForce.com SmartConnect SmartConnect.com SmartConnect Bootcamp SmartConnect Maps SmartConnect Office Hours SmartList SmartList Builder SmartPost SmartView SQL Tech Tuesday Templates training Zendesk

Integrate & Automate without Any Code.

SmartList Data has Never Been Faster.

The Easiest Way to Report on GP Data.