Skip to main content
Solved

Can we generate event history for import scenario

  • March 10, 2025
  • 4 replies
  • 73 views

Hi, can anyone please let me know that is there any way in Acumatica or Acumatica itself generate event history for import scenario and if then how ?

Eg:- I have a formula screen and when I created a new formula or updated an existing formula then  it ‘s event history does not show that the formula is created from import scenario or updated from import scenario.

So, how I can  generate the event history for same.

Please let me know if anyone has solution or suggestion on this question.

Thankyou,

Best answer by aaghaei

I don’t think you can achieve this simply from screens. But with some customizations you can. You will need to utilize Graph scopes (i.e. yourgraph.IsImport == true to identify if an import scenario is in progress and combine it with the PXDBOperation (or event handlers) to identify an insert/update operation and then use the outcome as you wish.

4 replies

Forum|alt.badge.img+2

@Dhruv Could you please share a screenshot of the screen? Also, it seems like your question may be related to an ISV solution. You might need to check with the ISV directly to get an exact answer.


aaghaei
Captain II
Forum|alt.badge.img+10
  • Captain II
  • Answer
  • March 11, 2025

I don’t think you can achieve this simply from screens. But with some customizations you can. You will need to utilize Graph scopes (i.e. yourgraph.IsImport == true to identify if an import scenario is in progress and combine it with the PXDBOperation (or event handlers) to identify an insert/update operation and then use the outcome as you wish.


  • Author
  • Freshman I
  • March 11, 2025

 @ranjithduraisamy72 

Please find the screenshot for the issue above as i want to  know how i can  generate history here regarding import scenario when formula is created or updated through import scenario screen.​


  • Freshman I
  • March 11, 2025

Hii ​@Dhruv 
You can try Once on row Persisting and add the check of (IsImport==True).