Good afternoon. There is a native Custom Action, called Project Task - AssignResourceForTask. I need to call this action on a plugin, in the update of a given field. The action entries are as follows:
var var1 = localContext.PluginExecutionContext.InputParameters ["Context"];
var var2 = localContext.PluginExecutionContext.InputParameters ["TeamCollection"];
var var3 = localContext.PluginExecutionContext.InputParameters ["Target"];
The purpose is to assign a resource to the task ... Could you help me with inputs? I'm having trouble understanding what this "TeamCollection" is. I apologize for the language because I am using a translator.