The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
denisefockler
1 year agoContributor
Issue with Extensibility Rule in C# using FdxExecuteDataUnit
We are working on a POC to extract data using FdxExecuteDataUnit. We are using an Extensibility business rule and running it using a DM job. I am getting assistance from our corporate IT group as I...
- 1 year ago
I am not a C# expert either but it looks like the line return null; is the end of the executable code in the procedure. Move that line to be after line 66.
MarcusH
1 year agoValued Contributor
I am not a C# expert either but it looks like the line return null; is the end of the executable code in the procedure. Move that line to be after line 66.
denisefockler
1 year agoContributor
That corrected it and got rid of the compile warning. It is still not outputting the OneStream data in the FdxExecuteDataUnit but I checked with the IT guy doing the code for me and he said that was intentional to just initially test that it would generate a file and put it in a certain location. Now he is going to modify so it writes the OneStream data to the file instead of the sample data. smh.
Thank you
Related Content
- 6 months ago