Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open PTV for integrations #126

Closed
rappen opened this issue Nov 21, 2020 · 1 comment
Closed

Open PTV for integrations #126

rappen opened this issue Nov 21, 2020 · 1 comment

Comments

@rappen
Copy link
Owner

rappen commented Nov 21, 2020

Required for rappen/CustomActionTester#4
Allow passing parameters to filter by Plugin, Message, Entity, Correlation Id.
And possibly more filters...

Some kind of message structure is needed.
Perhaps just name=value...


  • Deployment: Online
  • DB Version: 9.1.0.24943
  • Connection Controls Version: 1.2020.10.35
  • XrmToolBox Version: 1.2020.10.41
  • Tool Version: 1.2019.12.1
@rappen
Copy link
Owner Author

rappen commented Nov 27, 2020

Supporting TargetArgument with newline separated key=value pairs and following supported keys:

  • Plugin (string)
  • Message (string)
  • Entity (string)
  • CorrelationId (string)
  • ExceptionsOnly (bool)
  • Plugins (bool)
  • Workflows (bool)
  • Sync (bool)
  • Async (bool)
  • PreVal (bool)
  • PreOp (bool)
  • PostOp (bool)
  • DurationMin (int)
  • DurationMax (int)
  • Records (int)

Example:

Plugin=Rappen.XRM.MyPlugin
Message=Create
Sync=true
DurationMin=200

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant