-2
I intend to code the event after recording the business layer of the V10 spring ERP engines, to perform some actions on employees regardless of the origin of the data change. However, the code below is not running. Do you need to configure anything else? I have another code at the event after recording the staff at the editors that’s working normally.
public class ApiRhpBSFuncionarios : RhpBSFuncionarios
{
public override void DepoisDeGravar(RhpBEFuncionario ObjBEFuncionario, ExtensibilityEventArgs e)
{
base.DepoisDeGravar(ObjBEFuncionario, e);
/*
código diverso
*/
}
}
Good afternoon Daniel, I think this solution does not apply. The code I indicated is running in ERP V10, as if it were the V9 VBA. It’s not an external application, so I don’t think any Abreempresatrabalho is necessary. Inheriting from Rhpbsfunctioning class already has access to BSO and PSO.
– APR