UDC security

More Cowbell

More Cowbell

Member
I'm running Xe SP21 now and we need to prevent users from entering obsolete freight codes. We don't want to delete them, and UTB nor the UDC app will tell me how many leading spaces are in the DRKY field so that I might use row security. Do I need to hard-code values in Sales Orders?

Thanks!
 
One way to go about this would be to set a kind of obsolete flag in the 'Special handling' or 'Description 02' field of the 42/FR freight codes UDC.
Next, add a few lines of code in the Sales Order Application P4210 that checks to validate the entered freight code's special handling/desc 2 field and accept the code or throw an error as the case maybe.
 
Back
Top