Hi,
I have a problem regarding to debug in updatedataentitysource method of data entity. Even, I attached the breakpoint or throw and error but cannot hit to debug.
Do you have any idea?
///
public boolean updateEntityDataSource(DataEntityRuntimeContext _entityCtx, DataEntityDataSourceRuntimeContext _dataSourceCtx)
{
boolean ret;
throw Global::error("Hit Test");
this.validateWriteSalesLineDataSource(_dataSourceCtx,_entityCtx);
ret = super(_entityCtx, _dataSourceCtx);
return ret;
}
Thank you and Regards,
CJ