How do we implement a AutoNumber PX to update the number by concatenating system generated number and description attributes
I need to implement a PX in which the object number is set by concatenating description and system generated number.
As the attributes will not be set to generate the autonumber until after the record is saved you’ll need to use a dummy number first, save the record after the create screen, then run a PX to assign the real number.