We have few custom implemantions of RecordActionType in our application. I noticed that in v8 this class is no longer available. Intead we have IRecordActionType interface, wchich unfortunately does not have fields following fields that we use:
Id
Name
Description
ConfirmMessage
NeedsConfirm
How can I achieve the same effect in v8 custom WorkFlow?
Implementing custom RecordActionType in v8
Hi everybody,
We have few custom implemantions of
RecordActionType
in our application. I noticed that in v8 this class is no longer available. Intead we haveIRecordActionType
interface, wchich unfortunately does not have fields following fields that we use:How can I achieve the same effect in v8 custom
WorkFlow
?is working on a reply...