9

I need to create a workflow for which "canSubmitToWorkflow" method needs to be created on standard table which doesn't have canSubmitToWorkflow standard method but development is to be done using extensions.


In table extensions we can't override standard methods which in-turn can't create "canSubmitToWorkflow" method.


 


Error message is :-


"cannot define an extension method "canSubmitToWorkflow" in extension class "custTable_Extension" targeting type "custTable" because the type already defines a method with same name.


As per above error & my understanding, "canSubmitToWorkflow" method is an override/standard method,


by default every table consists some set of override methods and above method belongs to same.


Even i have seen for events which are listed for table extensions as a separate node(Events)and i haven't find any event handler for "canSubmitToWorkflow" method as we have for others(onUpdated,onUpdating...etc)

Category: Workflow
STATUS DETAILS
Needs Votes
Ideas Administrator

This is currently in the backlog as deliverable 3888537. We are looking at whether the unimplemented method support would add performance cost since we don't want to degrade performance by adding this capability.

Comments

K

It should be made possible to use the chain of command on the method canSubmitToWorkflow even though the table doesnt have the overide activated. Or that the canSubmitToWorkflow is automatically looking at the value of a field that can be set a value by extensions...

Category: Workflow

K

So here again i need to customize standard table and then needs to create "canSubmitToWorkflow" method then i need to take Pre/Post event handlers.


It could be good if we can able to create above method with out customizing standard object (in this scenario TABLE).

Category: Workflow