-
I have a user defined function from where I would like to return a value from my custom OptionSet? Do I need to create a custom OptionSetValue or is there an easier way? |
Beta Was this translation helpful? Give feedback.
Answered by
eswarpr
Feb 24, 2023
Replies: 1 comment
-
I think I answered my own question:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eswarpr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think I answered my own question:
new OptionSetValue("My Custom Option Set Value", new OptionSetValueType(new MyCustomOptionSet()))