I have the code below:
@Keyword
def randomEngagementNameGenerator() {
Date today = new Date()
String todaysDate = today.format('MMddyy')
String hr\_ident = 'Auto\_' + todaysDate
}
However, i would like to autogenerate a text field at run time, can someone explain how can i configure this?