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.

Agile User Asked on March 17, 2020 in Product Collaboration.
Add Comment
1 Answer(s)
Best answer

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.

Agile Angel Answered on March 17, 2020.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.