hasAccountInfo = true;
if ( hasAccountInfo )
{
DataInfo dataInfo = (DataInfo) dataMatrixMap.get("ACCOUNT.AccountHeader");
GenericEventProcessor eventProcessor = new AccountEventProcessor();
if ( (accountId != null) && ( accountId.length() > 0) )
{
dataInfo.retrieveFromDB(userInfo, eventProcessor, new GenericPK( delegator.getModelEntity("Account"), UtilMisc.toMap("accountId", accountId)));
dataInfo.processUpdate( userInfo, delegator, eventProcessor );