Loading ...

Cath Acumatica error message

Hi! Today I want to show you how to override the Acumatica error message: “The key can’t be updated at this time. Try to save your previous changes first. This issue typically occurs when your DAC (Data Access Class) uses custom fields as keys instead of PXDBIdentity, and you attempt to update o...

Dependency Injection in Aurelia

Aurelia provides a powerful and straightforward approach to Dependency Injection (DI). DI allows you to write cleaner, more testable code by separating object creation from object usage. With Aurelia, you simply declare what dependencies you need, and the framework takes care of the rest. Key Poi...