Hello Experts,
I have one requirement to display the full description of standard code datatype i.e.
[Transient] element Function : | BusinessPartnerFunctionTypeCode; |
for this I have written the below code.
if(!bcont.BusinessPartnerFunctionTypeCode.IsInitial()){
nodecont.Function.content = bcont.BusinessPartnerFunctionTypeCode.GetDescription(); }
But the output is as shown below
It is not showing the entire description.
So please help.
Thanks,
Komal