How to get Creditmemo ID from sales_order_creditmemo_refund? Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Make creditmemo display negative pricesSave admin name to order_status change using an ObserverRefund CreditMemo OnlineHow are order discounts transfered to invoice and creditmemo?sales_order_creditmemo_save_after triggers sales_order_invoice_save_afterUpdate increment_id from an existing invoice/creditmemohow to remove discount amount from creditmemo items in magentoHow to creditmemo for order with Total paid 0 amountCreditmemo - Custom refund amount PER productEdit creditmemo template pdf

Is this Half-dragon Quaggoth boss monster balanced?

How can I list files in reverse time order by a command and pass them as arguments to another command?

Short story about astronauts fertilizing soil with their own bodies

Did pre-Columbian Americans know the spherical shape of the Earth?

Weaponising the Grasp-at-a-Distance spell

Is a copyright notice with a non-existent name be invalid?

An isoperimetric-type inequality inside a cube

Does the universe have a fixed centre of mass?

Keep at all times, the minus sign above aligned with minus sign below

What does 丫 mean? 丫是什么意思?

newbie Q : How to read an output file in one command line

Can the Haste spell grant both a Beast Master ranger and their animal companion extra attacks?

French equivalents of おしゃれは足元から (Every good outfit starts with the shoes)

Did John Wesley plagiarize Matthew Henry...?

malloc in main() or malloc in another function: allocating memory for a struct and its members

.bashrc alias for a command with fixed second parameter

Where and when has Thucydides been studied?

Why are two-digit numbers in Jonathan Swift's "Gulliver's Travels" (1726) written in "German style"?

A question about the degree of an extension field

Random body shuffle every night—can we still function?

Is this Kuo-toa homebrew race balanced?

Table formatting with tabularx?

Why can't fire hurt Daenerys but it did to Jon Snow in season 1?

Problem with display of presentation



How to get Creditmemo ID from sales_order_creditmemo_refund?



Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Make creditmemo display negative pricesSave admin name to order_status change using an ObserverRefund CreditMemo OnlineHow are order discounts transfered to invoice and creditmemo?sales_order_creditmemo_save_after triggers sales_order_invoice_save_afterUpdate increment_id from an existing invoice/creditmemohow to remove discount amount from creditmemo items in magentoHow to creditmemo for order with Total paid 0 amountCreditmemo - Custom refund amount PER productEdit creditmemo template pdf



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















If I observe sales_order_creditmemo_refund event, there’s no entity_id or increment_id data in the passed object. I presume those are added before the sales_order_creditmemo_safe_after event.
However, if I use the latter, it fires even if I add comments to a previously saved credit memo.



Is there a way to distinguish whether the event is triggered after a freshly refunded credit memo or anything else, or to get Id from the _refund event?



Checking for a state is not an option as orders can have multiple credit memos.



Thank you!










share|improve this question




























    0















    If I observe sales_order_creditmemo_refund event, there’s no entity_id or increment_id data in the passed object. I presume those are added before the sales_order_creditmemo_safe_after event.
    However, if I use the latter, it fires even if I add comments to a previously saved credit memo.



    Is there a way to distinguish whether the event is triggered after a freshly refunded credit memo or anything else, or to get Id from the _refund event?



    Checking for a state is not an option as orders can have multiple credit memos.



    Thank you!










    share|improve this question
























      0












      0








      0








      If I observe sales_order_creditmemo_refund event, there’s no entity_id or increment_id data in the passed object. I presume those are added before the sales_order_creditmemo_safe_after event.
      However, if I use the latter, it fires even if I add comments to a previously saved credit memo.



      Is there a way to distinguish whether the event is triggered after a freshly refunded credit memo or anything else, or to get Id from the _refund event?



      Checking for a state is not an option as orders can have multiple credit memos.



      Thank you!










      share|improve this question














      If I observe sales_order_creditmemo_refund event, there’s no entity_id or increment_id data in the passed object. I presume those are added before the sales_order_creditmemo_safe_after event.
      However, if I use the latter, it fires even if I add comments to a previously saved credit memo.



      Is there a way to distinguish whether the event is triggered after a freshly refunded credit memo or anything else, or to get Id from the _refund event?



      Checking for a state is not an option as orders can have multiple credit memos.



      Thank you!







      magento-1.9 event-observer creditmemo






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 12 mins ago









      MikeMike

      184




      184




















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "479"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f270897%2fhow-to-get-creditmemo-id-from-sales-order-creditmemo-refund%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Magento Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f270897%2fhow-to-get-creditmemo-id-from-sales-order-creditmemo-refund%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Jet Time Laivasto | Lähteet | Aiheesta muualla | NavigointivalikkoJet Time - The CompanyThe CompanyManagementJet Time aloittaa lauantaina Suomi-rekisterissä olevalla Boeing 737 -koneellaJettime Finland Fleet Details and HistoryJettime Fleet Details and HistoryRegional Jet OÜ takes over ATR production for SASJet Time Returns To Its Core BusinessYhtiön kotisivutlaajentamalla

          Olympian arkeologinen museo Sisällysluettelo Historia ja rakennus | Kokoelmat | Lähteet | Aiheesta muualla | Navigointivalikko37°38′36″N, 21°37′46″EInfobox OKArchaeological Museum of Olympia: HistoryArchaeological Museum of Olympia: DescriptionΜουσείο Ιστορίας των Ολυμπιακών Αγώνων της Αρχαιότητας: ΙστορικόArchaeological Museum of Olympia

          Äpy Sisällysluettelo Äpyt kautta historian | Esimerkkejä Äpy-huumorista | Katso myös | Kirjallisuutta | Aiheesta muualla | Navigointivalikkowww.äpy.fi