Hi All.
How to pass two specific dimension in D365FO using sysoperation framework. Is any other way available to achieve such cases?
Regards
Siddhant
It's you who should tell us what details you need to know.
If you aren't familiar with SysOperation framework at all, a good idea will be reading a bit about it to learn the basics.
I already told you that SysOperation framework uses data contract classes for parameters. If you're developing something new, you should create a new data contract class. Because you want two values, your contract will have two members. That will be a good starting point.
You'll likely want lookups and validation of those values, but before you can design them, consider if users will use values already used as dimension values, or all values that could be used as values for the given attribute. For example, if you have ten cost centers but only two of them are already used as financial dimensions, maybe you aren't interested in those remaining eight.
Hi Martin,
User requirement is that user need to pass value two dimensions value which is needed to be set manually by user. Please let me know if you need any further details.
Regards
Siddhant
Can you tell us more about your requirements, please?
A short answer is that SysOperation framework uses data contract classes to collect parameters and pass them to the actual process.
André Arnaud de Cal...
292,162
Super User 2025 Season 1
Martin Dráb
230,962
Most Valuable Professional
nmaenpaa
101,156