Because M only uses the first eight characters of a variable name, PSL object names cannot have greater than eight characters.
For Record objects, the object name should be identical to the table name to which it references.
Example
type RecordCIF cif = Db.getRecord(“CIF”,”:ACN”)
set NAM = cif.lnm
set DOB = cif.dob
set TAXID = cif.taxid
Do not use v or V as the first letter in object names. The compiler reserves these characters to prefix object storage data structures.