Hello,
Can we use the viewBag in Acumatica?
or pass a value for example from Graph CAEntry to CAReleaseProcess
Thanks.
Hello,
Can we use the viewBag in Acumatica?
or pass a value for example from Graph CAEntry to CAReleaseProcess
Thanks.
Hi Sadok,
Can you tell us more about the requirement and process? There are different ways to pass state between graphs, but using a ViewBag is not possible.
Hi
Store the value in session:
PXContext.Session.SetString( TOKENConstant , tokenIDvalue);
Read the value from Session:
string tokenID = PXContext.SessionsTOKENConstant].ToString();
Yes
Since Sadok is looking for the Sessions, I just shared here.
I have no doubt you know what you are doing
The reason I mentioned it is because there are new users on this forum and they often try to replicate the same patterns they used in other systems without first getting a good understanding of how to do things the “Acumatica way”. This always comes back to bite you later and you discover issues that require major redesigning
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.