project QadFinancials > class BJournalEntry > method ValidateComponentPostExternal
function returns logical
Parameters
icActivityCode | input | character | |
Internal usage
unused
program code (program4/bjournalentry.p)
/* Note: the ancestor-code has been removed because progress does not allow a 'Run Super' statement in a function. The content has been inserted into this function (XX) */
if icActivityCode = "ExcelIntegration":U
then return true.
/* XX Start of Ancestor */
if icActivityCode = "ExternalCreate":U
then return true.
return false.
/* XX End of Ancestor */