Description
Controls the replication of the description of an object using the proper translated text based on the domain
Parameters
icFinancialTableName | input | character | |
ihFinancialDataBuffer | input | handle | |
icMfgDomain | input | character | |
ocTranslatedText | output | character | |
oiReturnStatus | output | integer | Return status of the method. |
Internal usage
QadFinancials
program code (program/bmfgcostcenter.p)
<ANCESTOR-CODE>
if ocTranslatedText <> '':U and ocTranslatedText <> ? then
assign tcc_mstr.cc_desc = ocTranslatedText.
else
assign tcc_mstr.cc_desc = ihFinancialDataBuffer:buffer-field('CostCentreDescription':U):buffer-value.