Question:
I'm trying to make Contract Insertion on some Sales Process. The problem is that in the main menu it is called a function (call Insert Contract), and Sales Process doesn't support "Call Function".
How to call this action (Function, Argument - Insert: Contract) by the script?
Answer:
Application.BasicFunctions.DoInvoke "Function", "Insert:Contract"