how to fix number is same as contract number while creating new record in contract table
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2023 02:02 AM
how to fix number is same as contract number while creating new record in contract table
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2023 12:46 PM
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