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


icFinancialTableNameinputcharacter
ihFinancialDataBufferinputhandle
icMfgDomaininputcharacter
ocTranslatedTextoutputcharacter
oiReturnStatusoutputintegerReturn status of the method.


Internal usage


QadFinancials
method BMfgProject.UpdateMfgData


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.