Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
This is probably possible with an Automaton, but I suggest the using a Part # override field. It's just less complicated that way and zero chance of failure.
Then your Part# field will be a formula
IF(Trim([Part # Override]<>"", [Part # Override],
"P" & ToText([Record ID#]))
Then your Part# field will be a formula
IF(Trim([Part # Override]<>"", [Part # Override],
"P" & ToText([Record ID#]))