Hi experts,
I have two fields in the account entity: "Parent Code" and "Child Code". A parent account has a parent code and a child account has a child code. No one account has both codes.
My requirement is to create a view with both these columns. Normally, I can just add both fields as columns. However that would take unnecessary space because.
Is it possible to combine both fields into a single column through Javascript etc? If not is there any other approach I can use?
Thanks,
Jon
*This post is locked for comments