Insufficient space to include full field value in add help text
Summary:
For the BIP template trying to add a field to print the masked bank account number as below
<?xdofx:lpad(substr(PayeeBankAccount/MaskedBankAccountNumber, (length(PayeeBankAccount/MaskedBankAccountNumber)-3),4),length(PayeeBankAccount/MaskedBankAccountNumber ),'*')?>
but it prints only upto <?xdofx:lpad(substr(PayeeBankAccount/MaskedBankAccountNumber, (length(PayeeBankAccount/MaskedBankAccountNumber)-3),4),length(PayeeBankAcco
in the field. How to make it print all the string.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):