I am using amasty store locator, in that module we can create an attribute, i have two attributes, attribute 1 is filled by manual, another attribute 2 is filled by automatically. In module A click the save button after entered attriubute 1 pass that attribute 1 value to Module B doing some API thing after that i am getting one value and save it into Module A attribute 2. Here Module A and Module B handshake for sharing the details.
MyAARPMedicare online portal has a variety of health insurance plans with various budgets and terms. The future with the MyAARPMedicare will surely be safeguarded by guidelines formed to eradicate all kinds of health issues through the provision of the most expert doctors and medical tools.
Hi @Aveeva,
You can use the dispatch function to call another module's event for processing
$this->_eventManager->dispatch('event_name', ['data' => 'data']);
Hope this can help you! Let me know if you need further assistance.
_________
If issue solved, Click Kudos & Accept as Solution.