There is one custom field, but I don't know on where that field value is set. What can set this custom field value? Suitescript / Workflow or what? How can I check?
m
MGBC
09/04/2024, 5:23 PM
Check the defaulting subtab of the field configuration
MGBC
09/04/2024, 5:24 PM
Then check the sourcing subtab
Then try scripted records for that record type and look for any workflows/scripts deployed to it
MGBC
09/04/2024, 5:25 PM
Review each workflow and review the actions to see if any set field value actions relate to that field
MGBC
09/04/2024, 5:25 PM
Lastly get the field ID and look in all the script files deployed to that record and use ctrl + F to find the field ID
t
Tom
09/04/2024, 5:26 PM
Thanks so much!
v
virtualEncoreTremor
09/04/2024, 6:29 PM
You could also use the Flashlight plugin by strongpoint. I think that covers your exact use case.