New option for autodocs to automatically save each doc/pdf file generated when clicking in an attachment column.
(String, Start, Length) which returns the String segment (a string) starting at the position Start and a maximum length of Length (Start starts at 0 and Length is optional).Example 1: SUBSTR("hello world", 0, 1) returns "h".Example 2: SUBSTR("hello world", 6, 4) returns "worl".
Example 3: SUBSTR("hello world", 6) returns "world".
As always the parameters can be either constants or another field.
Convert HTML to text.