79390924

Date: 2025-01-27 13:20:04
Score: 2
Natty:
Report link

My solution to this was to "Lock" the fields (CustomerId and ProjectName) This prevented accidental changes to these fields. I created a "New Record" button that: GoToRecord New, CustomerID.locked = 0 and ProjectName.Locked = 0, then locked these two fields after update of each. Works for me.

Reasons:
  • Whitelisted phrase (-1): Works for me
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Skip