calculated field using custom dll
Hello!
I need to calculate a field using a function from my custom dll. In the documentation I've found the following:
"All functions / methods, used in scripting, that are not included in one of these namespaces must be explicitly referenced by script code when they are used. Failure to do this will result in compilation errors when trying to save or validate scripts."
Where should I put my custom dll to make it visible for SmartConnect and how is it supposed to reference the dll in the calculated field if it implies that the code for a calculated field is created in a function scope?
Thank you!
I need to calculate a field using a function from my custom dll. In the documentation I've found the following:
"All functions / methods, used in scripting, that are not included in one of these namespaces must be explicitly referenced by script code when they are used. Failure to do this will result in compilation errors when trying to save or validate scripts."
Where should I put my custom dll to make it visible for SmartConnect and how is it supposed to reference the dll in the calculated field if it implies that the code for a calculated field is created in a function scope?
Thank you!
Answers