Solved

Update data one Screen to another Screen

  • 15 February 2023
  • 2 replies
  • 89 views

Hello 

 

I have a new screen and

 

I call with

 

 

var graph = PXGraph.CreateInstance<CrTaskMaintv2>();

Guid noteidL = oppor.NoteID.Value; 

graph.inicializar(noteidL, oppor.BAccountID.Value    );

string screenID = "US306020";

throw new PXRedirectRequiredException(PXSiteMap.Provider.FindSiteMapNodeByScreenID(screenID).Url, graph, PXBaseRedirectException.WindowMode.NewWindow, "Tareas");

 

but from the new instance, I want refresh, grid of activity in CROpportunity

 

I review

https://community.acumatica.com/customizations-187/update-data-one-screen-to-another-screen-8152

 

but don't undertand

icon

Best answer by Patrick Chen 16 February 2023, 01:34

View original

2 replies

Userlevel 4
Badge +2

You’re not actually sending the graph object.  Try the following

throw new PXRedirectRequiredException(graph, true, “Tareas”);

Userlevel 5
Badge +3

What is inicializar internals?

Reply


About Acumatica ERP system
Acumatica Cloud ERP provides the best business management solution for transforming your company to thrive in the new digital economy. Built on a future-proof platform with open architecture for rapid integrations, scalability, and ease of use, Acumatica delivers unparalleled value to small and midmarket organizations. Connected Business. Delivered.
© 2008 — 2024  Acumatica, Inc. All rights reserved