Hi!
I have added to an extension the method "interactive.getMode()" because I want the extension to run only if the mode is "create".
Acording to the documentation of "interactive.getMode()", it says that the possible values are 'add', 'change', 'copy', 'delete' and 'unknown'. But when I open the program CRS610 to create a new customer (Options -> Create/CTRL + 1), the method "interactive.getMode()" returns the value 'unknown' instead of 'add'.
Is it correct to use this method for this use case? Or are there other methods to know where mode are we in?
Thanks!