Hi, I am trying to create a process which will go through my entire system and auto-populate a new attribute. For example:
If Bo.ShortTitle is undefined, then BO.ShortTitle=ThisBO.Title truncated to first 20 Chars.
Two questions on this:
Is there a truncate function or if I make the short title only 20 chars will that happen automatically?
How do I get a process to affect all records, so far I've only figured out how to do one at a time. I was hoping to run this one-time in the background then remove it.