Hi there. Was wondering if anything knows of any f...
# general
a
Hi there. Was wondering if anything knows of any functionality that allows the changing of a title of a purchase requisition form? Currently, it's {Purchase Req No} {Employee Name} What if I wanted to source a different name in the title other than employee? Would this possible? Thanks
k
Is what you're referring to as a "title" possibly {tranid} {entityid}? If so this is native behavior and not customizable per se, though you can customize document numbering to an extent.
If you need more control, a SuiteScript could be used to programmatically set the
title
based on different criteria, such as department, project name, or any other custom field.
1
a
Thanks for the response. I created a dummy employee with no name, created a wf to autopopulate that into the entityId field, and then wrote a fieldChanged client script to concatenate the custom List/Record field, that I wanted to appear in the title, into the tranId field. Was just hoping there was a more simple way to achieve this lol