Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Use 'onlyonmymodule' in manifest.xml?
#5
Well the way I see it we have two directives:
  • Only on module
  • Only on my module
The way I see it the first one is a list of one or more modules you want to limit your business action's application to, with the exception of the types you mentioned. The second is the checkbox that enforces the application of the business action to be limited to the modules in the aforementioned list. If I look at the code, it looks like the name of the first item in the list is actually performing the function of the second, which I think is confusing. I'd rather do:
Code:
<onlyonmymodule>1</onlyonmymodule>
<onlyonmodule>
  <module>SalesOrder</module>
  <module>Accounts</module>
  <module>Quotes</module>
</onlyonmodule>
Would you agree?
Reply


Messages In This Thread
RE: Use 'onlyonmymodule' in manifest.xml? - Guido1982 - 08-11-2020, 08:14 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)