Login Page - Create Account

Support Board


Date/Time: Tue, 11 Mar 2025 00:53:53 +0000



Post From: Custom DLL Study- Distribution - Service Level Access

[2022-04-13 16:34:29]
DayTraderEsad - Posts: 121
I have a custom study DLL file and I just can't figure out how to add the service level, where does the code need to be added. I used this link: Advanced Custom Study Interface and Language (ACSIL): Redistributing and Allowing Use Only by a Defined List of Users

I looked at this as well

ACSIL Interface Members - Variables and Arrays: sc.DLLNameUserServiceLevel


I still can't figure out how add so I can start using the service level option, as I do not want everyone in the list to have access to certain studies.

I basically need to know how to do the python equivalent of

If nameuserservicelevel == 0:
Do study
Else:
Do not do study


thank you for your help