PeopleSoft Asset Tagging Design
Using: Tools 8.58, FS/SCM 9.2 PUM 48
TLDR: how does PeopleSoft envision the flow of tagging physical assets so that the asset has a unique identifier tracked throughout the system (and physically attached to the asset)
- PeopleSoft has a tag number field (PS_RECV_LN_ASSET.TAG_NUMBER) associated with an asset
- PeopleSoft has internal functions that appear to be designed to create tag numbers internally (Declare Function AutoTagNumber PeopleCode RECV_LN_WK.PB_TAG_NUMBER FieldChange;)
- During receiving, you don't ENTER a tag number, but you could generate Barcode Labels that could include tag number using porc920.sqr
We currently generate sheets of tag numbers (they seem to be just incrementally generated), then we stick it on a physical asset and manually type in the tag number for each asset line. This seems not the way PS was designed.