how to fix number is same as contract number while creating new record in contract table

Litu05
Tera Contributor

how to fix number is same as contract number while creating new record in contract table

1 REPLY 1

Tony Chatfield1
Kilo Patron

Hi, if you will always map Contract number (vendor_contract) field to the records 'Number', I would
Remove the 'mandatory' flag from vendor_contract dictionary entry, and set the field to read only.

Add a client script or UI action to hide the field when it was empty.

Add a before insert BR to set current.vendor_contract = current.number