Can I have a confirmation box in a synchronous (or asynchronous) plug-in. I need some confirmation for an import: 3 new products will be created 2 new departments will be created (Click OK to Proceed)
Currently there is a staging entity for periodic price list imports from excel; the plug-in is registered 'On Create' of this entity and creates or updates products and price list items (and creates, but does not update, departments, accounts, and classifications)
The user does not want to have to perform multiple imports every time the supplier releases a new price list; is there a better way to handle the whole situation?