project QadFinancials > class BMfgProject > method ReplicateDomainDescription
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/bmfgproject.p)
<ANCESTOR-CODE>
if ocTranslatedText <> '':U and ocTranslatedText <> ? then
assign tpj_mstr.pj_desc = ocTranslatedText.
else
assign tpj_mstr.pj_desc = ihFinancialDataBuffer:buffer-field('ProjectDescription':U):buffer-value.