Solved
Forum Discussion
JackLacava
2 months agoCommunity Manager
Yes, of course.
- In your assembly ("MyAssembly") create your custom calc service file (e.g. MyCustomCalc.vb)
- In the same assembly, create a Service Factory ("MyFactory"), and make sure it will return an instance of MyCustomCalc in the FinanceCustomCalculate case
- Enable the service factory by adding it to the Workspace Assembly Service property of your workspace ("MyAssembly.MyFactory")
- create you DM Custom Calculate Step and point it to the service factory
- Add the step to a sequence and trigger it the usual way from the button
Related Content
- 2 years ago
- 2 years ago
- 11 months ago