Vercue Extensions with C# – Part 2

In this post, we’ll see how to extend the Vercue Rules module and implement custom Actions, Macros and Monitors.

Before reading this post, you should know:

  1. How to implement a UI Vercue extension
  2. What are Vercue Rules and how to use them

Topics covered by this post:

  • Implementing a Repository-Context Rule Action
  • Implementing a Working-Copy-Context Rule Action
  • Exposing User-Properties in a Rule Action
  • Implementing custom Macros
  • Implementing a Monitor

Continue reading

Posted in .NET, Extensions, Vercue | Tagged , , , | Comments Off on Vercue Extensions with C# – Part 2

Vercue Rules – Actions, Macros and Monitors

In this post, we will learn about the Vercue Rules module and how to use it. No programming skills are required for using this module and it is designed to be used by end-users of the application.

Topics covered by this post:

  • What are Vercue Rules
  • The Rule Scope
  • Creating a Repository Rule
  • Creating a Working-Copy Rule
  • Defining condition expressions
  • Using Actions
  • The Rule Execution Context
  • Macros and Source User-Properties
  • Monitors

Continue reading

Posted in Vercue | Tagged , , , , | Comments Off on Vercue Rules – Actions, Macros and Monitors

Vercue Extensions with C# – Part 1

In this post, we’ll see how to implement a Vercue Extension using Visual Studio and C#.

Topics covered by this post:

  • What are Vercue Extensions

  • Implementing a button that runs an action on the selected Source

  • Implementing a button that runs an action on all available Sources

  • Run an async action

  • Run an action based on user-properties

Continue reading

Posted in .NET, Extensions, Vercue | Tagged , , , | Comments Off on Vercue Extensions with C# – Part 1